diff options
author | he <he@pkgsrc.org> | 2015-08-21 09:08:56 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2015-08-21 09:08:56 +0000 |
commit | 7743a63efbe52e07709c219f57de486f0cab054d (patch) | |
tree | 6ccbb2845bd1167baab0ae2a3d6a21cbd464194e /www/firefox38 | |
parent | c5192be5b04120c2d2907c160fa2b9102d7975dd (diff) | |
download | pkgsrc-7743a63efbe52e07709c219f57de486f0cab054d.tar.gz |
Update firefox38 to version 38.2.0esr.
Upstream changes, ref.
https://www.mozilla.org/en-US/firefox/38.2.0/releasenotes/
* Firefox may crash during mp4 video playback
* Significant memory leak with GreaseMonkey add-on
* crash [@ RtlEnterCriticalSection | MessageLoop::PostTask_Helper]
on browser shutdown
* Browser UI becomes unresponsive state when using Unity Web Player Plugin
* ESRs will not build on hppa platform
* crash in mozilla::layers::SyncObjectD3D11::FinalizeFrame()
and a smattering of security fixes:
* 2015-92 Use-after-free in XMLHttpRequest with shared workers
* 2015-90 Vulnerabilities found through code inspection
* 2015-89 Buffer overflows on Libvpx when decoding WebM video
* 2015-88 Heap overflow in gdk-pixbuf when scaling bitmap images
* 2015-87 Crash when using shared memory in JavaScript
* 2015-85 Out-of-bounds write with Updater and malicious MAR file
* 2015-84 Arbitrary file overwriting through Mozilla Maintenance Service
with hard links
* 2015-83 Overflow issues in libstagefright
* 2015-82 Redefinition of non-configurable JavaScript object properties
* 2015-80 Out-of-bounds read with malformed MP3 file
* 2015-79 Miscellaneous memory safety hazards (rv:40.0 / rv:38.2)
Diffstat (limited to 'www/firefox38')
-rw-r--r-- | www/firefox38/Makefile | 6 | ||||
-rw-r--r-- | www/firefox38/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/firefox38/Makefile b/www/firefox38/Makefile index 076f4ad5cf3..798be2a205a 100644 --- a/www/firefox38/Makefile +++ b/www/firefox38/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2015/08/09 16:33:05 he Exp $ +# $NetBSD: Makefile,v 1.3 2015/08/21 09:08:56 he Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} -MOZ_BRANCH= 38.1 -MOZ_BRANCH_MINOR= .1esr +MOZ_BRANCH= 38.2 +MOZ_BRANCH_MINOR= .0esr DISTNAME= firefox-${FIREFOX_VER}.source PKGNAME= firefox38-${MOZ_BRANCH}${MOZ_BRANCH_MINOR:S/b/beta/:S/esr//} diff --git a/www/firefox38/distinfo b/www/firefox38/distinfo index 4a2b647e331..1c67ac26ba2 100644 --- a/www/firefox38/distinfo +++ b/www/firefox38/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.2 2015/08/09 16:33:05 he Exp $ +$NetBSD: distinfo,v 1.3 2015/08/21 09:08:56 he Exp $ -SHA1 (firefox-38.1.1esr.source.tar.bz2) = 63f23f65dfa324621a6613c2a0d2e29e064c6863 -RMD160 (firefox-38.1.1esr.source.tar.bz2) = 5712364f093a0c020e71d91771d5da9ff226ba99 -Size (firefox-38.1.1esr.source.tar.bz2) = 180687874 bytes +SHA1 (firefox-38.2.0esr.source.tar.bz2) = 11fb31a128bf27c18765f91d0d997c5ab50b5a52 +RMD160 (firefox-38.2.0esr.source.tar.bz2) = 8f20435048d6168e9454458fdf3d7b4bcb9209cd +Size (firefox-38.2.0esr.source.tar.bz2) = 180722192 bytes SHA1 (patch-aa) = e9e8400fa86ae8d6910b49e3a98127122e714f1a SHA1 (patch-accessible_atk_Platform.cpp) = c2deb81b300de44c4500328589185bbd4b6b02fb SHA1 (patch-al) = cca5df21d018bb9f428ad26d00718f33afe88ec5 |