Subject: CVS commit: pkgsrc/www/curl
To: None <pkgsrc-changes@netbsd.org>
From: Stoned Elipot <seb@netbsd.org>
List: pkgsrc-changes
Date: 01/14/2002 02:19:59
Module Name:	pkgsrc
Committed By:	seb
Date:		Mon Jan 14 00:19:59 UTC 2002

Modified Files:
	pkgsrc/www/curl: Makefile distinfo
Added Files:
	pkgsrc/www/curl/patches: patch-aa

Log Message:
Update to version 7.9.2. PR 15102 by Shell Hung <shell@shellhung.org>

Trivial patch on configure which fixes compilation on NetBSD/!i386 added.

Fixed in 7.9.2
- compiles and builds on the good old Mac OS (in addition to Mac OS X)
- bugfixed persistant connections over proxy with multiple protocols
- --disable-epsv is a new option to the curl command line tool
- bugfixed verbose ftp output on Tru64 unix
- added CURLOPT_FTP_USE_EPSV
- passive ftp download works with IPv6
- always return proper error code on failed connects
- bugfixed FTP response reader
- bugfixed verbose telnet
- added CURLINFO_STARTTRANSFER_TIME
- bugfixed conditional HTTP fetches based on time
- multiple calls to curl_global_init() is now treated better
- bugfixed multiple ftp requests
- made -p/--proxytunnel work for plain HTTP as well
- "current speed" progress meter bugfix
- improved the name resolver configure check
- libcurl now restores signal handlers and timeouts properly
- improved SSL over HTTP-proxy when using weird proxies(!)
- added the -1/--TLSv1 option
- bugfixed LDAP transfers


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 pkgsrc/www/curl/Makefile
cvs rdiff -r1.6 -r1.7 pkgsrc/www/curl/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/www/curl/patches/patch-aa

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