summaryrefslogtreecommitdiff
path: root/devel/xulrunner17/dist.mk
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 /devel/xulrunner17/dist.mk
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
Diffstat (limited to 'devel/xulrunner17/dist.mk')
-rw-r--r--devel/xulrunner17/dist.mk4
1 files changed, 2 insertions, 2 deletions
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/}