diff options
author | wiz <wiz@pkgsrc.org> | 2010-10-16 23:58:04 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-10-16 23:58:04 +0000 |
commit | 1f40561f56885076b2141e7685726da564bb4a87 (patch) | |
tree | 44351d72a90c86aa7ef8024ab0b3b521c601f134 /www/curl/patches | |
parent | 8e10101f67884197bd07b8fa27ff2058594a39a9 (diff) | |
download | pkgsrc-1f40561f56885076b2141e7685726da564bb4a87.tar.gz |
Update to 7.21.2:
Changes:
* curl -T: ignore file size of special files
* Added GOPHER protocol support
* Added mk-ca-bundle.vbs script
* c-ares build now requires c-ares >= 1.6.0
Bugfixes:
* --remote-header-name security vulnerability fixed
* multi: support the timeouts correctly, fixes known bug #62
* multi: use timeouts properly for MAX_RECV/SEND_SPEED
* negotiation: Wrong proxy authorization
* multi: avoid sending multiple complete messages
* cmdline: make -F type= accept ;charset=
* RESUME_FROM: clarify what ftp uploads do
* http: handle trailer headers in all chunked responses
* Curl_is_connected: use correct errno
* Added SSPI build to Watcom makefile
* progress: callback for POSTs less than MAX_INITIAL_POST_SIZE
* linking problem on Fedora 13
* Link curl and the test apps with -lrt explicitly when necessary
* chunky parser: only rewind stream internally if needed
* remote-header-name: don't output filename when NULL
* Curl_timeleft: avoid returning "no timeout" by mistake
* timeout: use the correct start value as offset
* FTP: fix wrong timeout trigger
* buildconf got better output on failures
* rtsp: avoid SIGSEGV on malformed header
* LDAP: Support for tunnelling queries through HTTP proxy
* configure's --enable-werror had a bashism
* test565: Don't hardcode IP:PORT
* configure: check for gcrypt if using GnuTLS
* configure: don't enable RTMP if the lib detect fails
* curl_easy_duphandle: clone the c-ares handle correctly
* MacOSX-Framework: updates for Snowleopard
* support URL containing colon without trailing port number
* parsedate: allow time specified without seconds
* curl_easy_escape: don't escape "unreserved" characters
* SFTP: avoid downloading negative sizes
* Lots of GSS/KRB FTP fixes
* TFTP: Work around tftpd-hpa upload bug
* libcurl.m4: several fixes
* HTTP: remove special case for 416
* examples: use example.com in example URLs
* globbing: fix crash on unballanced open brace
* cmake: build fixed
Diffstat (limited to 'www/curl/patches')
-rw-r--r-- | www/curl/patches/patch-aa | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/www/curl/patches/patch-aa b/www/curl/patches/patch-aa index f945c1ff889..9d69a0396de 100644 --- a/www/curl/patches/patch-aa +++ b/www/curl/patches/patch-aa @@ -1,17 +1,8 @@ -$NetBSD: patch-aa,v 1.16 2010/08/15 11:14:37 drochner Exp $ +$NetBSD: patch-aa,v 1.17 2010/10/16 23:58:04 wiz Exp $ ---- configure.orig 2010-08-11 17:03:30.000000000 +0000 +--- configure.orig 2010-10-01 20:49:17.000000000 +0000 +++ configure -@@ -2992,7 +2992,7 @@ CONFIGURE_OPTIONS="\"$ac_configure_args\ - - - CURL_CFLAG_EXTRAS="" --if test X"$want_werror" == Xyes; then -+if test X"$want_werror" = Xyes; then - CURL_CFLAG_EXTRAS="-Werror" - fi - -@@ -14762,7 +14762,7 @@ squeeze() { +@@ -14766,7 +14766,7 @@ squeeze() { # @@ -20,7 +11,7 @@ $NetBSD: patch-aa,v 1.16 2010/08/15 11:14:37 drochner Exp $ # if test "$compiler_id" = "GNU_C" || test "$compiler_id" = "CLANG"; then -@@ -19144,15 +19144,15 @@ $as_echo "#define HAVE_GSSAPI 1" >>confd +@@ -19176,15 +19176,15 @@ $as_echo "#define HAVE_GSSAPI 1" >>confd LIBS="$LIBS $gss_libs" elif test "$GSSAPI_ROOT" != "yes"; then LDFLAGS="$LDFLAGS -L$GSSAPI_ROOT/lib$libsuff" |