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/curl/patches | |
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/curl/patches')
-rw-r--r-- | www/curl/patches/patch-ac | 13 |
1 files changed, 0 insertions, 13 deletions
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 |