diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 2002-06-18 12:33:14 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 2002-06-18 12:33:14 +0000 |
commit | e31516e4a11352fce79f033345e73715552f768a (patch) | |
tree | d3f995b71d57b010dc9df14762b7b0e9aaef8354 /www/apache13 | |
parent | Update to exim-4.05: (diff) |
Mark FORBIDDEN until an update is available.
See <URL:http://httpd.apache.org/info/security_bulletin_20020617.txt>.
Notes
Notes:
svn path=/head/; revision=61511
Diffstat (limited to 'www/apache13')
-rw-r--r-- | www/apache13/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/apache13/Makefile b/www/apache13/Makefile index 0b63b115bf37..b0e63a45bfb9 100644 --- a/www/apache13/Makefile +++ b/www/apache13/Makefile @@ -32,6 +32,9 @@ PATCH_DIST_ARGS= -d ${WRKSRC}/src --forward --quiet -E ${PATCH_DIST_STRIP} MAINTAINER= ache@freebsd.org +FORBIDDEN= "Vulnerable to denial-of-service. See" \ + "http://httpd.apache.org/info/security_bulletin_20020617.txt" + DATADIR=${PREFIX}/www DOCUMENT_ROOT=${DATADIR}/data DEFAULT_PATH=/bin:/usr/bin:${PREFIX}/bin |