diff options
author | salo <salo> | 2005-12-10 17:57:29 +0000 |
---|---|---|
committer | salo <salo> | 2005-12-10 17:57:29 +0000 |
commit | db638949faebd1351be7329e15a2a5d05b78e5ad (patch) | |
tree | 6822a00b741c2b485f1df2f706b6c5055e021f65 /www/curl/distinfo | |
parent | f07d0f5ecad0f1996a9f98a35276928da3917137 (diff) | |
download | pkgsrc-db638949faebd1351be7329e15a2a5d05b78e5ad.tar.gz |
Update to version 7.15.1
Changes:
- the libcurl.pc pkgconfig file now gets installed on make install
- URL globbing now offers "range steps": [1-100:10]
- LDAPv3 is now the preferred LDAP protocol version
- --max-redirs and CURLOPT_MAXREDIRS set to 0 limits redirects
- improved MSVC makefile
Bugfixes:
- URL buffer overflow problem (CVE-2005-4077)
- using file:// on non-existing files are properly handled
- builds fine on DJGPP
- CURLOPT_ERRORBUFFER is now always filled in on errors
- curl outputs error on bad --limit-rate units
- fixed libcurl's use of poll() on cygwin
- the GnuTLS code didn't support client certificates
- TFTP over IPv6 works
- no reverse lookups on IP addresses when ipv6-enabled
- SSPI compatibility fix: using the proper DLLs
- binary LDAP properties are now shown base64 encoded
- Windows uploads from stdin using curl can now contain ctrl-Z bytes
- -r [num] would produce an invalid HTTP Range: header
- multi interface with multi IP hosts could leak socket descriptors
- the GnuTLS code didn't handle rehandshakes
- re-use of a dead FTP connection
- name resolve error codes fixed for Windows builds
- double WWW-Authenticate Digest headers are now handled
- curl-config --vernum fixed
Diffstat (limited to 'www/curl/distinfo')
-rw-r--r-- | www/curl/distinfo | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/www/curl/distinfo b/www/curl/distinfo index 6d6b3371697..76ac8c37210 100644 --- a/www/curl/distinfo +++ b/www/curl/distinfo @@ -1,8 +1,7 @@ -$NetBSD: distinfo,v 1.41 2005/11/04 19:48:45 tv Exp $ +$NetBSD: distinfo,v 1.42 2005/12/10 17:57:29 salo Exp $ -SHA1 (curl-7.15.0.tar.bz2) = 5c4d5b57e180d419a311f5fbbc104aac4d3f3a83 -RMD160 (curl-7.15.0.tar.bz2) = 181cc8bbe7422fbf3c249902baae1d9c65633683 -Size (curl-7.15.0.tar.bz2) = 1426714 bytes +SHA1 (curl-7.15.1.tar.bz2) = 2b94192557954bba396bfbb980feed17aadc6295 +RMD160 (curl-7.15.1.tar.bz2) = c733937754b579d45de8c26cf4dfa6c5cec82fae +Size (curl-7.15.1.tar.bz2) = 1437950 bytes SHA1 (patch-aa) = 83b1b2ec0d9531ef85c42d5ba1b5319415168d3e -SHA1 (patch-ab) = bc4a3b9d02dd07ec89af8745a44ee9957ad502cc SHA1 (patch-ac) = 94d0f45a269b1de9cfe3353044ee9cd95bb2ada7 |