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 | 180e9d12e6084fe14d81c72fb6416c210ce3e6fd (patch) | |
tree | aebbdfa82ae483afa6bfd6e411d652c2df5f6471 /www/curl/Makefile | |
parent | 399bce21c9684a82415f1b57bdfa767c11c0e3fb (diff) | |
download | pkgsrc-180e9d12e6084fe14d81c72fb6416c210ce3e6fd.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/Makefile')
-rw-r--r-- | www/curl/Makefile | 4 |
1 files changed, 2 insertions, 2 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/ |