summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2001-08-19 14:43:48 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2001-08-19 14:43:48 +0000
commit0ff468499c9360d74450e5b190725528d043f400 (patch)
treedaa29e9bd29f3fd57ae34546c7d426803fe91918 /www
parentChase home page. (diff)
Update to 6.1.
According to Bennett Samowich <brs@ben-tech.com> on the Bugtraq list, this version "does not allow access to privileged ports" whereas the earlier ones do. I have not tested this claim. If true, the change should lessen harm from the HTML form protocol attack described at http://www.remote.org/jochen/sec/hfpa/ . Mark broken, because the menus no longer display correctly. Mention the AIM port. Don't mention the release notes, since they seem to be unmaintained. Touch up FTP list.
Notes
Notes: svn path=/head/; revision=46478
Diffstat (limited to 'www')
-rw-r--r--www/linux-netscape6/Makefile9
-rw-r--r--www/linux-netscape6/distinfo16
-rw-r--r--www/linux-netscape6/pkg-descr9
-rw-r--r--www/netscape7/Makefile9
-rw-r--r--www/netscape7/distinfo16
-rw-r--r--www/netscape7/pkg-descr9
6 files changed, 30 insertions, 38 deletions
diff --git a/www/linux-netscape6/Makefile b/www/linux-netscape6/Makefile
index 0e036d1c9c22..e0087729e8c5 100644
--- a/www/linux-netscape6/Makefile
+++ b/www/linux-netscape6/Makefile
@@ -6,17 +6,16 @@
#
PORTNAME= linux-netscape
-PORTVERSION= 6.01
+PORTVERSION= 6.1
CATEGORIES= www linux
MASTER_SITES= ftp://ftp.netscape.com/pub/netscape6/english/${PORTVERSION}/unix/linux22/xpi/ \
ftp://ftp.bu.edu/pub/mirrors/ftp.netscape.com/pub/netscape6/english/${PORTVERSION}/unix/linux22/xpi/ \
- ftp://ftp.the.net/dev/local1/ftp.netscape.com/pub/netscape6/english/${PORTVERSION}/unix/linux22/xpi/ \
ftp://ftp.cica.es/pub6/netscape/netscape6/english/${PORTVERSION}/unix/linux22/xpi/ \
ftp://ftp.ciril.fr/pub2/netscape/netscape6/english/${PORTVERSION}/unix/linux22/xpi/ \
ftp://ftp.cs.tu-berlin.de/pub/net/www/netscape/netscape6/english/${PORTVERSION}/unix/linux22/xpi/ \
ftp://ftp.cuhk.edu.hk/.3/netscape/netscape6/english/${PORTVERSION}/unix/linux22/xpi/ \
ftp://ftp.darenet.dk/mirrors/ftp2.netscape.com/pub/netscape6/english/${PORTVERSION}/unix/linux22/xpi/ \
- ftp://ftp.dei.uc.pt/.disk3/netscape/netscape6/english/${PORTVERSION}/unix/linux22/xpi/ \
+ ftp://ftp.dei.uc.pt/.raid0/netscape/netscape6/english/${PORTVERSION}/unix/linux22/xpi/ \
ftp://ftp.fh-brandenburg.de/pub/Infosystems/Netscape/netscape6/english/${PORTVERSION}/unix/linux22/xpi/ \
ftp://ftp.fh-giessen.de/pub/networking/netscape/netscape6/english/${PORTVERSION}/unix/linux22/xpi/ \
ftp://ftp.fu-berlin.de/unix/network/www/netscape/netscape6/english/${PORTVERSION}/unix/linux22/xpi/ \
@@ -25,13 +24,11 @@ MASTER_SITES= ftp://ftp.netscape.com/pub/netscape6/english/${PORTVERSION}/unix/l
ftp://ftp.jaist.ac.jp/net/Netscape/netscape6/english/${PORTVERSION}/unix/linux22/xpi/ \
ftp://ftp.kmitl.ac.th/pub/netscape/netscape6/english/${PORTVERSION}/unix/linux22/xpi/ \
ftp://ftp.loxinfo.co.th/netscape/${PORTVERSION}/unix/linux22/xpi/ \
- ftp://ftp.nluug.nl/vol/1/netscape/netscape6/english/${PORTVERSION}/unix/linux22/xpi/ \
ftp://ftp.nsysu.edu.tw/Netscape/netscape6/english/${PORTVERSION}/unix/linux22/xpi/ \
ftp://ftp.ntnu.no/pub/www/Netscape/netscape6/english/${PORTVERSION}/unix/linux22/xpi/ \
ftp://ftp.ruhr-uni-bochum.de/mirrors/ftp.netscape.com/pub/netscape6/english/${PORTVERSION}/unix/linux22/xpi/ \
ftp://ftp.spin.ad.jp/pub/WWW/netscape/netscape6/english/${PORTVERSION}/unix/linux22/xpi/ \
ftp://ftp.sunet.se/pub/www/Netscape/netscape6/english/${PORTVERSION}/unix/linux22/xpi/ \
- ftp://ftp.task.gda.pl/vol/d31/ftp.netscape.com/pub/netscape6/english/${PORTVERSION}/unix/linux22/xpi/ \
ftp://ftp.uit.no/pub/www/Netscape/netscape6/english/${PORTVERSION}/unix/linux22/xpi/ \
ftp://ftp.uni-bielefeld.de/pub/netscape/netscape6/english/${PORTVERSION}/unix/linux22/xpi/ \
ftp://ftp.uni-c.dk/mirrors/ftp2.netscape.com/pub/netscape6/english/${PORTVERSION}/unix/linux22/xpi/ \
@@ -73,6 +70,7 @@ RUN_DEPENDS= ${LINUX_BASE}/lib/ld.so:${PORTSDIR}/emulators/linux_base \
${LINUX_BASE}/usr/lib/libgtk-1.2.so.0.5.0:${PORTSDIR}/x11-toolkits/linux-gtk \
${LINUX_BASE}/usr/lib/libjpeg.so.62.0.0:${PORTSDIR}/graphics/linux-jpeg
+BROKEN= "menus do not display correctly"
LINUX_BASE= /compat/linux
NO_BUILD= yes
NO_FILTER_SHLIBS= yes
@@ -88,7 +86,6 @@ do-extract:
.for i in ${DISTFILES}
unzip -qo ${DISTDIR}/${DIST_SUBDIR}/${i} -d ${WRKSRC}
.endfor
- ${MV} ${WRKSRC}/psm ${WRKSRC}/bin
# ${MV} ${WRKSRC}/jre-image-i386 ${WRKSRC}/bin/plugins/java2
# cd ${WRKSRC}/bin/plugins && ${LN} -s java2/plugin/i386/ns600/libjavaplugin_oji.so;
diff --git a/www/linux-netscape6/distinfo b/www/linux-netscape6/distinfo
index dbb83e56a33b..25b3ffeed225 100644
--- a/www/linux-netscape6/distinfo
+++ b/www/linux-netscape6/distinfo
@@ -1,8 +1,8 @@
-MD5 (netscape6/english/6.01/browser.xpi) = c6191b41e1d8c5d3cd2d5ff7729ab30e
-MD5 (netscape6/english/6.01/deflenus.xpi) = 05003295922eba7c61e8a3bd10b0942c
-MD5 (netscape6/english/6.01/langenus.xpi) = 278525a104e8f839f7ffebda229bc0ee
-MD5 (netscape6/english/6.01/mail.xpi) = 84fe2c90d392af7efbc1203dfb119edb
-MD5 (netscape6/english/6.01/psm.xpi) = f3ebf86a9bef797cdd73d54c377c2a24
-MD5 (netscape6/english/6.01/spellchecker.xpi) = 10f02b57ce76fe1c2aeac90c326f5cd1
-MD5 (netscape6/english/6.01/xpcom.xpi) = 3802f2b572d61565367e7d720f2552ff
-MD5 (netscape6/english/6.01/linux-netscape6-6.01-generated-files.tar.gz) = 6d1ac6abbe5879eba00a88bb229e005e
+MD5 (netscape6/english/6.1/browser.xpi) = 5d02308d794433e8fd07da52f35ab635
+MD5 (netscape6/english/6.1/deflenus.xpi) = 73fdf92b08ee79fa7981b23edddc71e2
+MD5 (netscape6/english/6.1/langenus.xpi) = 5e9e3eed530c7448c15ec9f6a3e88032
+MD5 (netscape6/english/6.1/mail.xpi) = 36c50fc7ebeb15376f3d9071bf4770a2
+MD5 (netscape6/english/6.1/psm.xpi) = d2d856614ee42962ac7379d39ac6fac5
+MD5 (netscape6/english/6.1/spellchecker.xpi) = 23e1e416220a0e29bda75d0971b37ab5
+MD5 (netscape6/english/6.1/xpcom.xpi) = fe7fa0934e969f11b8d8e799c5b396c1
+MD5 (netscape6/english/6.1/linux-netscape6-6.1-generated-files.tar.gz) = 4991a620ca31f47f5eab7f27221985c5
diff --git a/www/linux-netscape6/pkg-descr b/www/linux-netscape6/pkg-descr
index 174676dfcc90..5e3dd5fe6234 100644
--- a/www/linux-netscape6/pkg-descr
+++ b/www/linux-netscape6/pkg-descr
@@ -4,11 +4,10 @@ on FreeBSD is necessary if you want to use Linux versions of plugins.
Many plugins are distributed only as Linux binaries.
In this port/package, the Java virtual machine is omitted because
-it does not work. AOL Instant Messenger is also omitted. Only
-the U.S. English locale is installed. Plugins do not work.
-Messenger can be started by going to a mailto: or news: URL.
-
-WWW: http://home.netscape.com/eng/mozilla/ns6/relnotes/6.0.html
+it does not work. AOL Instant Messenger is also omitted (see
+ports/net/aim). Only the U.S. English locale is installed. Plugins
+do not work. Messenger can be started by going to a mailto: or
+news: URL.
Trevor Johnson
trevor@FreeBSD.org
diff --git a/www/netscape7/Makefile b/www/netscape7/Makefile
index 0e036d1c9c22..e0087729e8c5 100644
--- a/www/netscape7/Makefile
+++ b/www/netscape7/Makefile
@@ -6,17 +6,16 @@
#
PORTNAME= linux-netscape
-PORTVERSION= 6.01
+PORTVERSION= 6.1
CATEGORIES= www linux
MASTER_SITES= ftp://ftp.netscape.com/pub/netscape6/english/${PORTVERSION}/unix/linux22/xpi/ \
ftp://ftp.bu.edu/pub/mirrors/ftp.netscape.com/pub/netscape6/english/${PORTVERSION}/unix/linux22/xpi/ \
- ftp://ftp.the.net/dev/local1/ftp.netscape.com/pub/netscape6/english/${PORTVERSION}/unix/linux22/xpi/ \
ftp://ftp.cica.es/pub6/netscape/netscape6/english/${PORTVERSION}/unix/linux22/xpi/ \
ftp://ftp.ciril.fr/pub2/netscape/netscape6/english/${PORTVERSION}/unix/linux22/xpi/ \
ftp://ftp.cs.tu-berlin.de/pub/net/www/netscape/netscape6/english/${PORTVERSION}/unix/linux22/xpi/ \
ftp://ftp.cuhk.edu.hk/.3/netscape/netscape6/english/${PORTVERSION}/unix/linux22/xpi/ \
ftp://ftp.darenet.dk/mirrors/ftp2.netscape.com/pub/netscape6/english/${PORTVERSION}/unix/linux22/xpi/ \
- ftp://ftp.dei.uc.pt/.disk3/netscape/netscape6/english/${PORTVERSION}/unix/linux22/xpi/ \
+ ftp://ftp.dei.uc.pt/.raid0/netscape/netscape6/english/${PORTVERSION}/unix/linux22/xpi/ \
ftp://ftp.fh-brandenburg.de/pub/Infosystems/Netscape/netscape6/english/${PORTVERSION}/unix/linux22/xpi/ \
ftp://ftp.fh-giessen.de/pub/networking/netscape/netscape6/english/${PORTVERSION}/unix/linux22/xpi/ \
ftp://ftp.fu-berlin.de/unix/network/www/netscape/netscape6/english/${PORTVERSION}/unix/linux22/xpi/ \
@@ -25,13 +24,11 @@ MASTER_SITES= ftp://ftp.netscape.com/pub/netscape6/english/${PORTVERSION}/unix/l
ftp://ftp.jaist.ac.jp/net/Netscape/netscape6/english/${PORTVERSION}/unix/linux22/xpi/ \
ftp://ftp.kmitl.ac.th/pub/netscape/netscape6/english/${PORTVERSION}/unix/linux22/xpi/ \
ftp://ftp.loxinfo.co.th/netscape/${PORTVERSION}/unix/linux22/xpi/ \
- ftp://ftp.nluug.nl/vol/1/netscape/netscape6/english/${PORTVERSION}/unix/linux22/xpi/ \
ftp://ftp.nsysu.edu.tw/Netscape/netscape6/english/${PORTVERSION}/unix/linux22/xpi/ \
ftp://ftp.ntnu.no/pub/www/Netscape/netscape6/english/${PORTVERSION}/unix/linux22/xpi/ \
ftp://ftp.ruhr-uni-bochum.de/mirrors/ftp.netscape.com/pub/netscape6/english/${PORTVERSION}/unix/linux22/xpi/ \
ftp://ftp.spin.ad.jp/pub/WWW/netscape/netscape6/english/${PORTVERSION}/unix/linux22/xpi/ \
ftp://ftp.sunet.se/pub/www/Netscape/netscape6/english/${PORTVERSION}/unix/linux22/xpi/ \
- ftp://ftp.task.gda.pl/vol/d31/ftp.netscape.com/pub/netscape6/english/${PORTVERSION}/unix/linux22/xpi/ \
ftp://ftp.uit.no/pub/www/Netscape/netscape6/english/${PORTVERSION}/unix/linux22/xpi/ \
ftp://ftp.uni-bielefeld.de/pub/netscape/netscape6/english/${PORTVERSION}/unix/linux22/xpi/ \
ftp://ftp.uni-c.dk/mirrors/ftp2.netscape.com/pub/netscape6/english/${PORTVERSION}/unix/linux22/xpi/ \
@@ -73,6 +70,7 @@ RUN_DEPENDS= ${LINUX_BASE}/lib/ld.so:${PORTSDIR}/emulators/linux_base \
${LINUX_BASE}/usr/lib/libgtk-1.2.so.0.5.0:${PORTSDIR}/x11-toolkits/linux-gtk \
${LINUX_BASE}/usr/lib/libjpeg.so.62.0.0:${PORTSDIR}/graphics/linux-jpeg
+BROKEN= "menus do not display correctly"
LINUX_BASE= /compat/linux
NO_BUILD= yes
NO_FILTER_SHLIBS= yes
@@ -88,7 +86,6 @@ do-extract:
.for i in ${DISTFILES}
unzip -qo ${DISTDIR}/${DIST_SUBDIR}/${i} -d ${WRKSRC}
.endfor
- ${MV} ${WRKSRC}/psm ${WRKSRC}/bin
# ${MV} ${WRKSRC}/jre-image-i386 ${WRKSRC}/bin/plugins/java2
# cd ${WRKSRC}/bin/plugins && ${LN} -s java2/plugin/i386/ns600/libjavaplugin_oji.so;
diff --git a/www/netscape7/distinfo b/www/netscape7/distinfo
index dbb83e56a33b..25b3ffeed225 100644
--- a/www/netscape7/distinfo
+++ b/www/netscape7/distinfo
@@ -1,8 +1,8 @@
-MD5 (netscape6/english/6.01/browser.xpi) = c6191b41e1d8c5d3cd2d5ff7729ab30e
-MD5 (netscape6/english/6.01/deflenus.xpi) = 05003295922eba7c61e8a3bd10b0942c
-MD5 (netscape6/english/6.01/langenus.xpi) = 278525a104e8f839f7ffebda229bc0ee
-MD5 (netscape6/english/6.01/mail.xpi) = 84fe2c90d392af7efbc1203dfb119edb
-MD5 (netscape6/english/6.01/psm.xpi) = f3ebf86a9bef797cdd73d54c377c2a24
-MD5 (netscape6/english/6.01/spellchecker.xpi) = 10f02b57ce76fe1c2aeac90c326f5cd1
-MD5 (netscape6/english/6.01/xpcom.xpi) = 3802f2b572d61565367e7d720f2552ff
-MD5 (netscape6/english/6.01/linux-netscape6-6.01-generated-files.tar.gz) = 6d1ac6abbe5879eba00a88bb229e005e
+MD5 (netscape6/english/6.1/browser.xpi) = 5d02308d794433e8fd07da52f35ab635
+MD5 (netscape6/english/6.1/deflenus.xpi) = 73fdf92b08ee79fa7981b23edddc71e2
+MD5 (netscape6/english/6.1/langenus.xpi) = 5e9e3eed530c7448c15ec9f6a3e88032
+MD5 (netscape6/english/6.1/mail.xpi) = 36c50fc7ebeb15376f3d9071bf4770a2
+MD5 (netscape6/english/6.1/psm.xpi) = d2d856614ee42962ac7379d39ac6fac5
+MD5 (netscape6/english/6.1/spellchecker.xpi) = 23e1e416220a0e29bda75d0971b37ab5
+MD5 (netscape6/english/6.1/xpcom.xpi) = fe7fa0934e969f11b8d8e799c5b396c1
+MD5 (netscape6/english/6.1/linux-netscape6-6.1-generated-files.tar.gz) = 4991a620ca31f47f5eab7f27221985c5
diff --git a/www/netscape7/pkg-descr b/www/netscape7/pkg-descr
index 174676dfcc90..5e3dd5fe6234 100644
--- a/www/netscape7/pkg-descr
+++ b/www/netscape7/pkg-descr
@@ -4,11 +4,10 @@ on FreeBSD is necessary if you want to use Linux versions of plugins.
Many plugins are distributed only as Linux binaries.
In this port/package, the Java virtual machine is omitted because
-it does not work. AOL Instant Messenger is also omitted. Only
-the U.S. English locale is installed. Plugins do not work.
-Messenger can be started by going to a mailto: or news: URL.
-
-WWW: http://home.netscape.com/eng/mozilla/ns6/relnotes/6.0.html
+it does not work. AOL Instant Messenger is also omitted (see
+ports/net/aim). Only the U.S. English locale is installed. Plugins
+do not work. Messenger can be started by going to a mailto: or
+news: URL.
Trevor Johnson
trevor@FreeBSD.org