summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2013-09-28 00:56:58 +0000
committerryoon <ryoon@pkgsrc.org>2013-09-28 00:56:58 +0000
commit369ca0a731d80c27260c5713dd8f781fed7a3c61 (patch)
treee3f724fb705140c98d0146b6ab12944e39ae9626
parent8edf26b7b7d5ea2782fd54a60d59ee746a03d144 (diff)
downloadpkgsrc-369ca0a731d80c27260c5713dd8f781fed7a3c61.tar.gz
Update to 17.0.9
Changelog: FIXED Security fixes can be found here Fixed in Firefox ESR 17.0.9 MFSA 2013-91 User-defined properties on DOM proxies get the wrong "this" object MFSA 2013-90 Memory corruption involving scrolling MFSA 2013-89 Buffer overflow with multi-column, lists, and floats MFSA 2013-88 compartment mismatch re-attaching XBL-backed nodes MFSA 2013-83 Mozilla Updater does not lock MAR file after signature verification MFSA 2013-82 Calling scope for new Javascript objects can lead to memory corruption MFSA 2013-79 Use-after-free in Animation Manager during stylesheet cloning MFSA 2013-76 Miscellaneous memory safety hazards (rv:24.0 / rv:17.0.9) MFSA 2013-65 Buffer underflow when generating CRMF requests
-rw-r--r--devel/xulrunner17/PLIST13
-rw-r--r--devel/xulrunner17/buildlink3.mk6
-rw-r--r--devel/xulrunner17/dist.mk4
-rw-r--r--devel/xulrunner17/distinfo8
-rw-r--r--www/firefox17/Makefile3
5 files changed, 12 insertions, 22 deletions
diff --git a/devel/xulrunner17/PLIST b/devel/xulrunner17/PLIST
index 2791ae690d5..75ac249a041 100644
--- a/devel/xulrunner17/PLIST
+++ b/devel/xulrunner17/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2013/08/02 12:17:57 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.6 2013/09/28 00:56:58 ryoon Exp $
bin/xulrunner17
include/xulrunner17/.mkdir.done
include/xulrunner17/AccEvent.h
@@ -1086,8 +1086,6 @@ include/xulrunner17/nsIDOMComment.h
include/xulrunner17/nsIDOMCompositionEvent.h
include/xulrunner17/nsIDOMConnection.h
include/xulrunner17/nsIDOMConstructor.h
-include/xulrunner17/nsIDOMContactManager.h
-include/xulrunner17/nsIDOMContactProperties.h
include/xulrunner17/nsIDOMCounter.h
include/xulrunner17/nsIDOMCrypto.h
include/xulrunner17/nsIDOMCryptoDialogs.h
@@ -1232,7 +1230,6 @@ include/xulrunner17/nsIDOMMozApplicationEvent.h
include/xulrunner17/nsIDOMMozBrowserFrame.h
include/xulrunner17/nsIDOMMozCSSKeyframeRule.h
include/xulrunner17/nsIDOMMozCSSKeyframesRule.h
-include/xulrunner17/nsIDOMMozContactChangeEvent.h
include/xulrunner17/nsIDOMMozSettingsEvent.h
include/xulrunner17/nsIDOMMozTouchEvent.h
include/xulrunner17/nsIDOMMutationEvent.h
@@ -2126,6 +2123,7 @@ include/xulrunner17/nsJARURI.h
include/xulrunner17/nsJSON.h
include/xulrunner17/nsJSPrincipals.h
include/xulrunner17/nsJSProtocolHandler.h
+include/xulrunner17/nsJSUtils.h
include/xulrunner17/nsLWBrkCIID.h
include/xulrunner17/nsLayoutCID.h
include/xulrunner17/nsLayoutStatics.h
@@ -3260,8 +3258,6 @@ lib/xulrunner17/components/BrowserElementParent.manifest
lib/xulrunner17/components/ColorAnalyzer.js
lib/xulrunner17/components/ConsoleAPI.js
lib/xulrunner17/components/ConsoleAPI.manifest
-lib/xulrunner17/components/ContactManager.js
-lib/xulrunner17/components/ContactManager.manifest
lib/xulrunner17/components/FeedProcessor.js
lib/xulrunner17/components/FeedProcessor.manifest
lib/xulrunner17/components/GPSDGeolocationProvider.js
@@ -3445,8 +3441,6 @@ lib/xulrunner17/modules/ColorAnalyzer_worker.js
lib/xulrunner17/modules/ColorConversion.js
lib/xulrunner17/modules/CommonDialog.jsm
lib/xulrunner17/modules/ConsoleAPIStorage.jsm
-lib/xulrunner17/modules/ContactDB.jsm
-lib/xulrunner17/modules/ContactService.jsm
lib/xulrunner17/modules/DOMIdentity.jsm
lib/xulrunner17/modules/DOMRequestHelper.jsm
lib/xulrunner17/modules/Dict.jsm
@@ -3886,8 +3880,6 @@ share/idl/xulrunner17/nsIDOMComment.idl
share/idl/xulrunner17/nsIDOMCompositionEvent.idl
share/idl/xulrunner17/nsIDOMConnection.idl
share/idl/xulrunner17/nsIDOMConstructor.idl
-share/idl/xulrunner17/nsIDOMContactManager.idl
-share/idl/xulrunner17/nsIDOMContactProperties.idl
share/idl/xulrunner17/nsIDOMCounter.idl
share/idl/xulrunner17/nsIDOMCrypto.idl
share/idl/xulrunner17/nsIDOMCryptoDialogs.idl
@@ -4032,7 +4024,6 @@ share/idl/xulrunner17/nsIDOMMozApplicationEvent.idl
share/idl/xulrunner17/nsIDOMMozBrowserFrame.idl
share/idl/xulrunner17/nsIDOMMozCSSKeyframeRule.idl
share/idl/xulrunner17/nsIDOMMozCSSKeyframesRule.idl
-share/idl/xulrunner17/nsIDOMMozContactChangeEvent.idl
share/idl/xulrunner17/nsIDOMMozSettingsEvent.idl
share/idl/xulrunner17/nsIDOMMozTouchEvent.idl
share/idl/xulrunner17/nsIDOMMutationEvent.idl
diff --git a/devel/xulrunner17/buildlink3.mk b/devel/xulrunner17/buildlink3.mk
index ff869544997..f4bd71889d7 100644
--- a/devel/xulrunner17/buildlink3.mk
+++ b/devel/xulrunner17/buildlink3.mk
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.11 2013/09/02 19:50:42 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.12 2013/09/28 00:56:58 ryoon Exp $
BUILDLINK_TREE+= xulrunner17
.if !defined(XULRUNNER17_BUILDLINK3_MK)
XULRUNNER17_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.xulrunner17+= xulrunner17>=17.0.2
-BUILDLINK_ABI_DEPENDS.xulrunner17+= xulrunner17>=17.0.8nb2
+BUILDLINK_API_DEPENDS.xulrunner17+= xulrunner17>=17.0.9
+BUILDLINK_ABI_DEPENDS.xulrunner17+= xulrunner17>=17.0.9
BUILDLINK_PKGSRCDIR.xulrunner17?= ../../devel/xulrunner17
BUILDLINK_INCDIRS.xulrunner17+= lib/xulrunner17/include
diff --git a/devel/xulrunner17/dist.mk b/devel/xulrunner17/dist.mk
index 343dcd0477b..7dcfe5c4176 100644
--- a/devel/xulrunner17/dist.mk
+++ b/devel/xulrunner17/dist.mk
@@ -1,11 +1,11 @@
-# $NetBSD: dist.mk,v 1.8 2013/08/08 13:01:38 ryoon Exp $
+# $NetBSD: dist.mk,v 1.9 2013/09/28 00:56:58 ryoon Exp $
#
# used by devel/xulrunner17/Makefile
# used by www/firefox17/Makefile
DISTNAME= firefox-${FIREFOX_VER}.source
FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
-MOZ_BRANCH= 17.0.8
+MOZ_BRANCH= 17.0.9
MOZ_BRANCH_MINOR= esr
MASTER_SITES= ${MASTER_SITE_MOZILLA_ESR:=firefox/releases/${FIREFOX_VER}/source/} \
${MASTER_SITE_MOZILLA_ALL:=firefox/releases/${FIREFOX_VER}/source/}
diff --git a/devel/xulrunner17/distinfo b/devel/xulrunner17/distinfo
index bafa33092b0..cb79a971182 100644
--- a/devel/xulrunner17/distinfo
+++ b/devel/xulrunner17/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.12 2013/08/08 13:01:38 ryoon Exp $
+$NetBSD: distinfo,v 1.13 2013/09/28 00:56:58 ryoon Exp $
-SHA1 (firefox-17.0.8esr.source.tar.bz2) = 2ef8bfcf51f8160590f4450e8bc4a2af32cc2f5e
-RMD160 (firefox-17.0.8esr.source.tar.bz2) = 4db87cbd72899adc3df8822c3550dec644bbd36b
-Size (firefox-17.0.8esr.source.tar.bz2) = 90765879 bytes
+SHA1 (firefox-17.0.9esr.source.tar.bz2) = 19c15435cf547c0bc6852e5eceb301078398b956
+RMD160 (firefox-17.0.9esr.source.tar.bz2) = 4d07e2aac0e4008095d0e0dd08d31adea6c91e5c
+Size (firefox-17.0.9esr.source.tar.bz2) = 90859763 bytes
SHA1 (patch-aa) = 31801b051004b2bf74ea9cc060d01def3becc1e3
SHA1 (patch-ab) = b0d7975a291c63e07773e13b023f71e88c883128
SHA1 (patch-ac) = 18640ddf00b7da9276fd67d95bd6f1b191a99d4f
diff --git a/www/firefox17/Makefile b/www/firefox17/Makefile
index d850a796891..faa1bbb1da4 100644
--- a/www/firefox17/Makefile
+++ b/www/firefox17/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2013/09/02 19:51:29 adam Exp $
+# $NetBSD: Makefile,v 1.16 2013/09/28 00:56:58 ryoon Exp $
.include "../../devel/xulrunner17/dist.mk"
PKGNAME= firefox17-${MOZ_BRANCH}
-PKGREVISION= 1
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org