diff options
author | martti <martti@pkgsrc.org> | 2002-11-15 10:40:26 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2002-11-15 10:40:26 +0000 |
commit | ba0bc59f540194aaca94e36500c9647809f722a0 (patch) | |
tree | c080b360c685855c624d77d6dacf4541a07573b2 | |
parent | 06229b5bbf5126c9772250aa8a69e6d5c1973513 (diff) | |
download | pkgsrc-ba0bc59f540194aaca94e36500c9647809f722a0.tar.gz |
Updated apache to 1.3.27nb2
chmod 0 libexec/cgi-bin/{printenv,test-cgi} (to make nessus happy).
-rw-r--r-- | www/apache/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apache/Makefile b/www/apache/Makefile index d4107177171..f278211fc35 100644 --- a/www/apache/Makefile +++ b/www/apache/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.111 2002/11/15 09:08:06 martti Exp $ +# $NetBSD: Makefile,v 1.112 2002/11/15 10:40:26 martti Exp $ # # This pkg does not compile in mod_ssl, only the `mod_ssl EAPI' (a set of # code hooks that allow mod_ssl to be compiled separately later, if desired). DISTNAME= apache_${APACHE_VERSION} PKGNAME= apache-${APACHE_VERSION} -PKGREVISION= 1 +PKGREVISION= 2 APACHE_VERSION= 1.3.27 CATEGORIES= www MASTER_SITES= http://httpd.apache.org/dist/httpd/ \ |