diff options
author | lkundrak <lkundrak> | 2007-06-05 01:43:44 +0000 |
---|---|---|
committer | lkundrak <lkundrak> | 2007-06-05 01:43:44 +0000 |
commit | 3072a67ebb0a703b790a1b93a25405a73d7cd654 (patch) | |
tree | 9f7ef47ca58574d85df1f318ec3a191c12191d61 /www/apache22/Makefile | |
parent | c7a1fe56673773a3926c7d9030fa5e4ce1aec506 (diff) | |
download | pkgsrc-3072a67ebb0a703b790a1b93a25405a73d7cd654.tar.gz |
Bump apache22 to 2.2.4nb4 due to:
Security fix for CVE-2007-1862 sensitive information disclosure
http://issues.apache.org/bugzilla/show_bug.cgi?id=41551
http://issues.apache.org/bugzilla/attachment.cgi?id=20065
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 cc67e974f02..235d87be5e4 100644 --- a/www/apache22/Makefile +++ b/www/apache22/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.11 2007/05/30 18:06:38 rillig Exp $ +# $NetBSD: Makefile,v 1.12 2007/06/05 01:43:44 lkundrak Exp $ .include "Makefile.common" PKGNAME= apache-${APACHE_VERSION} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= www HOMEPAGE= http://httpd.apache.org/ |