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/Makefile | |
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/Makefile')
-rw-r--r-- | www/curl/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/curl/Makefile b/www/curl/Makefile index a3b961ea49c..5a9cf2cf32a 100644 --- a/www/curl/Makefile +++ b/www/curl/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.59 2005/12/05 20:51:11 rillig Exp $ +# $NetBSD: Makefile,v 1.60 2005/12/10 17:57:29 salo Exp $ -DISTNAME= curl-7.15.0 -PKGREVISION= 1 +DISTNAME= curl-7.15.1 CATEGORIES= www MASTER_SITES= http://curl.haxx.se/download/ \ ftp://ftp.sunet.se/pub/www/utilities/curl/ \ |