diff options
author | tnn <tnn@pkgsrc.org> | 2009-04-22 18:15:05 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2009-04-22 18:15:05 +0000 |
commit | bf634508d67dd94911f285dba82d7cadb1470364 (patch) | |
tree | cec8e50d116d7625e8615df19177558d85035d77 | |
parent | 3e34058345e46b8dd86c8541e175934c48eff0f8 (diff) | |
download | pkgsrc-bf634508d67dd94911f285dba82d7cadb1470364.tar.gz |
Update to firefox3-3.0.9.
- Fixed several security issues:
MFSA 2009-22 Firefox allows Refresh header to redirect to javascript: URIs
MFSA 2009-21 POST data sent to wrong site when saving web page with
embedded frame
MFSA 2009-20 Malicious search plugins can inject code into arbitrary sites
MFSA 2009-19 Same-origin violations in XMLHttpRequest and
XPCNativeWrapper.toString
MFSA 2009-18 XSS hazard using third-party stylesheets and XBL bindings
MFSA 2009-17 Same-origin violations when Adobe Flash loaded via
view-source: scheme
MFSA 2009-16 jar: scheme ignores the content-disposition: header
on the inner URI
MFSA 2009-15 URL spoofing with box drawing character
MFSA 2009-14 Crashes with evidence of memory corruption (rv:1.9.0.9)
- Fixed several stability issues.
- Many users experienced an issue where a corrupt local database caused
Firefox to "lose" its stored cookies. (bug 470578)
- Fixed an issue where, starting with Firefox 3.0.7, inline image
attachments on popular webmail services (like AOL and AIM) would not
display. (bug 482659)
- Large forms would sometimes take a long time to submit. (bug 426991)
- In certain cases, new windows would not have proper focus. (bug 446568)
-rw-r--r-- | www/firefox3/Makefile | 5 | ||||
-rw-r--r-- | www/firefox3/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/www/firefox3/Makefile b/www/firefox3/Makefile index 9bb2a811c68..a3339c50114 100644 --- a/www/firefox3/Makefile +++ b/www/firefox3/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.29 2009/04/21 15:20:13 tnn Exp $ +# $NetBSD: Makefile,v 1.30 2009/04/22 18:15:05 tnn Exp $ MOZILLA= firefox3 # allow coexisting with firefox2 -PKGREVISION= 2 COMMENT= Lightweight gecko-based web browser MOZILLA_USE_GTK2= # yes @@ -19,7 +18,7 @@ BUILDLINK_API_DEPENDS.cairo+= cairo>=1.6.4 .include "../../www/firefox/Makefile-firefox.common" MAINTAINER= tnn@NetBSD.org -MOZ_VER= 3.0.8 +MOZ_VER= 3.0.9 XPTCFILES:= ${XPTCFILES:C,^,../../firefox3/files/,} DESCR_SRC= ${.CURDIR}/../../www/firefox/DESCR diff --git a/www/firefox3/distinfo b/www/firefox3/distinfo index 260b2e08394..0cf58cc929b 100644 --- a/www/firefox3/distinfo +++ b/www/firefox3/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.22 2009/04/21 13:00:55 tnn Exp $ +$NetBSD: distinfo,v 1.23 2009/04/22 18:15:05 tnn Exp $ -SHA1 (firefox-3.0.8-source.tar.bz2) = 93f82c64ae9c805964fb6459223a1061e2d328fd -RMD160 (firefox-3.0.8-source.tar.bz2) = 2b56dbb881e169ad0a3acad30b8aa0677c03a5e5 -Size (firefox-3.0.8-source.tar.bz2) = 37048920 bytes +SHA1 (firefox-3.0.9-source.tar.bz2) = e2d80d6d445b62268fedc43f757918dd5c1ef83a +RMD160 (firefox-3.0.9-source.tar.bz2) = 23d95e2f87483f8cb9a88f8b88fffd4a2be24602 +Size (firefox-3.0.9-source.tar.bz2) = 37079070 bytes SHA1 (patch-aa) = f995b5e53fa11ecb659ab2dd10551db1c71cc5f3 SHA1 (patch-ab) = 4a1704e96b74c76adca615fdf2c9069ca17e9d70 SHA1 (patch-ac) = af80f061bdd918a61197c9c499e7d1f5b7d10ebd |