diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2002-06-11 23:57:21 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2002-06-11 23:57:21 +0000 |
commit | b8b4a35ef8f6da927e4326ef1dd55f277e73cf93 (patch) | |
tree | 571d35f64724ccd5b7884529946aa4f3ddabc38e /www | |
parent | Update to 4.05, which has a much better configure script, one new (diff) |
Disable Chatzilla once again. My earlier testing was not thorough
enough, and I have found that the security bug reported by Thor
Larholm on Bugtraq is still present.
security officer ticket: 17
Notes
Notes:
svn path=/head/; revision=61136
Diffstat (limited to 'www')
-rw-r--r-- | www/linux-mozilla-devel/Makefile | 2 | ||||
-rw-r--r-- | www/linux-mozilla-devel/scripts/configure | 1 | ||||
-rw-r--r-- | www/linux-mozilla/Makefile | 2 | ||||
-rw-r--r-- | www/linux-mozilla/scripts/configure | 1 |
4 files changed, 2 insertions, 4 deletions
diff --git a/www/linux-mozilla-devel/Makefile b/www/linux-mozilla-devel/Makefile index 54f731b312b0..34644602ff5a 100644 --- a/www/linux-mozilla-devel/Makefile +++ b/www/linux-mozilla-devel/Makefile @@ -8,6 +8,7 @@ PORTNAME= mozilla PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= www linux MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= mozilla/releases/mozilla${PORTVERSION}/linux-xpi @@ -47,7 +48,6 @@ pre-everything:: ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure .endif DISTFILES= browser.xpi \ - chatzilla.xpi \ deflenus.xpi \ inspector.xpi \ langenus.xpi \ diff --git a/www/linux-mozilla-devel/scripts/configure b/www/linux-mozilla-devel/scripts/configure index 8a08672e56c4..ebcde4af95b5 100644 --- a/www/linux-mozilla-devel/scripts/configure +++ b/www/linux-mozilla-devel/scripts/configure @@ -15,7 +15,6 @@ echo "browser langenus regus xpcom" > /tmp/checklist.tmp.$$; --checklist "\n\ Choose which components of Mozilla to download and install. \n\ Press the space bar to toggle selections." -1 -1 7 \ -"chatzilla" "IRC client (104 kB)" ON \ "deflenus" "American English profile defaults (8 kB)" ON \ "inspector" "DOM inspector (240 kB)" ON \ "mail" "Mozilla Mail and News (1856 kB)" ON \ diff --git a/www/linux-mozilla/Makefile b/www/linux-mozilla/Makefile index 54f731b312b0..34644602ff5a 100644 --- a/www/linux-mozilla/Makefile +++ b/www/linux-mozilla/Makefile @@ -8,6 +8,7 @@ PORTNAME= mozilla PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= www linux MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= mozilla/releases/mozilla${PORTVERSION}/linux-xpi @@ -47,7 +48,6 @@ pre-everything:: ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure .endif DISTFILES= browser.xpi \ - chatzilla.xpi \ deflenus.xpi \ inspector.xpi \ langenus.xpi \ diff --git a/www/linux-mozilla/scripts/configure b/www/linux-mozilla/scripts/configure index 8a08672e56c4..ebcde4af95b5 100644 --- a/www/linux-mozilla/scripts/configure +++ b/www/linux-mozilla/scripts/configure @@ -15,7 +15,6 @@ echo "browser langenus regus xpcom" > /tmp/checklist.tmp.$$; --checklist "\n\ Choose which components of Mozilla to download and install. \n\ Press the space bar to toggle selections." -1 -1 7 \ -"chatzilla" "IRC client (104 kB)" ON \ "deflenus" "American English profile defaults (8 kB)" ON \ "inspector" "DOM inspector (240 kB)" ON \ "mail" "Mozilla Mail and News (1856 kB)" ON \ |