diff options
Diffstat (limited to 'www/apache2/Makefile')
-rw-r--r-- | www/apache2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/apache2/Makefile b/www/apache2/Makefile index af142c3f42ca..f2de794bd7c3 100644 --- a/www/apache2/Makefile +++ b/www/apache2/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) |