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
This commit is contained in:
parent
a0fe10ef50
commit
b8b4a35ef8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61136
4 changed files with 2 additions and 4 deletions
|
@ -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 \
|
||||
|
|
1
www/linux-mozilla-devel/scripts/configure
vendored
1
www/linux-mozilla-devel/scripts/configure
vendored
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
1
www/linux-mozilla/scripts/configure
vendored
1
www/linux-mozilla/scripts/configure
vendored
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue