fbcda6119d
MFSA 2012-106 Use-after-free, buffer overflow, and memory corruption issues found using Address Sanitizer MFSA 2012-105 Use-after-free and buffer overflow issues found using Address Sanitizer MFSA 2012-104 CSS and HTML injection through Style Inspector MFSA 2012-103 Frames can shadow top.location MFSA 2012-101 Improper character decoding in HZ-GB-2312 charset MFSA 2012-100 Improper security filtering for cross-origin wrappers MFSA 2012-98 Firefox installer DLL hijacking MFSA 2012-93 evalInSanbox location context incorrectly applied MFSA 2012-92 Buffer overflow while rendering GIF images MFSA 2012-91 Miscellaneous memory safety hazards (rv:17.0/ rv:10.0.11)
16 lines
511 B
Makefile
16 lines
511 B
Makefile
# $NetBSD: dist.mk,v 1.10 2012/11/21 13:02:17 is 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= .11
|
|
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
|