diff options
author | seanc <seanc@FreeBSD.org> | 2003-02-07 04:19:35 +0800 |
---|---|---|
committer | seanc <seanc@FreeBSD.org> | 2003-02-07 04:19:35 +0800 |
commit | bd928e853137a1240f5289bd4047711d3cef90e9 (patch) | |
tree | 1835bef8037d12b3409d0a80c662e71c7d592bba /www/phpbb | |
parent | 1d3d7f4bee09e1453a61bd912b2eff9032a904e9 (diff) | |
download | freebsd-ports-gnome-bd928e853137a1240f5289bd4047711d3cef90e9.tar.gz freebsd-ports-gnome-bd928e853137a1240f5289bd4047711d3cef90e9.tar.zst freebsd-ports-gnome-bd928e853137a1240f5289bd4047711d3cef90e9.zip |
Mark port as FORBIDDEN with the typical list of PHP security
vulnerabilities.
http://online.securityfocus.com/archive/1/307212
http://online.securityfocus.com/bid/6634
http://online.securityfocus.com/archive/1/302199
Diffstat (limited to 'www/phpbb')
-rw-r--r-- | www/phpbb/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www/phpbb/Makefile b/www/phpbb/Makefile index e91192c7935c..578b18526c95 100644 --- a/www/phpbb/Makefile +++ b/www/phpbb/Makefile @@ -16,6 +16,11 @@ MAINTAINER= wjv@FreeBSD.org RUN_DEPENDS= ${LOCALBASE}/lib/php/System.php:${PORTSDIR}/www/mod_php4 +FORBIDDEN= "Multiple security vulnerabilities in current version: " \ + http://online.securityfocus.com/archive/1/307212 \ + http://online.securityfocus.com/bid/6634 \ + http://online.securityfocus.com/archive/1/302199 + # The phpBB2 port supports a number of variables that may be tweaked at build # time. Perform a "make options" to see more information on these variables. # |