diff options
author | tron <tron> | 2009-09-14 22:09:33 +0000 |
---|---|---|
committer | tron <tron> | 2009-09-14 22:09:33 +0000 |
commit | 43252e530c24b9bfc74b79497013536eaca98216 (patch) | |
tree | 07b34f2aaa10891a4e283ae2fd6f7ac9a36e5191 /www/apache22/Makefile | |
parent | 4b2b282ef4dbeb033667948c9f5817623b05ed46 (diff) | |
download | pkgsrc-43252e530c24b9bfc74b79497013536eaca98216.tar.gz |
Use official fix for CVE-2009-3094 taken from the 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 bd6f3e57087..58005c421aa 100644 --- a/www/apache22/Makefile +++ b/www/apache22/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.50 2009/09/13 13:32:50 tron Exp $ +# $NetBSD: Makefile,v 1.51 2009/09/14 22:09:33 tron Exp $ DISTNAME= httpd-2.2.13 PKGNAME= ${DISTNAME:S/httpd/apache/} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_APACHE:=httpd/} \ ${MASTER_SITE_APACHE:=httpd/old/} |