aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-09-27 05:56:23 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-09-27 05:56:23 +0000
commitfb63058be0e135d70aabb364a35c513d4cfc1d31 (patch)
treee777bb405f29ad21cff9cd4995275516617fed1f
parentacb42c1ba24aa0081ef6935d4a94ac768ca909d0 (diff)
Disable Chatzilla by default. The old buffer overflow is still present in
1.0.1. Submitted by: trevor
Notes
Notes: svn path=/head/; revision=67161
-rw-r--r--www/mozilla-vendor/Makefile2
-rw-r--r--www/mozilla/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/www/mozilla-vendor/Makefile b/www/mozilla-vendor/Makefile
index c53879f7fb4b..05da7af6ca3a 100644
--- a/www/mozilla-vendor/Makefile
+++ b/www/mozilla-vendor/Makefile
@@ -27,7 +27,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
WRKSRC= ${WRKDIR}/${PORTNAME}
-#WITHOUT_CHATZILLA= "Contains a buffer overflow reported at http://online.securityfocus.com/archive/1/270249"
+WITHOUT_CHATZILLA= "Contains a buffer overflow reported at http://online.securityfocus.com/archive/1/270249"
USE_BZIP2= yes
EXTRACT_AFTER_ARGS= | tar -xf - -X ${FILESDIR}/tar-exclude
diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile
index c53879f7fb4b..05da7af6ca3a 100644
--- a/www/mozilla/Makefile
+++ b/www/mozilla/Makefile
@@ -27,7 +27,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
WRKSRC= ${WRKDIR}/${PORTNAME}
-#WITHOUT_CHATZILLA= "Contains a buffer overflow reported at http://online.securityfocus.com/archive/1/270249"
+WITHOUT_CHATZILLA= "Contains a buffer overflow reported at http://online.securityfocus.com/archive/1/270249"
USE_BZIP2= yes
EXTRACT_AFTER_ARGS= | tar -xf - -X ${FILESDIR}/tar-exclude