summaryrefslogtreecommitdiff
path: root/www/apache2/Makefile
diff options
context:
space:
mode:
authorreed <reed>2004-09-23 21:07:25 +0000
committerreed <reed>2004-09-23 21:07:25 +0000
commit2eef66714b46a42c2b2a802d43694cb404202147 (patch)
treeadd6ec25c9868c82f4c7ad5f72a4dfae09797a9a /www/apache2/Makefile
parent59013eb2ed53d0c081fb6038a7bec0d82ee336fe (diff)
downloadpkgsrc-2eef66714b46a42c2b2a802d43694cb404202147.tar.gz
Add patch for Apache security issue.
2.0.51 had a regression where the Satisfy directive could take effect for different directories (and could bypass some access control). This patch is direct from Apache. Also bumped the package revision.
Diffstat (limited to 'www/apache2/Makefile')
-rw-r--r--www/apache2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/apache2/Makefile b/www/apache2/Makefile
index 545d0b24c37..9052cc375eb 100644
--- a/www/apache2/Makefile
+++ b/www/apache2/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.44 2004/09/20 17:19:33 adrianp Exp $
+# $NetBSD: Makefile,v 1.45 2004/09/23 21:07:25 reed Exp $
PKGNAME= apache-${APACHE_VERSION}
+PKGREVISION= 1
CATEGORIES= www
HOMEPAGE= http://httpd.apache.org/