diff options
author | seb <seb@pkgsrc.org> | 2002-01-14 00:19:58 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2002-01-14 00:19:58 +0000 |
commit | 869bf22f501dd4c383cb00e24667a053ec584792 (patch) | |
tree | 6cef09ba0a025dccd705978a42993c6fda73653e /www/curl/patches | |
parent | f5fa675071b7e20f3ccedab13f18ba4f71b231e4 (diff) | |
download | pkgsrc-869bf22f501dd4c383cb00e24667a053ec584792.tar.gz |
Update to version 7.9.2. PR 15102 by Shell Hung <shell@shellhung.org>
Trivial patch on configure which fixes compilation on NetBSD/!i386 added.
Fixed in 7.9.2
- compiles and builds on the good old Mac OS (in addition to Mac OS X)
- bugfixed persistant connections over proxy with multiple protocols
- --disable-epsv is a new option to the curl command line tool
- bugfixed verbose ftp output on Tru64 unix
- added CURLOPT_FTP_USE_EPSV
- passive ftp download works with IPv6
- always return proper error code on failed connects
- bugfixed FTP response reader
- bugfixed verbose telnet
- added CURLINFO_STARTTRANSFER_TIME
- bugfixed conditional HTTP fetches based on time
- multiple calls to curl_global_init() is now treated better
- bugfixed multiple ftp requests
- made -p/--proxytunnel work for plain HTTP as well
- "current speed" progress meter bugfix
- improved the name resolver configure check
- libcurl now restores signal handlers and timeouts properly
- improved SSL over HTTP-proxy when using weird proxies(!)
- added the -1/--TLSv1 option
- bugfixed LDAP transfers
Diffstat (limited to 'www/curl/patches')
-rw-r--r-- | www/curl/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www/curl/patches/patch-aa b/www/curl/patches/patch-aa new file mode 100644 index 00000000000..e580c30fed9 --- /dev/null +++ b/www/curl/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2002/01/14 00:19:58 seb Exp $ + +--- configure.orig Thu Nov 29 09:53:06 2001 ++++ configure +@@ -12402,7 +12402,7 @@ + #line 12402 "configure" + #include "confdefs.h" + #include <sys/types.h> +-#include <sys/socket.h>, ++#include <sys/socket.h> + #include <arpa/inet.h> + + int |