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 /russian | |
parent | 7a21a43a07f91851e74ec26c2c733774b45dd59f (diff) | |
download | ports-e31516e4a11352fce79f033345e73715552f768a.tar.gz ports-e31516e4a11352fce79f033345e73715552f768a.zip |
Notes
Diffstat (limited to 'russian')
-rw-r--r-- | russian/apache13-modssl/Makefile | 3 | ||||
-rw-r--r-- | russian/apache13/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/russian/apache13-modssl/Makefile b/russian/apache13-modssl/Makefile index 05653a624c58..d22ce72299fd 100644 --- a/russian/apache13-modssl/Makefile +++ b/russian/apache13-modssl/Makefile @@ -26,6 +26,9 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ MAINTAINER= demon@FreeBSD.org +FORBIDDEN= "Vulnerable to denial-of-service. See" \ + "http://httpd.apache.org/info/security_bulletin_20020617.txt" + USE_OPENSSL= YES .include <bsd.port.pre.mk> diff --git a/russian/apache13/Makefile b/russian/apache13/Makefile index 7fefbdfc696a..b10a5aaad745 100644 --- a/russian/apache13/Makefile +++ b/russian/apache13/Makefile @@ -31,6 +31,9 @@ PATCHFILES= patches_${APACHE_VERSION}rusPL${RA_VERSION}.tar.gz MAINTAINER= lev@serebryakov.spb.ru +FORBIDDEN= "Vulnerable to denial-of-service. See" \ + "http://httpd.apache.org/info/security_bulletin_20020617.txt" + RA_VERSION= 30.12 APACHE_VERSION= 1.3.24 Y2K= http://www.apache.org/docs/misc/FAQ.html#year2000 |