Skip to content

Commit

Permalink
SECURITY:
Browse files Browse the repository at this point in the history
Update to 7.15.1, which fixes a local buffer overflow.
http://curl.haxx.se/docs/adv_20051207.html
  • Loading branch information
Christian Weisgerber committed Dec 8, 2005
1 parent ecfcde6 commit 0d08794
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 11 deletions.
4 changes: 2 additions & 2 deletions net/curl/Makefile
Original file line number Diff line number Diff line change
@@ -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/ \
Expand Down
8 changes: 4 additions & 4 deletions net/curl/distinfo
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions net/curl/patches/patch-lib_Makefile_in
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
$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@
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:1:0
+VERSION = -version-info 3:2:0
VERSIONNUM = @VERSIONNUM@
ac_ct_AR = @ac_ct_AR@
ac_ct_AS = @ac_ct_AS@
4 changes: 2 additions & 2 deletions net/curl/pkg/PFRAG.shared
Original file line number Diff line number Diff line change
@@ -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
4 changes: 3 additions & 1 deletion net/curl/pkg/PLIST
Original file line number Diff line number Diff line change
@@ -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/
Expand All @@ -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
Expand Down

0 comments on commit 0d08794

Please sign in to comment.