diff options
author | tron <tron> | 2009-09-13 13:32:50 +0000 |
---|---|---|
committer | tron <tron> | 2009-09-13 13:32:50 +0000 |
commit | 9d20d02a185c1ee9395667644e124c724919f6fd (patch) | |
tree | ce1cec85ad2425952b0a4b61c76e677cfc38e48f /www/apache22/Makefile | |
parent | c2aeedcd515eb8007d8ecab53fca7e065a3af462 (diff) | |
download | pkgsrc-9d20d02a185c1ee9395667644e124c724919f6fd.tar.gz |
Add a fix for the remote Denial of Service vulnerability reported
in CVE-2009-3094.
Diffstat (limited to 'www/apache22/Makefile')
-rw-r--r-- | www/apache22/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/apache22/Makefile b/www/apache22/Makefile index f54633f6d33..bd6f3e57087 100644 --- a/www/apache22/Makefile +++ b/www/apache22/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.49 2009/08/10 11:45:08 tron Exp $ +# $NetBSD: Makefile,v 1.50 2009/09/13 13:32:50 tron Exp $ DISTNAME= httpd-2.2.13 PKGNAME= ${DISTNAME:S/httpd/apache/} +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_APACHE:=httpd/} \ ${MASTER_SITE_APACHE:=httpd/old/} |