Subject: CVS commit: pkgsrc/www/curl
To: None <pkgsrc-changes@netbsd.org>
From: Nathan Ahlstrom <nra@netbsd.org>
List: pkgsrc-changes
Date: 08/13/2001 21:36:14
Module Name:	pkgsrc
Committed By:	nra
Date:		Mon Aug 13 18:36:14 UTC 2001

Modified Files:
	pkgsrc/www/curl: Makefile distinfo
	pkgsrc/www/curl/pkg: PLIST

Log Message:
Update www/curl to version 7.8.  PR 13704 by Stoned Elipot.

Fixed 7.8
        'curl-config --vernum' shows version number as a hexadecimal number
        libcurl's got two new functions (for global init/cleanup)
        SSL memory leak fixed
        new file format for the tests in the test suite
        netscape/mozilla cookie file parser bugfix
        everything is now built with autoconf 2.50, libtool 1.4
                and automake 1.4-p1
        libcurl's own version of 'strlcat' no longer pollutes the name space
        libcurl now treats an already completed resumed download as a
                successful operation, and not as an error like before
        https and ftps test cases added to the test suite (depend on stunnel)
        better white space awareness when parsing HTTP headers
        curl -I now plays ball even if the ftp server doesn't grok SIZE
        corrected resumed transfers on re-used persistent connections
        FTP PORT works again when libcurl is IPv6-enabled
        corrected path usage when doing multiple FTP transfers
        several Location: header related bugs corrected


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 pkgsrc/www/curl/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/www/curl/distinfo
cvs rdiff -r1.2 -r1.3 pkgsrc/www/curl/pkg/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.