diff options
author | marcus <marcus@FreeBSD.org> | 2002-05-09 09:16:03 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-05-09 09:16:03 +0800 |
commit | d22d3320fbac80b6e248c77a5a0843733739b63e (patch) | |
tree | b0531985198a84614ce046e106f126e2c97366e0 /www/seamonkey/Makefile | |
parent | e56a4c7400737c6f9997f60d23fad208849b2b95 (diff) | |
download | freebsd-ports-gnome-d22d3320fbac80b6e248c77a5a0843733739b63e.tar.gz freebsd-ports-gnome-d22d3320fbac80b6e248c77a5a0843733739b63e.tar.zst freebsd-ports-gnome-d22d3320fbac80b6e248c77a5a0843733739b63e.zip |
Disable Chatzilla since it contains a buffer overflow as described by
http://online.securityfocus.com/archive/1/270249.
Reported by: trevor
Diffstat (limited to 'www/seamonkey/Makefile')
-rw-r--r-- | www/seamonkey/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index 5a6c4e5cc1ce..690149e63670 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -7,7 +7,7 @@ PORTNAME= mozilla PORTVERSION= 1.0.rc1 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA} \ @@ -29,6 +29,8 @@ LIB_DEPENDS= ORBit.2:${PORTSDIR}/devel/ORBit \ WRKSRC= ${WRKDIR}/${PORTNAME} +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 USE_X_PREFIX= yes |