diff options
author | Sean Chittenden <seanc@FreeBSD.org> | 2003-02-06 20:19:35 +0000 |
---|---|---|
committer | Sean Chittenden <seanc@FreeBSD.org> | 2003-02-06 20:19:35 +0000 |
commit | 69744be0ece2d221713fea060706f1df20056c28 (patch) | |
tree | bc30c672384d4fcbbd9a5e8b3233f34f4583d6b0 /www | |
parent | add sam2p 0.42 (diff) |
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
Notes
Notes:
svn path=/head/; revision=74987
Diffstat (limited to 'www')
-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. # |