From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 3 00:30:07 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 815181065675 for ; Tue, 3 Feb 2009 00:30:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5BBF18FC18 for ; Tue, 3 Feb 2009 00:30:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n130U7T8004066 for ; Tue, 3 Feb 2009 00:30:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n130U7HO004063; Tue, 3 Feb 2009 00:30:07 GMT (envelope-from gnats) Resent-Date: Tue, 3 Feb 2009 00:30:07 GMT Resent-Message-Id: <200902030030.n130U7HO004063@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Cory R. King" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CE995106564A for ; Tue, 3 Feb 2009 00:27:44 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id BCCBB8FC16 for ; Tue, 3 Feb 2009 00:27:44 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n130RiPN050444 for ; Tue, 3 Feb 2009 00:27:44 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n130Riwi050443; Tue, 3 Feb 2009 00:27:44 GMT (envelope-from nobody) Message-Id: <200902030027.n130Riwi050443@www.freebsd.org> Date: Tue, 3 Feb 2009 00:27:44 GMT From: "Cory R. King" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/131324: Upgrade ftp/curl 7.19.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2009 00:30:08 -0000 >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: