diff options
author | asau <asau@pkgsrc.org> | 2011-03-09 19:22:24 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2011-03-09 19:22:24 +0000 |
commit | 3a98b8a3a0fda1b61ea8c7dcd3d847ef461da36e (patch) | |
tree | c4012bb320ed0f9745575ade675e5adc3a8a2b49 /www/curl | |
parent | 71b311f7885ab0a8110985321ce863f6a2d5204f (diff) | |
download | pkgsrc-3a98b8a3a0fda1b61ea8c7dcd3d847ef461da36e.tar.gz |
Update to curl 7.21.4
This release includes the following changes:
o CURLINFO_FTP_ENTRY_PATH now supports SFTP
o introduced new framework for unit-testing
o IDN: use win32 API if told to
o ares: ask for both IPv4 and IPv6 addresses
o HTTP: do Negotiate authentication using SSPI on windows
o Windows build: alternative makefile
o TLS-SRP: support added when using GnuTLS
This release includes the following bugfixes:
o SMTP: add brackets for MAIL FROM
o ossl_seed: no more RAND_screen (on Windows)
o multi: connect fail => use next IP address
o use the timeout when using multiple IP addresses similar to how
the easy interface does it
o cookies: tricked dotcounter fixed
o pubkey_show: allocate buffer to fit any-size result
o Curl_nss_connect: avoid PATH_MAX
o Curl_do: avoid using stale conn pointer
o tftpd test server: avoid buffer overflow report from glibc
o nss: avoid CURLE_OUT_OF_MEMORY given a file name without any slash
o nss: fix a bug in handling of CURLOPT_CAPATH
o CMake: Use upstream CheckTypeSize module
o OpenSSL get_cert_chain: support larger data sets
o SCP/SFTP transfers: acknowledge speedcheck
o GnuTLS builds: fix memory leak
o connect problem: use UDP correctly
o Borland C++ makefile tweaks
o OpenSSL: improved error message on SSL_CTX_new failures
o HTTP: memory leak on multiple Location:
o ares_query_completed_cb: don't touch invalid data
o ares: memory leak fix
o mk-ca-bundle: use new cacert url
o Curl_gmtime: added a portable gmtime and check for NULL
o curl.1: typo in -v description
o CURLOPT_SOCKOPTFUNCTION: return proper error code
o --keepalive-time: warn if not supported properly
o file: add support for CURLOPT_TIMECONDITION
o nss: avoid memory leaks and failure of NSS shutdown
o multi: fix CURLM_STATE_TOOFAST for multi_socket
Diffstat (limited to 'www/curl')
-rw-r--r-- | www/curl/Makefile | 4 | ||||
-rw-r--r-- | www/curl/PLIST | 4 | ||||
-rw-r--r-- | www/curl/distinfo | 8 |
3 files changed, 9 insertions, 7 deletions
diff --git a/www/curl/Makefile b/www/curl/Makefile index 5fd2081da22..ea0f1aefca3 100644 --- a/www/curl/Makefile +++ b/www/curl/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.102 2011/02/28 14:53:06 wiz Exp $ +# $NetBSD: Makefile,v 1.103 2011/03/09 19:22:24 asau Exp $ -DISTNAME= curl-7.21.3 +DISTNAME= curl-7.21.4 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 f04ab9726e0..ee2134dfe7f 100644 --- a/www/curl/PLIST +++ b/www/curl/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.31 2010/12/23 00:23:56 wiz Exp $ +@comment $NetBSD: PLIST,v 1.32 2011/03/09 19:22:25 asau Exp $ bin/curl bin/curl-config include/curl/curl.h @@ -116,8 +116,10 @@ share/examples/curl/sendrecv.c share/examples/curl/sepheaders.c share/examples/curl/simple.c share/examples/curl/simplepost.c +share/examples/curl/simplesmtp.c share/examples/curl/simplessl.c share/examples/curl/smooth-gtk-thread.c share/examples/curl/smtp-multi.c +share/examples/curl/smtp-tls.c share/examples/curl/synctime.c share/examples/curl/threaded-ssl.c diff --git a/www/curl/distinfo b/www/curl/distinfo index ebe6cb8243c..98a57ea6da6 100644 --- a/www/curl/distinfo +++ b/www/curl/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.68 2010/12/23 00:23:56 wiz Exp $ +$NetBSD: distinfo,v 1.69 2011/03/09 19:22:25 asau Exp $ -SHA1 (curl-7.21.3.tar.bz2) = 24a551e3653b91f883638a6ecec1582ae3022f9f -RMD160 (curl-7.21.3.tar.bz2) = 775911baee866dd6697ba91996dcc37eba69ba40 -Size (curl-7.21.3.tar.bz2) = 2194975 bytes +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 (patch-aa) = 14a1854429e12d0f7d0da040a09ef6d173a6dff2 |