diff options
author | martti <martti@pkgsrc.org> | 2002-11-15 10:40:45 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2002-11-15 10:40:45 +0000 |
commit | 97f4f960e447667dc888b7fff57a7863ca964832 (patch) | |
tree | 1f46a02dfbfc1ba3bfad6faa5ea4db78c3a08904 /www/apache6 | |
parent | ba0bc59f540194aaca94e36500c9647809f722a0 (diff) | |
download | pkgsrc-97f4f960e447667dc888b7fff57a7863ca964832.tar.gz |
Updated apache6 to 1.3.27nb1
chmod 0 libexec/cgi-bin/{printenv,test-cgi} (to make nessus happy).
Diffstat (limited to 'www/apache6')
-rw-r--r-- | www/apache6/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/apache6/Makefile b/www/apache6/Makefile index 3b8793cef96..1678d912710 100644 --- a/www/apache6/Makefile +++ b/www/apache6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.60 2002/11/15 09:08:07 martti Exp $ +# $NetBSD: Makefile,v 1.61 2002/11/15 10:40:45 martti Exp $ # # This package does not compile in mod_ssl support hooks, as it conflicts # with IPv6-enable patch. @@ -8,6 +8,7 @@ DISTNAME= apache_${APACHE_VERSION} PKGNAME= apache6-${APACHE_VERSION} +PKGREVISION= 1 APACHE_VERSION= 1.3.27 CATEGORIES= www MASTER_SITES= http://httpd.apache.org/dist/httpd/ \ |