diff options
author | ryoon <ryoon@pkgsrc.org> | 2014-03-10 20:39:20 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2014-03-10 20:39:20 +0000 |
commit | d9e7664f4e48b9bb4d519e2d7da1341881e7d3f8 (patch) | |
tree | 408cab29a83c33eed99e4a4833f13ec5634ed94c /www/firefox24/Makefile | |
parent | 8f7d9f38e3e021f7fec9a16026c3add51bc0e51a (diff) | |
download | pkgsrc-d9e7664f4e48b9bb4d519e2d7da1341881e7d3f8.tar.gz |
Update to 24.3.0
Changelog:
Fixed in Firefox ESR 24.3
MFSA 2014-13 Inconsistent JavaScript handling of access to Window objects
MFSA 2014-12 NSS ticket handling issues
MFSA 2014-09 Cross-origin information leak through web workers
MFSA 2014-08 Use-after-free with imgRequestProxy and image proccessing
MFSA 2014-04 Incorrect use of discarded images by RasterImage
MFSA 2014-02 Clone protected content with XBL scopes
MFSA 2014-01 Miscellaneous memory safety hazards (rv:27.0 / rv:24.3)
Diffstat (limited to 'www/firefox24/Makefile')
-rw-r--r-- | www/firefox24/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/firefox24/Makefile b/www/firefox24/Makefile index 80e5e016cb9..4d17b662288 100644 --- a/www/firefox24/Makefile +++ b/www/firefox24/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2014/02/12 23:18:45 tron Exp $ +# $NetBSD: Makefile,v 1.13 2014/03/10 20:39:20 ryoon Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} -MOZ_BRANCH= 24.2.0 +MOZ_BRANCH= 24.3.0 MOZ_BRANCH_MINOR= esr DISTNAME= firefox-${FIREFOX_VER}.source |