diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-27 05:56:23 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-27 05:56:23 +0000 |
commit | fb63058be0e135d70aabb364a35c513d4cfc1d31 (patch) | |
tree | e777bb405f29ad21cff9cd4995275516617fed1f /www/mozilla | |
parent | acb42c1ba24aa0081ef6935d4a94ac768ca909d0 (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
Diffstat (limited to 'www/mozilla')
-rw-r--r-- | www/mozilla/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |