diff options
author | drochner <drochner@pkgsrc.org> | 2013-02-08 15:45:42 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2013-02-08 15:45:42 +0000 |
commit | c8a6049d85130a6661a7eb778cdb0a80e84d0ef2 (patch) | |
tree | df3db75f30af8f89acade01ef8d3811d2b0e38d2 /www/curl/Makefile | |
parent | 54a08f99e1d549bef4a1e6ec20e36a66aa0629e9 (diff) | |
download | pkgsrc-c8a6049d85130a6661a7eb778cdb0a80e84d0ef2.tar.gz |
add patch from upstream to fix SASL buffer overflow vulnerability
(CVE-2013-0249), bump PKGREV
Diffstat (limited to 'www/curl/Makefile')
-rw-r--r-- | www/curl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/curl/Makefile b/www/curl/Makefile index 01c09d9ec04..79a39124d9f 100644 --- a/www/curl/Makefile +++ b/www/curl/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.122 2013/02/06 23:20:52 jperkin Exp $ +# $NetBSD: Makefile,v 1.123 2013/02/08 15:45:42 drochner Exp $ DISTNAME= curl-7.28.1 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= www MASTER_SITES= http://curl.haxx.se/download/ \ ftp://ftp.sunet.se/pub/www/utilities/curl/ |