diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2002-02-27 19:05:43 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2002-02-27 19:05:43 +0000 |
commit | bbbd5ccdc992cdc2b93e65443e44a56a28552a96 (patch) | |
tree | c32f7d8b99d1bc4a9ce83031b58eb0a7cd661f5a /www | |
parent | Don't attempt to fetch speedmgmt.tar.gz. Instead, emit a message telling (diff) |
Mark as FORBIDDEN due to being remotely exploitable.
Notes
Notes:
svn path=/head/; revision=55317
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_php3/Makefile | 2 | ||||
-rw-r--r-- | www/mod_php4/Makefile | 2 | ||||
-rw-r--r-- | www/mod_php5/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/www/mod_php3/Makefile b/www/mod_php3/Makefile index e77ce88a51f3..7db9b2b1351a 100644 --- a/www/mod_php3/Makefile +++ b/www/mod_php3/Makefile @@ -21,6 +21,8 @@ MASTER_SITES= ftp://ftp.php.net/pub/${PHP_DISTDIR}/ \ http://php3.globe.de/${PHP_DISTDIR}/ DISTNAME= php-${PORTVERSION} +FORBIDDEN= "Remotely exploitable." + MAINTAINER= dirk@FreeBSD.org .if !defined(STANDALONE) diff --git a/www/mod_php4/Makefile b/www/mod_php4/Makefile index 86b0957c91f1..741b81b98345 100644 --- a/www/mod_php4/Makefile +++ b/www/mod_php4/Makefile @@ -20,6 +20,8 @@ MASTER_SITES= http://us.php.net/${PHP_DISTDIR}/ \ http://php3.globe.de/${PHP_DISTDIR}/ DISTNAME= php-${PORTVERSION} +FORBIDDEN= "Remotely exploitable." + MAINTAINER= dirk@FreeBSD.org .if !defined(STANDALONE) diff --git a/www/mod_php5/Makefile b/www/mod_php5/Makefile index 86b0957c91f1..741b81b98345 100644 --- a/www/mod_php5/Makefile +++ b/www/mod_php5/Makefile @@ -20,6 +20,8 @@ MASTER_SITES= http://us.php.net/${PHP_DISTDIR}/ \ http://php3.globe.de/${PHP_DISTDIR}/ DISTNAME= php-${PORTVERSION} +FORBIDDEN= "Remotely exploitable." + MAINTAINER= dirk@FreeBSD.org .if !defined(STANDALONE) |