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 | |
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')
-rw-r--r-- | www/mozilla-devel/Makefile | 2 | ||||
-rw-r--r-- | www/mozilla/Makefile | 2 | ||||
-rw-r--r-- | www/seamonkey/Makefile | 2 | ||||
-rw-r--r-- | www/seamonkey2/Makefile | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/www/mozilla-devel/Makefile b/www/mozilla-devel/Makefile index 8dae695827f3..ae79b3d9e0ff 100644 --- a/www/mozilla-devel/Makefile +++ b/www/mozilla-devel/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 diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile index 2d6ecc7ac8ca..5f92c577e30d 100644 --- a/www/mozilla/Makefile +++ b/www/mozilla/Makefile @@ -30,6 +30,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" + USE_BZIP2= yes EXTRACT_AFTER_ARGS= | tar -xf - -X ${FILESDIR}/tar-exclude USE_X_PREFIX= yes diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index 8dae695827f3..ae79b3d9e0ff 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/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 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 |