diff options
author | shell <shell@pkgsrc.org> | 2002-04-21 12:07:45 +0000 |
---|---|---|
committer | shell <shell@pkgsrc.org> | 2002-04-21 12:07:45 +0000 |
commit | 244022ae11ff15be59a9d41600774d7ba358b785 (patch) | |
tree | 6933aa912ca128886f14e20c93b7f41113d107a8 /www/curl/distinfo | |
parent | c7325c4e2ca5fcc3c64b8a93c26768c6bc043d07 (diff) | |
download | pkgsrc-244022ae11ff15be59a9d41600774d7ba358b785.tar.gz |
Updated to curl-7.9.6
- fmt on DESCR
- Regen PLIST
- Remove patch since it was applied
Changes since curl-7.9.5
(Lots of change, here is the recently changes, see CHANGE for more)
- Dirk Manske brought a fix that makes libcurl strip off white
spaces from the beginning of cookie contents.
- Had to patch include/curl/curl.h since MSVC doesn't set the
__STDC__ define. Moonesamy pointed out the problem, Bjorn Reese
the solution.
- Fixed the TIMER_CONNECT to be more accurate for FTP transfers.
Previously FTP transfers got the "connect done" time set after
the initial FTP commands and not directly after the TCP/IP connect
as it should.
- Jean-Philippe Barrette-LaPierre provided his patch that introduces
CURLOPT_DEBUGFUNCTION and CURLOPT_DEBUGDATA. They allow a program
to a set a callback to receive debug/information data. That
includes headers and data that is received and sent. CURLOPT_VERBOSE
still controls it.
By default, there is an internal debugfunction that will make
things look and work as before if not changed.
- Sebastien Willemijns found out that -x didn't use the default
port number as is documented. It does now.
- libcurl-errors.3 is a new man page attempting to document all
libcurl error codes
Diffstat (limited to 'www/curl/distinfo')
-rw-r--r-- | www/curl/distinfo | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www/curl/distinfo b/www/curl/distinfo index 0d71939ad97..53292151496 100644 --- a/www/curl/distinfo +++ b/www/curl/distinfo @@ -1,5 +1,4 @@ -$NetBSD: distinfo,v 1.9 2002/03/15 08:18:45 itojun Exp $ +$NetBSD: distinfo,v 1.10 2002/04/21 12:07:45 shell Exp $ -SHA1 (curl-7.9.5.tar.gz) = 3c493a59d62c26b1ce9ba5c291b7ba1f244149e5 -Size (curl-7.9.5.tar.gz) = 677596 bytes -SHA1 (patch-aa) = a8bf65bc0a29b6fa301d46ed1b8fab70930fdc96 +SHA1 (curl-7.9.6.tar.gz) = 33278d881460cd2667cfcf3295f99825b4fe8399 +Size (curl-7.9.6.tar.gz) = 706370 bytes |