diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2002-02-28 03:05:43 +0800 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2002-02-28 03:05:43 +0800 |
commit | bbbd5ccdc992cdc2b93e65443e44a56a28552a96 (patch) | |
tree | c32f7d8b99d1bc4a9ce83031b58eb0a7cd661f5a /www/mod_php5 | |
parent | 281e5bae029d5cc885cc757a918e24ff398a0baf (diff) | |
download | freebsd-ports-gnome-bbbd5ccdc992cdc2b93e65443e44a56a28552a96.tar.gz freebsd-ports-gnome-bbbd5ccdc992cdc2b93e65443e44a56a28552a96.tar.zst freebsd-ports-gnome-bbbd5ccdc992cdc2b93e65443e44a56a28552a96.zip |
Mark as FORBIDDEN due to being remotely exploitable.
Diffstat (limited to 'www/mod_php5')
-rw-r--r-- | www/mod_php5/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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) |