pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/curl Update to 7.17.0:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ced1c5bf7218
branches:  trunk
changeset: 533317:ced1c5bf7218
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Sep 15 09:29:11 2007 +0000

description:
Update to 7.17.0:

 Changes:

    * support for OS/400 Secure Sockets Layer library
    * curl_easy_setopt() now allocates strings passed to it
    * SCP and SFTP support now requires libssh2 0.16 or later
    * LDAP libraries are now linked "regularly" and not with dlopen
    * HTTP transfers have the download size info "available" earlier
    * FTP transfers have the download size info "available" earlier
    * builds and runs on OS/400
    * several error codes and options were marked as obsolete and subject to future removal (set CURL_NO_OLDIES to see if your application is using them)
    * SFTP errors can return more specific error codes

Bugfixes:

    * test cases 31, 46, 61, 506, 517 now work in time zones that use leap seconds
    * problem with closed proxy connection during HTTP CONNECT auth negotiation
    * transfer-encoding skipping didn't ignore the 407 response bodies properly
    * CURLOPT_SSL_VERIFYHOST set to 1
    * CONNECT endless loop
    * krb5 support builds with Heimdal
    * added returned error string for connection refused case
    * re-use of dead FTP control connections
    * login to FTP servers that don't require (nor understand) PASS after the USER command
    * bad free of memory from libssh2
    * the SFTP PWD command works
    * HTTP Digest auth on a re-used connection
    * FTPS data connection close
    * AIX 4 and 5 get to use non-blocking sockets
    * small POST with NTLM
    * resumed file:// transfers
    * CURLOPT_DNS_CACHE_TIMEOUT and CURLOPT_DNS_USE_GLOBAL_CACHE are 64 bit "clean"
    * memory leak when handling compressed data streams from broken servers
    * no NTLM unicode response
    * resume HTTP PUT using Digest authentication
    * FTP NOBODY requests on directories sent "SIZE (null)"
    * FTP NOBODY request on file crash
    * excessively long FTP server responses and response lines
    * file:// upload then FTP:// upload crash
    * TFTP error 0 is no longer treated as success
    * uploading empty file over FTP on re-used connection
    * superfluous CWD command on re-used FTP connections without subdirs used

diffstat:

 www/curl/Makefile |  4 ++--
 www/curl/PLIST    |  3 +--
 www/curl/distinfo |  8 ++++----
 3 files changed, 7 insertions(+), 8 deletions(-)

diffs (42 lines):

diff -r 4447811cf015 -r ced1c5bf7218 www/curl/Makefile
--- a/www/curl/Makefile Sat Sep 15 09:23:41 2007 +0000
+++ b/www/curl/Makefile Sat Sep 15 09:29:11 2007 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.74 2007/09/07 22:12:24 jlam Exp $
+# $NetBSD: Makefile,v 1.75 2007/09/15 09:29:11 wiz Exp $
 
-DISTNAME=      curl-7.16.4
+DISTNAME=      curl-7.17.0
 CATEGORIES=    www
 MASTER_SITES=  http://curl.haxx.se/download/ \
                ftp://ftp.sunet.se/pub/www/utilities/curl/ \
diff -r 4447811cf015 -r ced1c5bf7218 www/curl/PLIST
--- a/www/curl/PLIST    Sat Sep 15 09:23:41 2007 +0000
+++ b/www/curl/PLIST    Sat Sep 15 09:29:11 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.22 2006/10/31 23:04:22 wiz Exp $
+@comment $NetBSD: PLIST,v 1.23 2007/09/15 09:29:11 wiz Exp $
 bin/curl
 bin/curl-config
 include/curl/curl.h
@@ -77,7 +77,6 @@
 share/examples/curl/debug.c
 share/examples/curl/fileupload.c
 share/examples/curl/fopen.c
-share/examples/curl/ftp3rdparty.c
 share/examples/curl/ftpget.c
 share/examples/curl/ftpgetresp.c
 share/examples/curl/ftpupload.c
diff -r 4447811cf015 -r ced1c5bf7218 www/curl/distinfo
--- a/www/curl/distinfo Sat Sep 15 09:23:41 2007 +0000
+++ b/www/curl/distinfo Sat Sep 15 09:29:11 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.51 2007/07/19 21:58:18 wiz Exp $
+$NetBSD: distinfo,v 1.52 2007/09/15 09:29:11 wiz Exp $
 
-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
+SHA1 (curl-7.17.0.tar.bz2) = 78e08bac74952e2af612f20759a330f580c122b3
+RMD160 (curl-7.17.0.tar.bz2) = 12141ad0f5de32e9d496f3d499bf6fda80a4308e
+Size (curl-7.17.0.tar.bz2) = 1698728 bytes



Home | Main Index | Thread Index | Old Index