From 180e9d12e6084fe14d81c72fb6416c210ce3e6fd Mon Sep 17 00:00:00 2001 From: obache Date: Tue, 28 Jun 2011 10:11:08 +0000 Subject: 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 --- www/curl/Makefile | 4 ++-- www/curl/PLIST | 3 +-- www/curl/distinfo | 8 ++++---- 3 files changed, 7 insertions(+), 8 deletions(-) (limited to 'www/curl') 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 -- cgit v1.2.3