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/apache21 | |
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 '')
-rw-r--r-- | www/apache21/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/apache21/Makefile b/www/apache21/Makefile index af142c3f42ca..f2de794bd7c3 100644 --- a/www/apache21/Makefile +++ b/www/apache21/Makefile @@ -23,6 +23,9 @@ EXTRACT_ONLY= ${DISTNAME}.tar.gz MAINTAINER?= perky@fallin.lv +FORBIDDEN= "Vulnerable to denial-of-service. See" \ + "http://httpd.apache.org/info/security_bulletin_20020617.txt" + LATEST_LINK= apache2 WITH_MPM?= prefork # or worker, perchild (neither of them still has a problem on FreeBSD) |