diff options
author | seb <seb> | 2001-11-12 12:27:30 +0000 |
---|---|---|
committer | seb <seb> | 2001-11-12 12:27:30 +0000 |
commit | 1aaad5df50ad4c046e54d061c97f37f6035f6938 (patch) | |
tree | 8f0437501f2b4d7b065d931b87d22874d7311cf9 /www/curl/distinfo | |
parent | 080539f0f718536c2c953014132ef54b3386ada2 (diff) | |
download | pkgsrc-1aaad5df50ad4c046e54d061c97f37f6035f6938.tar.gz |
Upgrade to version 7.9.1
Fixed in 7.9.1
much better connection re-use validity check
bugfixed connection re-use for FTP urls containing name and password
LDAP transfers no longer "hang"
a memory leak in the cookie engine was removed
CURLE_GOT_NOTHING is a new possible error code
curl_easy_duphandle() now duplicates cookie parser status too
--fail now only returns error if HTTP code is >= 400
a possible memory leak when a transfer failed was removed
builds better in cygwin
"current speed" meter more accurate
-c without -b saves the cookies now
-0/--http1.0 can now be used to set HTTP 1.0 operations
bugfixed libcurl for "thread-hopping" on Windows
removed memory leak in IPv6-enabled libcurl
'curl' no longer uses curl_formparse()
non-blocking connects
bugfixed curl_formadd()
bugfixed CURLINFO_FILETIME
bugfixed cookiejar
Diffstat (limited to 'www/curl/distinfo')
-rw-r--r-- | www/curl/distinfo | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/curl/distinfo b/www/curl/distinfo index 9b0ccb8a511..cf5f7fe31e8 100644 --- a/www/curl/distinfo +++ b/www/curl/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2001/09/29 15:42:24 seb Exp $ +$NetBSD: distinfo,v 1.6 2001/11/12 12:27:30 seb Exp $ -SHA1 (curl-7.9.tar.gz) = 656d59254ab164988a0d5a7fc63f34e1cec4c5fb -Size (curl-7.9.tar.gz) = 614194 bytes +SHA1 (curl-7.9.1.tar.gz) = 2438b67f7168a2ad94f3bc04dd6f69d274e5d1ec +Size (curl-7.9.1.tar.gz) = 639990 bytes |