diff options
author | ryoon <ryoon> | 2012-10-13 10:16:23 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2012-10-13 10:16:23 +0000 |
commit | 6c3e9104cb42510bb9d54b079abd7308c0ad10fd (patch) | |
tree | 4c3c3d9cf7dd461a4fe72923b307a9f38527be1e | |
parent | 623e5d4ef3bca0633f5675ffabc929240145af84 (diff) | |
download | pkgsrc-6c3e9104cb42510bb9d54b079abd7308c0ad10fd.tar.gz |
Update to 10.0.9
Changelog:
Fixed in Firefox ESR 10.0.9
MFSA 2012-89 defaultValue security checks not applied
Fixed in Firefox ESR 10.0.8
MFSA 2012-87 Use-after-free in the IME State Manager
MFSA 2012-86 Heap memory corruption issues found using Address Sanitizer
MFSA 2012-85 Use-after-free, buffer overflow, and out of bounds read issues found using Address Sanitizer
MFSA 2012-84 Spoofing and script injection through location.hash
MFSA 2012-83 Chrome Object Wrapper (COW) does not disallow acces to privileged functions or properties
MFSA 2012-82 top object and location property accessible by plugins
MFSA 2012-81 GetProperty function can bypass security checks
MFSA 2012-79 DOS and crash with full screen and history navigation
MFSA 2012-77 Some DOMWindowUtils methods bypass security checks
MFSA 2012-74 Miscellaneous memory safety hazards (rv:16.0/ rv:10.0.8)
MFSA 2012-59 Location object can be shadowed using Object.defineProperty
-rw-r--r-- | devel/xulrunner10/Makefile | 3 | ||||
-rw-r--r-- | devel/xulrunner10/dist.mk | 4 | ||||
-rw-r--r-- | devel/xulrunner10/distinfo | 8 | ||||
-rw-r--r-- | www/firefox10/Makefile | 3 |
4 files changed, 8 insertions, 10 deletions
diff --git a/devel/xulrunner10/Makefile b/devel/xulrunner10/Makefile index 02f5a7c6eaa..bc42cbf8fc8 100644 --- a/devel/xulrunner10/Makefile +++ b/devel/xulrunner10/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2012/10/08 23:00:57 adam Exp $ +# $NetBSD: Makefile,v 1.9 2012/10/13 10:16:23 ryoon Exp $ .include "dist.mk" PKGNAME= xulrunner10-${MOZ_BRANCH}${MOZ_BRANCH_MINOR} -PKGREVISION= 5 CATEGORIES= devel www MAINTAINER= tnn@NetBSD.org diff --git a/devel/xulrunner10/dist.mk b/devel/xulrunner10/dist.mk index 585f68cf962..52e338eefbe 100644 --- a/devel/xulrunner10/dist.mk +++ b/devel/xulrunner10/dist.mk @@ -1,4 +1,4 @@ -# $NetBSD: dist.mk,v 1.7 2012/09/06 17:24:59 ryoon Exp $ +# $NetBSD: dist.mk,v 1.8 2012/10/13 10:16:23 ryoon Exp $ # # used by devel/xulrunner10/Makefile # used by www/firefox10/Makefile @@ -6,7 +6,7 @@ DISTNAME= firefox-${FIREFOX_VER}esr.source FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 10.0 -MOZ_BRANCH_MINOR= .7 +MOZ_BRANCH_MINOR= .9 MASTER_SITES= ${MASTER_SITE_MOZILLA_ESR:=firefox/releases/${FIREFOX_VER}esr/source/} EXTRACT_SUFX= .tar.bz2 diff --git a/devel/xulrunner10/distinfo b/devel/xulrunner10/distinfo index b962426fec2..9745a0d580c 100644 --- a/devel/xulrunner10/distinfo +++ b/devel/xulrunner10/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.5 2012/09/06 17:24:59 ryoon Exp $ +$NetBSD: distinfo,v 1.6 2012/10/13 10:16:23 ryoon Exp $ -SHA1 (firefox-10.0.7esr.source.tar.bz2) = 51f782bab9eb83ba77c86284a5656f8d20d50093 -RMD160 (firefox-10.0.7esr.source.tar.bz2) = 5bfbd6c8cbbe5d56ea0e7f20071a43d4ddb47f86 -Size (firefox-10.0.7esr.source.tar.bz2) = 75624327 bytes +SHA1 (firefox-10.0.9esr.source.tar.bz2) = 86bb6ff7385a5d98c616c8f817d5ca2d8b01fbf3 +RMD160 (firefox-10.0.9esr.source.tar.bz2) = bd8309cde3a374790a1560ad1ece21207332497f +Size (firefox-10.0.9esr.source.tar.bz2) = 75634700 bytes SHA1 (patch-aa) = 27261c9d6696cd609dd019fa7588f356df7c5ce5 SHA1 (patch-ab) = b1efa63d3f9e0dca0247037696839dbce756f88c SHA1 (patch-ac) = 4da7049472449bb05590ca434c09a1e08423d2eb diff --git a/www/firefox10/Makefile b/www/firefox10/Makefile index 8c625f2aa83..5cbe7a0219d 100644 --- a/www/firefox10/Makefile +++ b/www/firefox10/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2012/10/08 23:02:32 adam Exp $ +# $NetBSD: Makefile,v 1.10 2012/10/13 10:16:23 ryoon Exp $ .include "../../devel/xulrunner10/dist.mk" PKGNAME= firefox10-${FIREFOX_VER} -PKGREVISION= 4 CATEGORIES= www MAINTAINER= tnn@NetBSD.org |