4f96bc4a1d
Changelog: * Security fixes can be found https://www.mozilla.org/security/known-vulnerabilities/firefoxESR.html MFSA 2012-40 Buffer overflow and use-after-free issues found using Address Sanitizer MFSA 2012-39 NSS parsing errors with zero length items MFSA 2012-38 Use-after-free while replacing/inserting a node in a document MFSA 2012-37 Information disclosure though Windows file shares and shortcut files MFSA 2012-36 Content Security Policy inline-script bypass MFSA 2012-34 Miscellaneous memory safety hazards * 10.5 Firefox top crash with signature [@ GLEngine@0x620cf ] (734848)
16 lines
512 B
Makefile
16 lines
512 B
Makefile
# $NetBSD: dist.mk,v 1.5 2012/06/06 14:39:21 ryoon Exp $
|
|
#
|
|
# used by devel/xulrunner10/Makefile
|
|
# used by www/firefox10/Makefile
|
|
|
|
DISTNAME= firefox-${FIREFOX_VER}esr.source
|
|
FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
|
|
MOZ_BRANCH= 10.0
|
|
MOZ_BRANCH_MINOR= .5
|
|
MASTER_SITES= ${MASTER_SITE_MOZILLA_ESR:=firefox/releases/${FIREFOX_VER}esr/source/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../devel/xulrunner10/distinfo
|
|
PATCHDIR= ${.CURDIR}/../../devel/xulrunner10/patches
|
|
|
|
WRKSRC= ${WRKDIR}/mozilla-esr10
|