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 | |
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')
-rw-r--r-- | www/firefox24/Makefile | 4 | ||||
-rw-r--r-- | www/firefox24/distinfo | 8 |
2 files changed, 6 insertions, 6 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 diff --git a/www/firefox24/distinfo b/www/firefox24/distinfo index 143d3054f3f..042bc6d1bb7 100644 --- a/www/firefox24/distinfo +++ b/www/firefox24/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.6 2014/01/03 17:35:34 richard Exp $ +$NetBSD: distinfo,v 1.7 2014/03/10 20:39:20 ryoon Exp $ -SHA1 (firefox-24.2.0esr.source.tar.bz2) = 20d6fd8be73ff09d14e31543a2ce134dc6d503a4 -RMD160 (firefox-24.2.0esr.source.tar.bz2) = 1395d54881c9ebc3e7ddee27b55b247f94025916 -Size (firefox-24.2.0esr.source.tar.bz2) = 119820009 bytes +SHA1 (firefox-24.3.0esr.source.tar.bz2) = 8a5c1be668fe8759f2176ef97fe69d496c2ddd5b +RMD160 (firefox-24.3.0esr.source.tar.bz2) = bd0830ca810b1519cba721db3f3498c075cfcd7a +Size (firefox-24.3.0esr.source.tar.bz2) = 119391302 bytes SHA1 (patch-aa) = bc6b89aa36a429ee148685618cca08dba3e01bbc SHA1 (patch-ak) = 971ddb1f12b14bcee604c9d7e72da5e7bf47d9be SHA1 (patch-al) = 553c6042a98e4b381a46eec50c02cff349d88bd2 |