MFSA 2011-10 CSRF risk with plugins and 307 redirects MFSA 2011-09 Crash caused by corrupted JPEG image MFSA 2011-08 ParanoidFragmentSink allows javascript: URLs in chrome documents MFSA 2011-07 Memory corruption during text run construction (Windows) MFSA 2011-06 Use-after-free error using Web Workers MFSA 2011-05 Buffer overflow in JavaScript atom map MFSA 2011-04 Buffer overflow in JavaScript upvarMap MFSA 2011-03 Use-after-free error in JSON.stringify MFSA 2011-02 Recursive eval call causes confirm dialogs to evaluate to true MFSA 2011-01 Miscellaneous memory safety hazards (rv:1.9.2.14/ 1.9.1.17)
18 lines
552 B
Makefile
18 lines
552 B
Makefile
# $NetBSD: dist.mk,v 1.18 2011/03/05 11:57:16 tnn Exp $
|
|
#
|
|
# used by devel/nspr/Makefile
|
|
# used by devel/nss/Makefile
|
|
# used by devel/xulrunner/Makefile
|
|
# used by www/firefox/Makefile
|
|
|
|
DISTNAME= firefox-${FIREFOX_VER}.source
|
|
FIREFOX_VER= 3.6${MOZ_BRANCH_MINOR}
|
|
MOZ_BRANCH= 1.9.2
|
|
MOZ_BRANCH_MINOR= .15
|
|
MASTER_SITES= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../devel/xulrunner/distinfo
|
|
PATCHDIR= ${.CURDIR}/../../devel/xulrunner/patches
|
|
|
|
WRKSRC= ${WRKDIR}/mozilla-${MOZ_BRANCH}
|