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/mod_php4 | |
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/mod_php4')
-rw-r--r-- | www/mod_php4/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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) |