diff options
author | wiz <wiz> | 2003-12-07 13:28:33 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-12-07 13:28:33 +0000 |
commit | 84472e2c925276a2b8225808a3df5a04587e6e24 (patch) | |
tree | d572b8e5d6ca69548b96801954c945eac696cb1e /www/curl/Makefile | |
parent | 3e931d8f2bab1d28ae52056389df6c56b62b5836 (diff) | |
download | pkgsrc-84472e2c925276a2b8225808a3df5a04587e6e24.tar.gz |
Update to 7.10.8:
7.10.8
SPNEGO support, Negotiate support, multiple -T flags work, IPv6
support on Windows, and more were added. More than 40 bugs were
fixed.
7.10.7
This release supports NTLM for proxies, --ftp-create-dirs, and
optional support for asynchronous name-resolving calls. It fixes
an information leak, minor memory leaks, a 64bit problem, two
cookie-related problems, URL globbing output using -o #[num], and
more.
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 acc77c83e0a..1221a581e80 100644 --- a/www/curl/Makefile +++ b/www/curl/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.32 2003/11/24 20:44:07 erh Exp $ +# $NetBSD: Makefile,v 1.33 2003/12/07 13:28:33 wiz Exp $ -DISTNAME= curl-7.10.6 -PKGREVISION= 1 +DISTNAME= curl-7.10.8 CATEGORIES= www MASTER_SITES= http://curl.haxx.se/download/ \ ftp://ftp.sunet.se/pub/www/utilities/curl/ \ |