diff options
author | marcus <marcus@FreeBSD.org> | 2002-10-17 22:44:58 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-10-17 22:44:58 +0800 |
commit | 6615624f14f57f219e71c43a30478624a8197b4d (patch) | |
tree | 1bc830afaa7ec8eb0299cd45f7d192dae6fefdc8 /www/seamonkey2 | |
parent | 63909aa8affd3a962dc3a92890f9cca7518e90e1 (diff) | |
download | freebsd-ports-gnome-6615624f14f57f219e71c43a30478624a8197b4d.tar.gz freebsd-ports-gnome-6615624f14f57f219e71c43a30478624a8197b4d.tar.zst freebsd-ports-gnome-6615624f14f57f219e71c43a30478624a8197b4d.zip |
Mark forbidden due to security hole reported at
http://www.mozillazine.org/talkback.html?article=2467.
Submitted by: trevor
Diffstat (limited to 'www/seamonkey2')
-rw-r--r-- | www/seamonkey2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile index 8dae695827f3..ae79b3d9e0ff 100644 --- a/www/seamonkey2/Makefile +++ b/www/seamonkey2/Makefile @@ -32,6 +32,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME} WITHOUT_CHATZILLA= "Contains a buffer overflow reported at http://online.securityfocus.com/archive/1/270249" +FORBIDDEN= "Contains privacy leak documented at http://www.mozillazine.org/talkback.html?article=2467" + EXTRACT_AFTER_ARGS= | tar -xf - -X ${FILESDIR}/tar-exclude USE_X_PREFIX= yes USE_PERL5= yes |