Subject: CVS commit: pkgsrc/www/curl
To: None <pkgsrc-changes@netbsd.org>
From: Shell Hung <shell@netbsd.org>
List: pkgsrc-changes
Date: 02/09/2003 10:46:37
Module Name:	pkgsrc
Committed By:	shell
Date:		Sun Feb  9 08:46:36 UTC 2003

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

Log Message:
Updated to curl-7.10.3

Patches by Adrian Portelli <adrianp@stindustries.net> (PR#20142)

Changes :
- Steve Oliphant pointed out that test case 105 did not work anymore
  and this was due to a missing fix for the password prompting.
- Bryan Kemp pointed out that curl -u could not provide a blank password
  without prompting the user. It can now. -u username: makes the password
  empty, while -u username makes curl prompt the user for a password.
- Kjetil Jacobsen found a remaining connect problem in the multi interface
  on ipv4 systems (Linux only?), that I fixed and Kjetil verified that it
  fixed his problems.
- memanalyze.pl now reads a file name from the command line, and no longer
  takes the data on stdin as before.
- Fixed tests/memanalyze.pl to work with file names that contain colons
  (as on Windows).
- Kjetil Jacobsen quickly pointed out that lib/share.h was missing...

* For more, see CHANGES.


To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 pkgsrc/www/curl/Makefile
cvs rdiff -r1.17 -r1.18 pkgsrc/www/curl/distinfo
cvs rdiff -r1.3 -r1.4 pkgsrc/www/curl/patches/patch-ab

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