diff options
author | Oliver Eikemeier <eik@FreeBSD.org> | 2004-03-12 03:07:57 +0000 |
---|---|---|
committer | Oliver Eikemeier <eik@FreeBSD.org> | 2004-03-12 03:07:57 +0000 |
commit | e70709034ad5161e9d6a6bf0759bfdfb621f1576 (patch) | |
tree | 6168162b1d944c954e7d996bb9493b76e1795a92 | |
parent | add russian/apache13* (diff) |
mark FORBIDDEN:
CAN-2003-0542 and CAN-2003-0993 in <http://www.apacheweek.com/features/security-13>
Notes
Notes:
svn path=/head/; revision=103728
-rw-r--r-- | www/apache13-fp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/apache13-fp/Makefile b/www/apache13-fp/Makefile index 2f563570abaa..609a16bca913 100644 --- a/www/apache13-fp/Makefile +++ b/www/apache13-fp/Makefile @@ -19,7 +19,8 @@ DISTFILES= ${APACHE} powerlogo.gif:powerlogo createdwFP.gif:fplogo MAINTAINER= ports@FreeBSD.org COMMENT= The Apache webserver with MS Frontpage Module -BROKEN= "Checksum mismatch" +#BROKEN= "Checksum mismatch" +FORBIDDEN= multiple vulnerabilities: http://www.apacheweek.com/features/security-13 #PATCH_SITES= ${MASTER_SITE_APACHE_HTTPD} #PATCH_SITE_SUBDIR= patches/apply_to_${PORTVERSION}/ |