Subject: CVS commit: pkgsrc/www/curl
To: None <pkgsrc-changes@netbsd.org>
From: Shell Hung <shell@netbsd.org>
List: pkgsrc-changes
Date: 10/20/2002 05:19:44
Module Name:	pkgsrc
Committed By:	shell
Date:		Sun Oct 20 02:19:44 UTC 2002

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

Log Message:
Updated to curl-7.10.1

Changes :
- Jeff Lawson fixed a few problems with connection re-use that remained when
  you set CURLOPT_PROXY to "".
- Craig Davison found a terrible flaw and Cris Bailiff helped out in the
  search. Getting HTTP data from servers when the headers are split up in
  multiple reads, could cause junk data to get inserted among the saved
  headers. This only concerns HTTP(S) headers.
- Vincent Penquerc'h gave us the good suggestion that when the ERRRORBUFFER
  is set internally, the error text is sent to the debug function as well.
- Fixed the telnet code to timeout properly as the option tells it to. On
  non-windows platforms.
- John Crow pointed out that libcurl-the-guide wasn't included in the release
  tarball!
- Kevin Roth pointed out that make install didn't do right if build outside
  the source tree (ca-bundle wise).
- FOLLOW_LOCATION bugfix for the multi interface
[trim], more see CHANGES.


To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 pkgsrc/www/curl/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/www/curl/PLIST
cvs rdiff -r1.15 -r1.16 pkgsrc/www/curl/distinfo
cvs rdiff -r1.6 -r0 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.