Subject: CVS commit: pkgsrc/www/curl
To: None <pkgsrc-changes@netbsd.org>
From: Stoned Elipot <seb@netbsd.org>
List: pkgsrc-changes
Date: 09/29/2001 18:42:25
Module Name:	pkgsrc
Committed By:	seb
Date:		Sat Sep 29 15:42:25 UTC 2001

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

Log Message:
Upgrade to version 7.9

Fixed in 7.9
	now properly returns an error code when connection to an SSL server
		with a non-legitimate certificate.
	displays certificate expire date with SSL and verbose output
	-R sets the timestamp of a downloaded file to the same as the remote
		file
	-c writes all cookies to a specified file (based on the new libcurl
		option CURLOPT_COOKIEJAR)
	SSL session ID caching is being done for multiple requests to the same
		hosts
	CURLOPT_COOKIEFILE can now be specified any number of times
	fixed portability issue in the SSL code
	-G improvements, now works with -I and on URLs including question mark.
	various windows compile, build and makefile fixes
	multiple curl_easy_perform() invokes when a previous invoke followed a
		Location: could lead to a crash
	curl_formadd() is a new function to replace the now deprecated
		curl_formparse() one, for building rfc1867 form posts.
	rfc1867-posts are now done including the Expect: 100-continue header.
	release archive now includes all docs as HTML pages too
	flushes the progress meter stream to improve look on windows
	fixed the configure script --with-ssl problem


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

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