diff options
author | ryoon <ryoon@pkgsrc.org> | 2015-03-06 22:27:22 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2015-03-06 22:27:22 +0000 |
commit | f6eadc603bad66760709b806d4c299f06b3b8d9d (patch) | |
tree | 8d1376fcf33f239735ae32c54ad067788714887d /www/firefox31 | |
parent | 922bcee7d59111349d703f1b8b9f8b7e37185c27 (diff) | |
download | pkgsrc-f6eadc603bad66760709b806d4c299f06b3b8d9d.tar.gz |
Update to 31.5.0
Changelog:
Fixed in Firefox/Thunderbird ESR 31.5
2015-24 Reading of local files through manipulation of form autocomplete
2015-19 Out-of-bounds read and write while rendering SVG content
2015-16 Use-after-free in IndexedDB
2015-12 Invoking Mozilla updater will load locally stored DLL files
2015-11 Miscellaneous memory safety hazards (rv:36.0 / rv:31.5)
Diffstat (limited to 'www/firefox31')
-rw-r--r-- | www/firefox31/Makefile | 5 | ||||
-rw-r--r-- | www/firefox31/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/www/firefox31/Makefile b/www/firefox31/Makefile index 520ba57b57f..0ae1d2a47ad 100644 --- a/www/firefox31/Makefile +++ b/www/firefox31/Makefile @@ -1,13 +1,12 @@ -# $NetBSD: Makefile,v 1.6 2015/02/21 23:35:42 ryoon Exp $ +# $NetBSD: Makefile,v 1.7 2015/03/06 22:27:22 ryoon Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}esr # Also update MOZ_BRANCH= in devel/xulrunner31/Makefile -MOZ_BRANCH= 31.4 +MOZ_BRANCH= 31.5 MOZ_BRANCH_MINOR= .0 DISTNAME= firefox-${FIREFOX_VER}.source PKGNAME= firefox31-${MOZ_BRANCH}${MOZ_BRANCH_MINOR:S/b/beta/:S/esr//} -PKGREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/} MASTER_SITES+= ${MASTER_SITE_MOZILLA_ALL:=firefox/releases/${FIREFOX_VER}/source/} diff --git a/www/firefox31/distinfo b/www/firefox31/distinfo index 2aa88f55452..1b0c6da428d 100644 --- a/www/firefox31/distinfo +++ b/www/firefox31/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.6 2015/02/12 13:41:22 ryoon Exp $ +$NetBSD: distinfo,v 1.7 2015/03/06 22:27:22 ryoon Exp $ -SHA1 (firefox-31.4.0esr.source.tar.bz2) = 32502debd0a207bb918ccf169757607ecb32b5e0 -RMD160 (firefox-31.4.0esr.source.tar.bz2) = ad5453ce5405003966d161ea5ef69da6446cd928 -Size (firefox-31.4.0esr.source.tar.bz2) = 147935703 bytes +SHA1 (firefox-31.5.0esr.source.tar.bz2) = 90fc8aeac75e7d4e3ec089d390faaec85e423d73 +RMD160 (firefox-31.5.0esr.source.tar.bz2) = 930213e28c7d856944fa651315b2ab25fb77c83d +Size (firefox-31.5.0esr.source.tar.bz2) = 369024991 bytes SHA1 (patch-aa) = 381ec50c3e66a2637f19401ac2c5ec4a29dc5627 SHA1 (patch-ak) = 971ddb1f12b14bcee604c9d7e72da5e7bf47d9be SHA1 (patch-al) = cca5df21d018bb9f428ad26d00718f33afe88ec5 |