diff options
author | taya <taya> | 2004-08-10 14:04:01 +0000 |
---|---|---|
committer | taya <taya> | 2004-08-10 14:04:01 +0000 |
commit | 341ebd97ed403d196b8bd87328fdb50d9d731576 (patch) | |
tree | cb68863e3e4afd1be039ca9c1695f97cda1244f5 /www | |
parent | ed1e4d3358857de90252c02884be075ddcd9f9ad (diff) | |
download | pkgsrc-341ebd97ed403d196b8bd87328fdb50d9d731576.tar.gz |
Update firefox & firefox-gtk2 to 0.9.3
firefox 0.9.3 is a security fix release.
Fixed bugs are:
- lock icon and certificate spoof with onunload document.write (Bugzilla#253121)
- Malicious certificates can permanently break HTTPS/SSL (Bugzilla#249004)
See the page below.
http://www.mozilla.org/projects/security/known-vulnerabilities.html#mozilla1.7.2
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox-gtk2/Makefile | 33 | ||||
-rw-r--r-- | www/firefox/Makefile | 29 | ||||
-rw-r--r-- | www/firefox/distinfo | 6 |
3 files changed, 7 insertions, 61 deletions
diff --git a/www/firefox-gtk2/Makefile b/www/firefox-gtk2/Makefile index c7a443a0b87..6151dde12d2 100644 --- a/www/firefox-gtk2/Makefile +++ b/www/firefox-gtk2/Makefile @@ -1,39 +1,10 @@ -# $NetBSD: Makefile,v 1.11 2004/07/05 14:25:55 taya Exp $ +# $NetBSD: Makefile,v 1.12 2004/08/10 14:04:01 taya Exp $ MOZILLA= firefox-gtk2 -MOZILLA_BIN= firefox-bin -MOZ_VER= 0.9.1 -PKGREVISION= 1 -EXTRACT_SUFX= .tar.bz2 -DISTNAME= firefox-${MOZ_VER}-source -MASTER_SITES= http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${MOZ_VER}/ \ - ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${MOZ_VER}/ \ - http://public.planetmirror.com.au/pub/firefox/releases/${MOZ_VER}/ \ - ftp://public.planetmirror.com.au/pub/firefox/releases/${MOZ_VER}/ - -HOMEPAGE= http://www.mozilla.org/projects/firefox/ COMMENT= Lightweight gecko-based web browser built with GTK2 -DISTINFO_FILE= ${.CURDIR}/../../www/firefox/distinfo -PATCHDIR= ${.CURDIR}/../../www/firefox/patches - -CONFIGURE_ENV+= MOZ_PHOENIX=1 -MAKE_ENV+= MOZ_PHOENIX=1 - -CONFIGURE_ARGS+= --disable-mailnews -CONFIGURE_ARGS+= --disable-composer -CONFIGURE_ARGS+= --enable-extensions=default,-irc - -USE_GCC_SHLIB= yes -BUILD_MATHML= # defined MOZILLA_USE_GTK2= # defined MOZILLA_USE_XFT= YES -pre-install: - ${CP} -r ${WRKSRC}/dist/bin/defaults/profile/extensions \ - ${WRKSRC}/dist/bin - ${MV} ${WRKSRC}/dist/bin/extensions/installed-extensions.txt \ - ${WRKSRC}/dist/bin/extensions/installed-extensions-processed.txt - -.include "../../www/mozilla/Makefile.common" +.include "../../www/firefox/Makefile-firefox.common" diff --git a/www/firefox/Makefile b/www/firefox/Makefile index d906352e20c..a66f04ab210 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,33 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2004/07/05 14:25:29 taya Exp $ +# $NetBSD: Makefile,v 1.11 2004/08/10 14:04:01 taya Exp $ MOZILLA= firefox -MOZILLA_BIN= firefox-bin -MOZCONFDIR= .mozilla -MOZ_VER= 0.9.1 -PKGREVISION= 1 EXTRACT_SUFX= .tar.bz2 -DISTNAME= ${MOZILLA}-${MOZ_VER}-source -MASTER_SITES= http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${MOZ_VER}/ \ - ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${MOZ_VER}/ \ - http://public.planetmirror.com.au/pub/firefox/releases/${MOZ_VER}/ \ - ftp://public.planetmirror.com.au/pub/firefox/releases/${MOZ_VER}/ -HOMEPAGE= http://www.mozilla.org/projects/firefox/ COMMENT= Lightweight gecko-based web browser -CONFIGURE_ENV+= MOZ_PHOENIX=1 -MAKE_ENV+= MOZ_PHOENIX=1 - -CONFIGURE_ARGS+= --disable-mailnews -CONFIGURE_ARGS+= --disable-composer -CONFIGURE_ARGS+= --enable-extensions=default,-irc - -BUILD_MATHML= # defined - -pre-install: - ${CP} -r ${WRKSRC}/dist/bin/defaults/profile/extensions \ - ${WRKSRC}/dist/bin - ${MV} ${WRKSRC}/dist/bin/extensions/installed-extensions.txt \ - ${WRKSRC}/dist/bin/extensions/installed-extensions-processed.txt - -.include "../../www/mozilla/Makefile.common" +.include "../../www/firefox/Makefile-firefox.common" diff --git a/www/firefox/distinfo b/www/firefox/distinfo index 6647158f68f..9927314474c 100644 --- a/www/firefox/distinfo +++ b/www/firefox/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.10 2004/07/05 14:25:29 taya Exp $ +$NetBSD: distinfo,v 1.11 2004/08/10 14:04:01 taya Exp $ -SHA1 (firefox-0.9.1-source.tar.bz2) = 34053c9d8c42abbaba295cb1b0129ac5e3456e30 -Size (firefox-0.9.1-source.tar.bz2) = 33960883 bytes +SHA1 (firefox-0.9.3-source.tar.bz2) = db6290743d824559c5bb7b6bd060b65abcaea15b +Size (firefox-0.9.3-source.tar.bz2) = 33945173 bytes SHA1 (patch-aa) = 9225a7a2c9b4545e800008169d4d88452c85d1a9 SHA1 (patch-ab) = 0c1f2d6cca09b4dd6b168ed29d84d245967a3369 SHA1 (patch-ac) = e9bc27529cf595ab6f120d9021dd7d6c49112084 |