1c84b1ff09
Update to 7.15.1, which fixes a local buffer overflow. http://curl.haxx.se/docs/adv_20051207.html
13 lines
461 B
Plaintext
13 lines
461 B
Plaintext
$OpenBSD: patch-lib_Makefile_in,v 1.2 2005/12/08 17:10:02 naddy Exp $
|
|
--- lib/Makefile.in.orig Sun Oct 16 16:15:38 2005
|
|
+++ lib/Makefile.in Sun Oct 16 16:15:53 2005
|
|
@@ -188,7 +188,7 @@ USE_MANUAL_FALSE = @USE_MANUAL_FALSE@
|
|
USE_MANUAL_TRUE = @USE_MANUAL_TRUE@
|
|
USE_SSLEAY = @USE_SSLEAY@
|
|
USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
|
|
-VERSION = -version-info 3:0:0
|
|
+VERSION = -version-info 3:2:0
|
|
VERSIONNUM = @VERSIONNUM@
|
|
ac_ct_AR = @ac_ct_AR@
|
|
ac_ct_AS = @ac_ct_AS@
|