Security and stability update of firefox36 to 3.6.17. MFSA 2011-18 XSLT generate-id() function heap address leak MFSA 2011-16 Directory traversal in resource: protocol MFSA 2011-15 Escalation of privilege through Java Embedding Plugin MFSA 2011-14 Information stealing via form history MFSA 2011-13 Multiple dangling pointer vulnerabilities MFSA 2011-12 Miscellaneous memory safety hazards (rv:2.0.1/ 1.9.2.17/ 1.9.1.19)
16 lines
503 B
Makefile
16 lines
503 B
Makefile
# $NetBSD: dist.mk,v 1.2 2011/05/04 13:53:45 tnn Exp $
|
|
#
|
|
# used by devel/xulrunner192/Makefile
|
|
# used by www/firefox36/Makefile
|
|
|
|
DISTNAME= firefox-${FIREFOX_VER}.source
|
|
FIREFOX_VER= 3.6${MOZ_BRANCH_MINOR}
|
|
MOZ_BRANCH= 1.9.2
|
|
MOZ_BRANCH_MINOR= .17
|
|
MASTER_SITES= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../devel/xulrunner192/distinfo
|
|
PATCHDIR= ${.CURDIR}/../../devel/xulrunner192/patches
|
|
|
|
WRKSRC= ${WRKDIR}/mozilla-${MOZ_BRANCH}
|