diff options
author | ryoon <ryoon@pkgsrc.org> | 2014-12-04 05:18:58 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2014-12-04 05:18:58 +0000 |
commit | 4a7cbddfaa4a4da1c0d8c3f58d80db96250e07a0 (patch) | |
tree | 6c6e8318f4f6f4208d79937a6be53c4e35779f3e /www/firefox31 | |
parent | c6ddf456dc6e127e2e8f817733c4ca96a256d3a8 (diff) | |
download | pkgsrc-4a7cbddfaa4a4da1c0d8c3f58d80db96250e07a0.tar.gz |
Update to 31.3.0
Changelog:
Fixed Security fixes can be found here
Fixed @ JS::Handle::operator JSObject* const&() startup crash (see bug 1055766 )
Fixed Intermittent failures in add-ons manager mochitest-browser tests (see bug 1095128 )
Fixed Bad CPU type in executable running mochitests on yosemite (see bug 1054043 )
Fixed Error building nsChildView.mm on OS X 10.10 (see bug 1005458 )
Fixed Wrong CPU features detection on some x86 CPUs (see bug 1096651 )
Fixed Build error on Yosemite (see bug 1045231 )
Fixed XMLHttpRequest.send({}) should not throw (see bug 1096263 )
2014-90 Apple CoreGraphics framework on OS X 10.10 logging input data to /tmp directory
2014-89 Bad casting from the BasicThebesLayer to BasicContainerLayer
2014-88 Buffer overflow while parsing media content
2014-87 Use-after-free during HTML5 parsing
2014-85 XMLHttpRequest crashes with some input streams
2014-83 Miscellaneous memory safety hazards (rv:34.0 / rv:31.3)
Diffstat (limited to 'www/firefox31')
-rw-r--r-- | www/firefox31/Makefile | 4 | ||||
-rw-r--r-- | www/firefox31/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/firefox31/Makefile b/www/firefox31/Makefile index da74e8a9932..3b0933d5295 100644 --- a/www/firefox31/Makefile +++ b/www/firefox31/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2014/11/20 15:01:47 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2014/12/04 05:18:58 ryoon Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}esr -MOZ_BRANCH= 31.2 +MOZ_BRANCH= 31.3 MOZ_BRANCH_MINOR= .0 DISTNAME= firefox-${FIREFOX_VER}.source diff --git a/www/firefox31/distinfo b/www/firefox31/distinfo index 18295b1fb05..b53ca9ff235 100644 --- a/www/firefox31/distinfo +++ b/www/firefox31/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.3 2014/11/30 10:34:56 markd Exp $ +$NetBSD: distinfo,v 1.4 2014/12/04 05:18:58 ryoon Exp $ -SHA1 (firefox-31.2.0esr.source.tar.bz2) = 9ddfde95fcd19633446f859c5bca77c62815d390 -RMD160 (firefox-31.2.0esr.source.tar.bz2) = 51d1600f1f2ee84cdef97a343b0ab03c8a0e4859 -Size (firefox-31.2.0esr.source.tar.bz2) = 147362334 bytes +SHA1 (firefox-31.3.0esr.source.tar.bz2) = 88b4c4de59e0c379e50ac28a8a9c289662e7a064 +RMD160 (firefox-31.3.0esr.source.tar.bz2) = 006a5e98190d59f63fb7592cb90fcdcf2f687b0c +Size (firefox-31.3.0esr.source.tar.bz2) = 148022631 bytes SHA1 (patch-aa) = 381ec50c3e66a2637f19401ac2c5ec4a29dc5627 SHA1 (patch-ak) = 971ddb1f12b14bcee604c9d7e72da5e7bf47d9be SHA1 (patch-al) = cca5df21d018bb9f428ad26d00718f33afe88ec5 |