diff options
author | ghen <ghen@pkgsrc.org> | 2007-10-19 08:59:55 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2007-10-19 08:59:55 +0000 |
commit | 37e91daf4deca124d6a789fc0e2a1cabffcb234a (patch) | |
tree | e33dee4a2873103a2f7225ecff7adeb841a30410 /www/firefox/Makefile-firefox.common | |
parent | 59a3cbf132908470340be259d81b58f22ff8827c (diff) | |
download | pkgsrc-37e91daf4deca124d6a789fc0e2a1cabffcb234a.tar.gz |
Update firefox, firefox-bin and firefox-gtk1 to 2.0.0.8.
Security fixes in this version:
MFSA 2007-36 URIs with invalid %-encoding mishandled by Windows
MFSA 2007-35 XPCNativeWrapper pollution using Script object
MFSA 2007-34 Possible file stealing through sftp protocol
MFSA 2007-33 XUL pages can hide the window titlebar
MFSA 2007-32 File input focus stealing vulnerability
MFSA 2007-31 Browser digest authentication request splitting
MFSA 2007-30 onUnload Tailgating
MFSA 2007-29 Crashes with evidence of memory corruption (rv:1.8.1.8)
For more info, see http://www.mozilla.com/en-US/firefox/2.0.0.8/releasenotes/
Diffstat (limited to 'www/firefox/Makefile-firefox.common')
-rw-r--r-- | www/firefox/Makefile-firefox.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/firefox/Makefile-firefox.common b/www/firefox/Makefile-firefox.common index b977249a73a..5fe6e3d5dbe 100644 --- a/www/firefox/Makefile-firefox.common +++ b/www/firefox/Makefile-firefox.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile-firefox.common,v 1.48 2007/09/20 07:17:31 ghen Exp $ +# $NetBSD: Makefile-firefox.common,v 1.49 2007/10/19 08:59:55 ghen Exp $ MOZILLA_BIN= firefox-bin -MOZ_VER= 2.0.0.7 +MOZ_VER= 2.0.0.8 EXTRACT_SUFX= .tar.bz2 DISTNAME= firefox-${MOZ_VER}-source |