Date: Tue, 3 Feb 2009 00:27:44 GMT From: "Cory R. King" <coryking@mozimedia.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/131324: Upgrade ftp/curl 7.19.3 Message-ID: <200902030027.n130Riwi050443@www.freebsd.org> Resent-Message-ID: <200902030030.n130U7HO004063@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 131324 >Category: ports >Synopsis: Upgrade ftp/curl 7.19.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Feb 03 00:30:06 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Cory R. King >Release: 6.2 >Organization: Mozi Media Group, LLC. >Environment: FreeBSD compiler.local 6.2-RELEASE-p3 FreeBSD 6.2-RELEASE-p3 #2: Sat Apr 14 15:51:51 PDT 2007 root@compiler.mozimedia.local:/mnt/binaries/obj/usr/src/sys/CORE2_62VM i386 >Description: >From 7.19.2 to 7.19.3 Changelog (http://curl.haxx.se/changes.html): Changes: * CURLAUTH_DIGEST_IE bit added for CURLOPT_HTTPAUTH and CURLOPT_PROXYAUTH * VC9 Makefiles were added to the release package Bugfixes: * build failure when disabling FTP but enabling GSS * fixed several calls to memory functions that didn't check return codes * memory leak for SSL connects with libcurl/NSS when CURLOPT_ISSUERCERT was used * re-use of connections with the multi interface when multiple handles used the same server * memory leak with HTTP GSS/kerberos authentication * removed the default use of "Pragma: no-cache" * fix SCP/SFTP busyloop by using a new libssh2 1.0 function * bad fclose() after a fatal error in cookie code * curl_multi_remove_handle() when the handle was in use in a HTTP pipeline * GSS authentication infinite loop problem * 550 response from SIZE no longer treated as missing file * ftps:// control connections now use explicit protection level * dotted IPv6 addresses longer than 39 bytes failed * curl_easy_duphandle() doesn't try to duplicate the connection cache pointer * build failure on OS/400 when enabling IPv6 * better detection of SFTP failures * improved connection re-use for subsequent SCP and SFTP transfers * multi interface does less busy-loops for SCP and SFTP transfers with libssh2 1.0 or later * curl_multi_timeout() no longer returns timeout 0 when there's still more than 0 but less than 999 microseconds left * the multi_socket API and HTTP pipelining now work a lot better when combined * SFTP seek/resume beyond 32bit file sizes * fixed breakage with --with-ssl --disable-verbose * TTL "leak" in the DNS cache * improved NSS initing * curl_easy_reset now resets more options * rare Location: follow bug with the multi interface * the configure script can now detect gnutls with pkg-config * curlbuild.h was adjusted for SunPro compilers * CURLOPT_COOKIELIST set to "SESS" on an easy handle with no cookies data * fixed timeouts for TFTP * fixed PPC builds >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/ftp/curl/Makefile,v retrieving revision 1.96 diff -u -r1.96 Makefile --- Makefile 26 Jan 2009 02:11:01 -0000 1.96 +++ Makefile 3 Feb 2009 00:25:01 -0000 @@ -6,7 +6,7 @@ # PORTNAME= curl -PORTVERSION= 7.19.2 +PORTVERSION= 7.19.3 CATEGORIES= ftp ipv6 www MASTER_SITES= http://curl.haxx.se/download/ \ ${MASTER_SITE_SOURCEFORGE} \ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/ftp/curl/distinfo,v retrieving revision 1.51 diff -u -r1.51 distinfo --- distinfo 23 Jan 2009 15:40:33 -0000 1.51 +++ distinfo 3 Feb 2009 00:25:01 -0000 @@ -1,3 +1,3 @@ -MD5 (curl-7.19.2.tar.bz2) = 3a461b145a4a31fe7d5a44684e7fbdbc -SHA256 (curl-7.19.2.tar.bz2) = 60091fe65ad3aed9b5151cb4e8fcfaf56567c5ae705fdf4246854625eb91c272 -SIZE (curl-7.19.2.tar.bz2) = 2168458 +MD5 (curl-7.19.3.tar.bz2) = 10eb8c13350c735eff20d7b4530be8cd +SHA256 (curl-7.19.3.tar.bz2) = 965608e49500fb548ab3308556462fdc950474ab7646daaed77051d791093222 +SIZE (curl-7.19.3.tar.bz2) = 2238923 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/ftp/curl/pkg-plist,v retrieving revision 1.25 diff -u -r1.25 pkg-plist --- pkg-plist 23 Jan 2009 15:40:33 -0000 1.25 +++ pkg-plist 3 Feb 2009 00:25:01 -0000 @@ -161,6 +161,7 @@ %%PORTDOCS%%%%EXAMPLESDIR%%/curlgtk.c %%PORTDOCS%%%%EXAMPLESDIR%%/curlx.c %%PORTDOCS%%%%EXAMPLESDIR%%/debug.c +%%PORTDOCS%%%%EXAMPLESDIR%%/evhiperfifo.c %%PORTDOCS%%%%EXAMPLESDIR%%/fileupload.c %%PORTDOCS%%%%EXAMPLESDIR%%/fopen.c %%PORTDOCS%%%%EXAMPLESDIR%%/ftpget.c >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902030027.n130Riwi050443>