diff options
author | recht <recht@pkgsrc.org> | 2006-03-21 21:49:47 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2006-03-21 21:49:47 +0000 |
commit | 28fd09d5bd37a0865c8644d6a08de9369321e338 (patch) | |
tree | 96a6e4f88d2e5d67efc325b319f3fffdcdc0fe50 /www | |
parent | 4eee8b1844393208cf04a63fb822a4464e95fbf9 (diff) | |
download | pkgsrc-28fd09d5bd37a0865c8644d6a08de9369321e338.tar.gz |
update to curl 7.15.3
Fixes a TFTP packet buffer overflow vulnerability.
See http://curl.haxx.se/docs/adv_20060320.html for details.
Changes:
- added docs for --ftp-method and CURLOPT_FTP_FILEMETHOD
Bugfixes:
- TFTP Packet Buffer Overflow Vulnerability
- properly detecting problems with sending the FTP command USER
- wrong error message shown when certificate verification failed
- multi-part formpost with multi interface crash
- the CURLFTPSSL_CONTROL setting for CURLOPT_FTP_SSL is acknowledged
- "SSL: couldn't set callback" is now treated as a less serious problem
- Interix build fix
- fixed curl "hang" when out of file handles at start
- prevent FTP uploads to URLs with trailing slash
Diffstat (limited to 'www')
-rw-r--r-- | www/curl/Makefile | 4 | ||||
-rw-r--r-- | www/curl/buildlink3.mk | 4 | ||||
-rw-r--r-- | www/curl/distinfo | 9 | ||||
-rw-r--r-- | www/curl/patches/patch-ac | 13 |
4 files changed, 8 insertions, 22 deletions
diff --git a/www/curl/Makefile b/www/curl/Makefile index fe2b47d05d6..f9db4feb1e6 100644 --- a/www/curl/Makefile +++ b/www/curl/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.62 2006/03/03 22:26:08 wiz Exp $ +# $NetBSD: Makefile,v 1.63 2006/03/21 21:49:47 recht Exp $ -DISTNAME= curl-7.15.2 +DISTNAME= curl-7.15.3 CATEGORIES= www MASTER_SITES= http://curl.haxx.se/download/ \ ftp://ftp.sunet.se/pub/www/utilities/curl/ \ diff --git a/www/curl/buildlink3.mk b/www/curl/buildlink3.mk index 8f7e46a656b..6acddebe08b 100644 --- a/www/curl/buildlink3.mk +++ b/www/curl/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.11 2006/02/05 23:11:20 joerg Exp $ +# $NetBSD: buildlink3.mk,v 1.12 2006/03/21 21:49:47 recht Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ CURL_BUILDLINK3_MK:= ${CURL_BUILDLINK3_MK}+ @@ -12,7 +12,7 @@ BUILDLINK_PACKAGES+= curl .if !empty(CURL_BUILDLINK3_MK:M+) BUILDLINK_DEPENDS.curl+= curl>=7.12.3 -BUILDLINK_RECOMMENDED.curl+= curl>=7.15.1nb1 +BUILDLINK_RECOMMENDED.curl+= curl>=7.15.3 BUILDLINK_PKGSRCDIR.curl?= ../../www/curl .endif # CURL_BUILDLINK3_MK diff --git a/www/curl/distinfo b/www/curl/distinfo index e13d2fdfe4f..1e74bc43bd0 100644 --- a/www/curl/distinfo +++ b/www/curl/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.43 2006/03/03 22:26:08 wiz Exp $ +$NetBSD: distinfo,v 1.44 2006/03/21 21:49:47 recht Exp $ -SHA1 (curl-7.15.2.tar.bz2) = 3fc6f948a17abdb98efb6c2c639de4f6a1f5e44d -RMD160 (curl-7.15.2.tar.bz2) = 4a9dfadc9cc7ee61c0a025a5e3bd8d83db5628bc -Size (curl-7.15.2.tar.bz2) = 1460095 bytes -SHA1 (patch-ac) = 94d0f45a269b1de9cfe3353044ee9cd95bb2ada7 +SHA1 (curl-7.15.3.tar.bz2) = 7e764126ce564429fe2f142428a27cbfc8fb69ee +RMD160 (curl-7.15.3.tar.bz2) = 35172fe66d5e6cc1df05e6160ffdf086448730f3 +Size (curl-7.15.3.tar.bz2) = 1467043 bytes diff --git a/www/curl/patches/patch-ac b/www/curl/patches/patch-ac deleted file mode 100644 index 8ab133ed1b9..00000000000 --- a/www/curl/patches/patch-ac +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ac,v 1.3 2005/11/04 19:48:45 tv Exp $ - ---- lib/if2ip.h.orig 2005-03-31 02:02:03.000000000 -0500 -+++ lib/if2ip.h -@@ -27,6 +27,8 @@ - extern char *Curl_if2ip(const char *interf, char *buf, int buf_size); - - #ifdef __INTERIX -+#include <sys/socket.h> -+ - /* Nedelcho Stanev's work-around for SFU 3.0 */ - struct ifreq { - #define IFNAMSIZ 16 |