diff options
author | salo <salo> | 2005-02-25 00:47:30 +0000 |
---|---|---|
committer | salo <salo> | 2005-02-25 00:47:30 +0000 |
commit | 6c2ba034696cc9b406aae8817deef8eaeb68c641 (patch) | |
tree | d2d304da4a0a1993d6dd61a0f257e938f8a69266 /www/curl/Makefile | |
parent | e3cf8c19a1e6273b25b959901ec1652454c20a11 (diff) | |
download | pkgsrc-6c2ba034696cc9b406aae8817deef8eaeb68c641.tar.gz |
Fix buffer overflow in the NTLM authentication code. Patch from curl cvs.
Bump PKGREVISION.
Diffstat (limited to 'www/curl/Makefile')
-rw-r--r-- | www/curl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/curl/Makefile b/www/curl/Makefile index e4abe0fdc29..37d0ee9e2c1 100644 --- a/www/curl/Makefile +++ b/www/curl/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.48 2005/02/18 18:05:08 wiz Exp $ +# $NetBSD: Makefile,v 1.49 2005/02/25 00:47:30 salo Exp $ DISTNAME= curl-7.13.0 +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= http://curl.haxx.se/download/ \ ftp://ftp.sunet.se/pub/www/utilities/curl/ \ |