Sat Oct 13 10:16:23 2012 UTC ()
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


(ryoon)
diff -r1.8 -r1.9 pkgsrc/devel/xulrunner10/Makefile
diff -r1.7 -r1.8 pkgsrc/devel/xulrunner10/dist.mk
diff -r1.5 -r1.6 pkgsrc/devel/xulrunner10/distinfo
diff -r1.9 -r1.10 pkgsrc/www/firefox10/Makefile

cvs diff -r1.8 -r1.9 pkgsrc/devel/xulrunner10/Attic/Makefile (expand / switch to context diff)
--- pkgsrc/devel/xulrunner10/Attic/Makefile 2012/10/08 23:00:57 1.8
+++ pkgsrc/devel/xulrunner10/Attic/Makefile 2012/10/13 10:16:23 1.9
@@ -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

cvs diff -r1.7 -r1.8 pkgsrc/devel/xulrunner10/Attic/dist.mk (expand / switch to context diff)
--- pkgsrc/devel/xulrunner10/Attic/dist.mk 2012/09/06 17:24:59 1.7
+++ pkgsrc/devel/xulrunner10/Attic/dist.mk 2012/10/13 10:16:23 1.8
@@ -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
 

cvs diff -r1.5 -r1.6 pkgsrc/devel/xulrunner10/Attic/distinfo (expand / switch to context diff)
--- pkgsrc/devel/xulrunner10/Attic/distinfo 2012/09/06 17:24:59 1.5
+++ pkgsrc/devel/xulrunner10/Attic/distinfo 2012/10/13 10:16:23 1.6
@@ -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

cvs diff -r1.9 -r1.10 pkgsrc/www/firefox10/Attic/Makefile (expand / switch to context diff)
--- pkgsrc/www/firefox10/Attic/Makefile 2012/10/08 23:02:32 1.9
+++ pkgsrc/www/firefox10/Attic/Makefile 2012/10/13 10:16:23 1.10
@@ -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