db525bf2c4
Changelog: Fixed in Firefox ESR 17.0.5 MFSA 2013-40 Out-of-bounds array read in CERT_DecodeCertPackage MFSA 2013-38 Cross-site scripting (XSS) using timed history navigations MFSA 2013-36 Bypass of SOW protections allows cloning of protected nodes MFSA 2013-35 WebGL crash with Mesa graphics driver on Linux MFSA 2013-34 Privilege escalation through Mozilla Updater MFSA 2013-32 Privilege escalation through Mozilla Maintenance Service MFSA 2013-31 Out-of-bounds write in Cairo library MFSA 2013-30 Miscellaneous memory safety hazards (rv:20.0 / rv:17.0.5)
17 lines
581 B
Makefile
17 lines
581 B
Makefile
# $NetBSD: dist.mk,v 1.5 2013/04/09 19:07:03 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.5
|
|
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
|