diff options
author | wiz <wiz@pkgsrc.org> | 2007-07-19 21:58:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-07-19 21:58:17 +0000 |
commit | 55147b6b3a8e3f1cddabe77cb68866b1bc190c8a (patch) | |
tree | 16e518f97cc9edaf34ec745ea6e851a287fe03b0 /www/curl | |
parent | c1554b7b3545dd7c7cf78fa98b5f3b2155aa7d1b (diff) | |
download | pkgsrc-55147b6b3a8e3f1cddabe77cb68866b1bc190c8a.tar.gz |
Update to 7.16.4:
Version 7.16.4 (10 July 2007)
Daniel S (10 July 2007)
- Kees Cook notified us about a security flaw
(http://curl.haxx.se/docs/adv_20070710.html) in which libcurl failed to
properly reject some outdated or not yet valid server certificates when
built with GnuTLS. Kees also provided the patch.
James H (5 July 2007)
- Gavrie Philipson provided a patch that will use a more specific error
message for an scp:// upload failure. If libssh2 has his matching
patch, then the error message return by the server will be used instead
of a more generic error.
Daniel S (1 July 2007)
- Thomas J. Moore provided a patch that introduces Kerberos5 support in
libcurl. This also makes the options change name to --krb (from --krb4) and
CURLOPT_KRBLEVEL (from CURLOPT_KRB4LEVEL) but the old names are still
- Song Ma helped me verify and extend a fix for doing FTP over a SOCKS4/5
proxy.
Daniel S (27 June 2007)
- James Housley: Add two new options for the SFTP/SCP/FILE protocols:
CURLOPT_NEW_FILE_PERMS and CURLOPT_NEW_DIRECTORY_PERMS. These control the
premissions for files and directories created on the remote
server. CURLOPT_NEW_FILE_PERMS defaults to 0644 and
CURLOPT_NEW_DIRECTORY_PERMS defaults to 0755
- I corrected the 10-at-a-time.c example and applied a patch for it by James
Bursa.
Daniel S (26 June 2007)
- Robert Iakobashvili re-arranged the internal hash code to work with a custom
hash function for different hashes, and also expanded the default size for
the socket hash table used in multi handles to greatly enhance speed when
very many connections are added and the socket API is used.
- James Housley made the CURLOPT_FTPLISTONLY mode work for SFTP directory
listings as well
Daniel S (25 June 2007)
- Adjusted how libcurl treats HTTP 1.1 responses without content-lenth or
chunked encoding (that also lacks "Connection: close"). It now simply
assumes that the connection WILL be closed to signal the end, as that is how
RFC2616 section 4.4 point #5 says we should behave.
Diffstat (limited to 'www/curl')
-rw-r--r-- | www/curl/Makefile | 4 | ||||
-rw-r--r-- | www/curl/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/curl/Makefile b/www/curl/Makefile index 257b91e32d8..cdadd49a8bb 100644 --- a/www/curl/Makefile +++ b/www/curl/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.72 2007/07/03 17:11:55 wiz Exp $ +# $NetBSD: Makefile,v 1.73 2007/07/19 21:58:17 wiz Exp $ -DISTNAME= curl-7.16.3 +DISTNAME= curl-7.16.4 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 c2150a3e423..c826e84d4e9 100644 --- a/www/curl/distinfo +++ b/www/curl/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.50 2007/07/03 17:11:55 wiz Exp $ +$NetBSD: distinfo,v 1.51 2007/07/19 21:58:18 wiz Exp $ -SHA1 (curl-7.16.3.tar.bz2) = 7aeda5a74da2a68df49669217859101e9d0553f6 -RMD160 (curl-7.16.3.tar.bz2) = 49475fd0118e4ba9bd00244852d915bc56a2a2dd -Size (curl-7.16.3.tar.bz2) = 1667847 bytes +SHA1 (curl-7.16.4.tar.bz2) = a26a8796f5fc851b23423bc419c80e27d3e09483 +RMD160 (curl-7.16.4.tar.bz2) = ee59976f7ce9161be3d5ebdb44903dee597fbd68 +Size (curl-7.16.4.tar.bz2) = 1668101 bytes |