7de719da0c
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
17 lines
581 B
Makefile
17 lines
581 B
Makefile
# $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.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/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../devel/xulrunner17/distinfo
|
|
PATCHDIR= ${.CURDIR}/../../devel/xulrunner17/patches
|
|
|
|
WRKSRC= ${WRKDIR}/mozilla-esr17
|