diff options
author | wiz <wiz> | 2010-12-23 00:23:56 +0000 |
---|---|---|
committer | wiz <wiz> | 2010-12-23 00:23:56 +0000 |
commit | 974c07b54de9398c2af3910a7575d0235301591f (patch) | |
tree | c4204d304e7f1994619c2134a4e9c73d0fc4fa3b | |
parent | a2e5479f26384cbd05126dcd08bee9198d3e385a (diff) | |
download | pkgsrc-974c07b54de9398c2af3910a7575d0235301591f.tar.gz |
Update to 7.21.3:
Changes:
* Added --noconfigure switch to testcurl.pl
* Added --xattr option
* Added CURLOPT_RESOLVE and --resolve
* Added CURLAUTH_ONLY
* Added version-check.pl to the examples dir
Bugfixes:
* check for libcurl features for some command line options
* Curl_setopt: disallow CURLOPT_USE_SSL without SSL support
* http_chunks: remove debug output
* URL-parsing: consider ? a divider
* SSH: avoid using the libssh2_ prefix
* SSH: use libssh2_session_handshake() to work on win64
* ftp: prevent server from hanging on closed data connection
when stopping a transfer before the end of the full transfer
(ranges)
* LDAP: detect non-binary attributes properly
* ftp: treat server's response 421 as CURLE_OPERATION_TIMEDOUT
* gnutls->handshake: improved timeout handling
* security: Pass the right parameter to init
* krb5: Use GSS_ERROR to check for error
* TFTP: resend the correct data
* configure: fix autoconf 2.68 warning: no AC_LANG_SOURCE call detected
* GnuTLS: now detects socket errors on Windows
* symbols-in-versions: updated en masse
* added a couple examples that were missing from the tar ball
* Curl_send/recv_plain: return errno on failure
* Curl_wait_for_resolv (for c-ares): correct timeout
* ossl_connect_common: detect connection re-use
* configure: Prevent link errors with --librtmp
* openldap: use remote port in URL passed to ldap_init_fd()
* url: provide dead_connection flag in Curl_handler::disconnect
* lots of compiler warning fixes
* ssh: fix a download resume point calculation
* fix getinfo CURLINFO_LOCAL* for reused connections
* multi: the returned running handles conuter could turn negative
* multi: only ever consider pipelining for connections doing HTTP(S)
-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 f720413ddd1..8d1108a032e 100644 --- a/www/curl/Makefile +++ b/www/curl/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.100 2010/10/16 23:58:04 wiz Exp $ +# $NetBSD: Makefile,v 1.101 2010/12/23 00:23:56 wiz Exp $ -DISTNAME= curl-7.21.2 +DISTNAME= curl-7.21.3 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 14fc061c632..f04ab9726e0 100644 --- a/www/curl/PLIST +++ b/www/curl/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.30 2010/08/15 11:14:36 drochner Exp $ +@comment $NetBSD: PLIST,v 1.31 2010/12/23 00:23:56 wiz Exp $ bin/curl bin/curl-config include/curl/curl.h @@ -117,5 +117,7 @@ share/examples/curl/sepheaders.c share/examples/curl/simple.c share/examples/curl/simplepost.c share/examples/curl/simplessl.c +share/examples/curl/smooth-gtk-thread.c +share/examples/curl/smtp-multi.c share/examples/curl/synctime.c share/examples/curl/threaded-ssl.c diff --git a/www/curl/distinfo b/www/curl/distinfo index b094a849dc6..ebe6cb8243c 100644 --- a/www/curl/distinfo +++ b/www/curl/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.67 2010/10/16 23:58:04 wiz Exp $ +$NetBSD: distinfo,v 1.68 2010/12/23 00:23:56 wiz Exp $ -SHA1 (curl-7.21.2.tar.bz2) = f729552a905033dbd0d2cf56e40c7048f2d8331e -RMD160 (curl-7.21.2.tar.bz2) = fcb1302f79741bc3e488fcee1206284f4cb9e6ca -Size (curl-7.21.2.tar.bz2) = 2167919 bytes +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 (patch-aa) = 14a1854429e12d0f7d0da040a09ef6d173a6dff2 |