diff options
author | drochner <drochner@pkgsrc.org> | 2012-01-26 11:25:55 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2012-01-26 11:25:55 +0000 |
commit | 3f7dd0b1db8b6b31eb8c5a8c7facd866202b684e (patch) | |
tree | 6a15f9cbfc6e78422e8fae374b5cb5c5520bec25 /www/curl/Makefile | |
parent | 16e92eb3313acb09fdd3095ae3889e4485ecd26e (diff) | |
download | pkgsrc-3f7dd0b1db8b6b31eb8c5a8c7facd866202b684e.tar.gz |
add patches from upstream to fix 2 security problems:
-data injection attack for certain protocols (CVE-2012-0036)
-SSL CBC IV vulnerability (OpenSSL related, CVE-2011-3389)
bump PKGREV
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 9d43695dd71..d28bced1cd6 100644 --- a/www/curl/Makefile +++ b/www/curl/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.109 2011/11/30 20:56:08 wiz Exp $ +# $NetBSD: Makefile,v 1.110 2012/01/26 11:25:55 drochner Exp $ DISTNAME= curl-7.23.1 +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= http://curl.haxx.se/download/ \ ftp://ftp.sunet.se/pub/www/utilities/curl/ |