diff options
author | tron <tron@pkgsrc.org> | 2012-01-29 12:29:07 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2012-01-29 12:29:07 +0000 |
commit | 1ab5b778df4cc2c52d44bc6cab473cecd78e5b2a (patch) | |
tree | af7e2dd6061fbc82857fdae9dbfc255fb011c903 /www/apache22/Makefile | |
parent | 457436024c99ba0b402bf38ac6ebdf5cc11aefea (diff) | |
download | pkgsrc-1ab5b778df4cc2c52d44bc6cab473cecd78e5b2a.tar.gz |
Add patch for security vulnerabilities reported in CVE-2012-0021
and CVE-2012-0053 taken from Apache SVN repository.
Diffstat (limited to 'www/apache22/Makefile')
-rw-r--r-- | www/apache22/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apache22/Makefile b/www/apache22/Makefile index 5d95de2c05b..c0cb8d2bbb9 100644 --- a/www/apache22/Makefile +++ b/www/apache22/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.77 2012/01/17 20:48:28 spz Exp $ +# $NetBSD: Makefile,v 1.78 2012/01/29 12:29:07 tron Exp $ DISTNAME= httpd-2.2.21 PKGNAME= ${DISTNAME:S/httpd/apache/} -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_APACHE:=httpd/} \ http://archive.apache.org/dist/httpd/ \ |