diff options
author | kefren <kefren@pkgsrc.org> | 2008-08-09 20:33:37 +0000 |
---|---|---|
committer | kefren <kefren@pkgsrc.org> | 2008-08-09 20:33:37 +0000 |
commit | 320bf7f57fd8aa9d32c7dfc003d9d83f32329d49 (patch) | |
tree | 265b71af10c19a7fbc43cae8e3486ab911d6c426 /www/apache2/Makefile | |
parent | 94a3b96e82e78d0d8347aba805349941f3338310 (diff) | |
download | pkgsrc-320bf7f57fd8aa9d32c7dfc003d9d83f32329d49.tar.gz |
CVE-2008-2939
bump PKGREVISION
Diffstat (limited to 'www/apache2/Makefile')
-rw-r--r-- | www/apache2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apache2/Makefile b/www/apache2/Makefile index 187c1320a28..2b98cd4a730 100644 --- a/www/apache2/Makefile +++ b/www/apache2/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.125 2008/07/10 15:18:23 joerg Exp $ +# $NetBSD: Makefile,v 1.126 2008/08/09 20:33:37 kefren Exp $ .include "Makefile.common" PKGNAME= apache-${APACHE_VERSION} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= www HOMEPAGE= http://httpd.apache.org/ |