diff options
author | shell <shell@pkgsrc.org> | 2003-02-09 08:46:36 +0000 |
---|---|---|
committer | shell <shell@pkgsrc.org> | 2003-02-09 08:46:36 +0000 |
commit | f1a04c5c7c8430f5971a24f4400ec37fb639d49c (patch) | |
tree | 8d3afdc262215b01bdf5ee74aa99058e184a9e29 /www/curl/distinfo | |
parent | 2f9dbad830d744caec4427f68f005b135bd9ce02 (diff) | |
download | pkgsrc-f1a04c5c7c8430f5971a24f4400ec37fb639d49c.tar.gz |
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.
Diffstat (limited to 'www/curl/distinfo')
-rw-r--r-- | www/curl/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/curl/distinfo b/www/curl/distinfo index 57bb91e70a2..9cb8a6e436c 100644 --- a/www/curl/distinfo +++ b/www/curl/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.17 2002/12/07 23:38:56 jmmv Exp $ +$NetBSD: distinfo,v 1.18 2003/02/09 08:46:36 shell Exp $ -SHA1 (curl-7.10.2.tar.gz) = ff263647b69bedc3d947da3dd6aceca779c52d8a -Size (curl-7.10.2.tar.gz) = 1010911 bytes -SHA1 (patch-ab) = 7054f8d9f19fa2a9d7b816fd58ae08ef97bcbb1c +SHA1 (curl-7.10.3.tar.gz) = e8a759e168f52f89de1edcf9b79b7e7c3a9b27a3 +Size (curl-7.10.3.tar.gz) = 1043799 bytes +SHA1 (patch-ab) = 753cc61d644b33a96af3025c444701231bacb323 |