diff options
author | wiz <wiz@pkgsrc.org> | 2011-05-02 13:12:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-05-02 13:12:41 +0000 |
commit | 5c68d4a330989ad9524642524ffeae3ab25e36e4 (patch) | |
tree | 5fe62cb03d4c0f9191371d7b1cf662e4471f6d11 /www/curl | |
parent | 795655fd1f263b1f9cfb2e1bc6ec629568ad3d4e (diff) | |
download | pkgsrc-5c68d4a330989ad9524642524ffeae3ab25e36e4.tar.gz |
Update to 7.21.6:
Fixed in 7.21.6 - April 22 2011
Changes:
Added --tr-encoding and CURLOPT_TRANSFER_ENCODING
Bugfixes:
curl-config: fix --version
curl_easy_setopt.3: CURLOPT_PROXYTYPE clarification
use HTTPS properly after CONNECT
SFTP: close file before post quote operations
Fixed in 7.21.5 - April 17 2011
Changes:
SOCKOPTFUNCTION: callback can say already-connected
Added --netrc-file
Added (new) support for cyassl
TSL-SRP: enabled with OpenSSL
Added CURLE_NOT_BUILT_IN and CURLE_UNKNOWN_OPTION
Bugfixes:
nss: avoid memory leak on SSL connection failure
nss: do not ignore failure of SSL handshake
multi: better failed connect handling when using FTP, SMTP, POP3 and IMAP
runtests.pl: fix pid number concatenation that prevented it from killing the correct process at times
PolarSSL: Return 0 on receiving TLS CLOSE_NOTIFY alert
curl_easy_setopt.3: Removed wrong reference to CURLOPT_USERPASSWORD
multi: close connection on timeout
IMAP in multi mode does SSL connections non-blocking
honours the --disable-ldaps configure option
Force setopt constants written by --libcurl to be long
ssh_connect: treat libssh2 return code better
SFTP upload could stall the state machine when the multi_socket API was used
SFTP and SCP could leak memory when used with the multi interface and the connection was closed
Added missing file to repair the MSVC makefiles
Fixed detection of recvfrom arguments on Android/bionic
GSS: handle reuse fix
transfer: avoid insane conversion of time_t
nss: do not ignore value of CURLOPT_SSL_VERIFYPEER in certain cases
SMTP-multi: non-blocking connect
SFTP-multi: set cselect for sftp and scp to fix "stall" risk
configure: removed wrongly claimed default paths
pop3: fixed torture tests to succeed
symbols-in-versions: many corrections
if a HTTP request gets retried because the connection was dead, rewind if any data was sent as part of it
only probe for working ipv6 once and then re-use that info for further requests
requests that are asked to bound to a local interface/port will no longer wrongly re-use connections that aren't
libcurl.m4: Add missing quotes in AC_LINK_IFELSE
progress output: don't print the last update on a separate line
POP3: the command to send is STLS, not STARTTLS
POP3: PASS command was not sent after upgrade to TLS
configure: fix libtool warning
nss: allow to use multiple client certificates for a single host
HTTP pipelining: Fix handling of zero-length responses
Don't list NTLM in curl-config when HTTP is disabled
curl_easy_setopt.3: CURLOPT_RESOLVE typo version
OpenSSL: build fine with no-sslv2 versions
checkconnection: don't call with NULL pointer with RTSP and multi interface
Borland makefile updates
configure: libssh2 link fix without pkg-config
certinfo crash
CCC crash
Diffstat (limited to 'www/curl')
-rw-r--r-- | www/curl/Makefile | 5 | ||||
-rw-r--r-- | www/curl/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/www/curl/Makefile b/www/curl/Makefile index 1579a4de142..3f3338141fb 100644 --- a/www/curl/Makefile +++ b/www/curl/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.104 2011/04/22 13:42:07 obache Exp $ +# $NetBSD: Makefile,v 1.105 2011/05/02 13:12:41 wiz Exp $ -DISTNAME= curl-7.21.4 -PKGREVISION= 1 +DISTNAME= curl-7.21.6 CATEGORIES= www MASTER_SITES= http://curl.haxx.se/download/ \ ftp://ftp.sunet.se/pub/www/utilities/curl/ diff --git a/www/curl/distinfo b/www/curl/distinfo index 98a57ea6da6..682bbeb9548 100644 --- a/www/curl/distinfo +++ b/www/curl/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.69 2011/03/09 19:22:25 asau Exp $ +$NetBSD: distinfo,v 1.70 2011/05/02 13:12:41 wiz Exp $ -SHA1 (curl-7.21.4.tar.bz2) = 9cc59be07932b63e1f7d714c56ffaaa92af55373 -RMD160 (curl-7.21.4.tar.bz2) = c18710206d30a0f1078b2156df25ded30443f7cf -Size (curl-7.21.4.tar.bz2) = 2256354 bytes +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 (patch-aa) = 14a1854429e12d0f7d0da040a09ef6d173a6dff2 |