SECURITY:

Update to 7.15.1, which fixes a local buffer overflow.
http://curl.haxx.se/docs/adv_20051207.html
This commit is contained in:
naddy 2005-12-08 17:10:02 +00:00
parent 7814de4e2f
commit 1c84b1ff09
5 changed files with 13 additions and 11 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.48 2005/10/16 15:31:39 naddy Exp $
# $OpenBSD: Makefile,v 1.49 2005/12/08 17:10:02 naddy Exp $
COMMENT= "get files from FTP, Gopher, HTTP or HTTPS servers"
DISTNAME= curl-7.15.0
DISTNAME= curl-7.15.1
CATEGORIES= net
MASTER_SITES= http://curl.haxx.se/download/ \
ftp://ftp.sunet.se/pub/www/utilities/curl/ \

View File

@ -1,4 +1,4 @@
MD5 (curl-7.15.0.tar.gz) = 02bd72f1458c0cc802b33808fd0afe75
RMD160 (curl-7.15.0.tar.gz) = af23786f36e6c9fa3c975d1b5b9d03ccf474f89e
SHA1 (curl-7.15.0.tar.gz) = 0acde6e0ff3603cb9c04706c99123bd5ac6114e6
SIZE (curl-7.15.0.tar.gz) = 1751006
MD5 (curl-7.15.1.tar.gz) = 63be206109486d4653c73823aa2b34fa
RMD160 (curl-7.15.1.tar.gz) = 8080fd20310494f96a7af4316e69a609d4da9f1a
SHA1 (curl-7.15.1.tar.gz) = 04208a810da82ed3d52ccf35974ec0c0d78ff244
SIZE (curl-7.15.1.tar.gz) = 1769992

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-lib_Makefile_in,v 1.1 2005/10/16 15:31:39 naddy Exp $
$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@
@ -6,7 +6,7 @@ $OpenBSD: patch-lib_Makefile_in,v 1.1 2005/10/16 15:31:39 naddy Exp $
USE_SSLEAY = @USE_SSLEAY@
USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
-VERSION = -version-info 3:0:0
+VERSION = -version-info 3:1:0
+VERSION = -version-info 3:2:0
VERSIONNUM = @VERSIONNUM@
ac_ct_AR = @ac_ct_AR@
ac_ct_AS = @ac_ct_AS@

View File

@ -1,2 +1,2 @@
@comment $OpenBSD: PFRAG.shared,v 1.8 2005/10/16 15:31:39 naddy Exp $
@lib lib/libcurl.so.3.1
@comment $OpenBSD: PFRAG.shared,v 1.9 2005/12/08 17:10:02 naddy Exp $
@lib lib/libcurl.so.3.2

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.15 2005/05/26 23:13:28 naddy Exp $
@comment $OpenBSD: PLIST,v 1.16 2005/12/08 17:10:02 naddy Exp $
bin/curl
bin/curl-config
include/curl/
@ -11,6 +11,8 @@ include/curl/stdcheaders.h
include/curl/types.h
lib/libcurl.a
lib/libcurl.la
lib/pkgconfig/
lib/pkgconfig/libcurl.pc
@man man/man1/curl-config.1
@man man/man1/curl.1
@man man/man3/curl_easy_cleanup.3