diff options
author | obache <obache@pkgsrc.org> | 2011-06-28 10:11:08 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-06-28 10:11:08 +0000 |
commit | 2b07c867f9433b6fbebccd012743c486204403c6 (patch) | |
tree | aebbdfa82ae483afa6bfd6e411d652c2df5f6471 /www/curl | |
parent | 54caa694e04df4d45b8b4f128a1ca166e93b22b1 (diff) | |
download | pkgsrc-2b07c867f9433b6fbebccd012743c486204403c6.tar.gz |
Update curl 7.21.7.
This release includes the following changes:
o recognize the [protocol]:// prefix in proxy hosts where the protocol is one
of socks4, socks4a, socks5 or socks5h.
o Added CURLOPT_CLOSESOCKETFUNCTION and CURLOPT_CLOSESOCKETDATA
This release includes the following bugfixes:
o SECURITY ADVISORY: inappropriate GSSAPI delegation. Full details at
http://curl.haxx.se/docs/adv_20110623.html
o NTLM: work with unicode
o fix connect with SOCKS proxy when using the multi interface
o anyauthput.c: stdint.h must not be included unconditionally
o CMake: improved build
o SCP/SFTP enable non-blocking earlier
o GnuTLS handshake: fix timeout
o cyassl: build without filesystem
o HTTPS over HTTP proxy using the multi interface
o speedcheck: invalid timeout event on a reused handle
o Force connection close for HTTP 200 OK when time condition matched
o curl_formget: fix FILE * leak
o configure: improved OpenSSL detection
o Android build: support gingerbread
o CURLFORM_STREAM: acknowledge CURLFORM_FILENAME
o windows build: use correct MS CRT
o pop3: remove extra space in LIST command
Diffstat (limited to 'www/curl')
-rw-r--r-- | www/curl/Makefile | 4 | ||||
-rw-r--r-- | www/curl/PLIST | 3 | ||||
-rw-r--r-- | www/curl/distinfo | 8 |
3 files changed, 7 insertions, 8 deletions
diff --git a/www/curl/Makefile b/www/curl/Makefile index 3f3338141fb..246d3654492 100644 --- a/www/curl/Makefile +++ b/www/curl/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.105 2011/05/02 13:12:41 wiz Exp $ +# $NetBSD: Makefile,v 1.106 2011/06/28 10:11:08 obache Exp $ -DISTNAME= curl-7.21.6 +DISTNAME= curl-7.21.7 CATEGORIES= www MASTER_SITES= http://curl.haxx.se/download/ \ ftp://ftp.sunet.se/pub/www/utilities/curl/ diff --git a/www/curl/PLIST b/www/curl/PLIST index ee2134dfe7f..74e60f2755d 100644 --- a/www/curl/PLIST +++ b/www/curl/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.32 2011/03/09 19:22:25 asau Exp $ +@comment $NetBSD: PLIST,v 1.33 2011/06/28 10:11:08 obache Exp $ bin/curl bin/curl-config include/curl/curl.h @@ -10,7 +10,6 @@ include/curl/mprintf.h include/curl/multi.h include/curl/stdcheaders.h include/curl/typecheck-gcc.h -include/curl/types.h lib/libcurl.la lib/pkgconfig/libcurl.pc man/man1/curl-config.1 diff --git a/www/curl/distinfo b/www/curl/distinfo index 682bbeb9548..1a3ecbd28c3 100644 --- a/www/curl/distinfo +++ b/www/curl/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.70 2011/05/02 13:12:41 wiz Exp $ +$NetBSD: distinfo,v 1.71 2011/06/28 10:11:08 obache Exp $ -SHA1 (curl-7.21.6.tar.bz2) = 049a3aff13d283f6e4ea1f9aa3aa6abc067fd42e -RMD160 (curl-7.21.6.tar.bz2) = 25741abc0ec79d6f0da249aa50d310397bb92d17 -Size (curl-7.21.6.tar.bz2) = 2311355 bytes +SHA1 (curl-7.21.7.tar.bz2) = 88aab0188ac86c3d13118bb5b6ee49a83e53b0ce +RMD160 (curl-7.21.7.tar.bz2) = c4c8afe66fb30be9eec8233c22db6d5beed00e39 +Size (curl-7.21.7.tar.bz2) = 2319682 bytes SHA1 (patch-aa) = 14a1854429e12d0f7d0da040a09ef6d173a6dff2 |