diff options
author | tron <tron@pkgsrc.org> | 2009-06-12 10:08:28 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2009-06-12 10:08:28 +0000 |
commit | 1da9368d8434bc28752d033b35421cf18b7d6b9b (patch) | |
tree | 2ab7580a74f7fe43c49f07177e3c91fbc4bdc3de | |
parent | 854c2b4cc7fae5d5c0bddd86a3800947c4736e26 (diff) | |
download | pkgsrc-1da9368d8434bc28752d033b35421cf18b7d6b9b.tar.gz |
Update "firefox3" package to version 3.0.11. Changes since version 3.0.10:
- Fixed several security issues:
MFSA 2009-32 JavaScript chrome privilege escalation
MFSA 2009-31 XUL scripts bypass content-policy checks
MFSA 2009-30 Incorrect principal set for file: resources loaded via
location bar
MFSA 2009-29 Arbitrary code execution using event listeners attached
to an element whose owner document is null
MFSA 2009-28 Race condition while accessing the private data of a
NPObject JS wrapper class object
MFSA 2009-27 SSL tampering via non-200 responses to proxy
CONNECT requests
MFSA 2009-26 Arbitrary domain cookie access by local file: resources
MFSA 2009-25 URL spoofing with invalid unicode characters
MFSA 2009-24 Crashes with evidence of memory corruption (rv:1.9.0.11)
- Fixed several stability issues.
- Several issues were reported with the internal database, SQLite, which
have now been fixed by upgrading to a newer version.
- Fixed an issue where, in some specific cases, the bookmarks database
would become corrupt. (bug 464486)
-rw-r--r-- | www/firefox3/Makefile | 4 | ||||
-rw-r--r-- | www/firefox3/PLIST | 3 | ||||
-rw-r--r-- | www/firefox3/distinfo | 8 |
3 files changed, 7 insertions, 8 deletions
diff --git a/www/firefox3/Makefile b/www/firefox3/Makefile index 64647c302e5..20f810af253 100644 --- a/www/firefox3/Makefile +++ b/www/firefox3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2009/06/08 23:19:12 ahoka Exp $ +# $NetBSD: Makefile,v 1.33 2009/06/12 10:08:28 tron Exp $ MOZILLA= firefox3 # allow coexisting with firefox2 COMMENT= Web browser with support for extensions @@ -18,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.10 +MOZ_VER= 3.0.11 XPTCFILES:= ${XPTCFILES:C,^,../../firefox3/files/,} DESCR_SRC= ${.CURDIR}/../../www/firefox/DESCR diff --git a/www/firefox3/PLIST b/www/firefox3/PLIST index 2b466fa3676..441233c9f66 100644 --- a/www/firefox3/PLIST +++ b/www/firefox3/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2009/03/06 08:37:02 ghen Exp $ +@comment $NetBSD: PLIST,v 1.9 2009/06/12 10:08:28 tron Exp $ bin/${MOZILLA} @comment begin PROGRAMS lib/${MOZILLA}/${MOZILLA_BIN} @@ -152,7 +152,6 @@ lib/${MOZILLA}/modules/XPCOMUtils.jsm lib/${MOZILLA}/modules/debug.js lib/${MOZILLA}/modules/distribution.js lib/${MOZILLA}/modules/utils.js -lib/${MOZILLA}/old-homepage-default.properties lib/${MOZILLA}/platform.ini lib/${MOZILLA}/res/EditorOverride.css lib/${MOZILLA}/res/arrow.gif diff --git a/www/firefox3/distinfo b/www/firefox3/distinfo index 51326d63bda..fba9dba5574 100644 --- a/www/firefox3/distinfo +++ b/www/firefox3/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.24 2009/04/28 09:14:25 tnn Exp $ +$NetBSD: distinfo,v 1.25 2009/06/12 10:08:28 tron Exp $ -SHA1 (firefox-3.0.10-source.tar.bz2) = 67f74cac153d37aa6aff8d5c62042fb76e197481 -RMD160 (firefox-3.0.10-source.tar.bz2) = 301ecfe77eef5d0b698b1f1d340b952b1a59ab39 -Size (firefox-3.0.10-source.tar.bz2) = 37081374 bytes +SHA1 (firefox-3.0.11-source.tar.bz2) = ca792dcdb67af40c91a4fcece25d6adfb6fef2c3 +RMD160 (firefox-3.0.11-source.tar.bz2) = d07a97e0a309bb7a872ba256bc270ee47b2c938b +Size (firefox-3.0.11-source.tar.bz2) = 37214869 bytes SHA1 (patch-aa) = f995b5e53fa11ecb659ab2dd10551db1c71cc5f3 SHA1 (patch-ab) = 4a1704e96b74c76adca615fdf2c9069ca17e9d70 SHA1 (patch-ac) = af80f061bdd918a61197c9c499e7d1f5b7d10ebd |