diff options
author | marcus <marcus@FreeBSD.org> | 2002-09-27 05:56:23 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-09-27 05:56:23 +0000 |
commit | fa3054ba7c575d93f4528775b9fcad09ebd0d321 (patch) | |
tree | 3419120a6c7e46cf8a8cdcadea477ad8da3ac65f /www/mozilla | |
parent | e246622ea6d75263faff9fb81dc4cade37ba61ff (diff) | |
download | FreeBSD-ports-fa3054ba7c575d93f4528775b9fcad09ebd0d321.zip FreeBSD-ports-fa3054ba7c575d93f4528775b9fcad09ebd0d321.tar.gz |
Disable Chatzilla by default. The old buffer overflow is still present in
1.0.1.
Submitted by: trevor
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 c53879f..05da7af 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 |