diff options
author | nia <nia@pkgsrc.org> | 2021-12-10 14:32:07 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2021-12-10 14:32:07 +0000 |
commit | 7612641fbc3c2aec67ff3db342c230051d4ce048 (patch) | |
tree | 6af0dd5206f6d4a1d6d6821a5ceb86996754b181 /www/firefox91 | |
parent | 632b97037b9e4b9eddb5c1de278d3b894a51ea75 (diff) | |
download | pkgsrc-7612641fbc3c2aec67ff3db342c230051d4ce048.tar.gz |
firefox91: Update to 91.4.0
Security Vulnerabilities fixed in Firefox ESR 91.4.0
#CVE-2021-43536: URL leakage when navigating while executing asynchronous
function
#CVE-2021-43537: Heap buffer overflow when using structured clone
#CVE-2021-43538: Missing fullscreen and pointer lock notification when
requesting both
#CVE-2021-43539: GC rooting failure when calling wasm instance methods
#CVE-2021-43541: External protocol handler parameters were unescaped
#CVE-2021-43542: XMLHttpRequest error codes could have leaked the existence
of an external protocol handler
#CVE-2021-43543: Bypass of CSP sandbox directive when embedding
#CVE-2021-43545: Denial of Service when using the Location API in a loop
#CVE-2021-43546: Cursor spoofing could overlay user interface when native
cursor is zoomed
#MOZ-2021-0009: Memory safety bugs fixed in Firefox 95 and Firefox ESR 91.4
Diffstat (limited to 'www/firefox91')
-rw-r--r-- | www/firefox91/Makefile | 5 | ||||
-rw-r--r-- | www/firefox91/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/www/firefox91/Makefile b/www/firefox91/Makefile index 822f1553afe..18edc0bbab2 100644 --- a/www/firefox91/Makefile +++ b/www/firefox91/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.9 2021/12/08 16:06:56 adam Exp $ +# $NetBSD: Makefile,v 1.10 2021/12/10 14:32:07 nia Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} -MOZ_BRANCH= 91.3 +MOZ_BRANCH= 91.4 MOZ_BRANCH_MINOR= .0esr DISTNAME= firefox-${FIREFOX_VER}.source PKGNAME= ${DISTNAME:S/.source//:S/b/beta/:S/esr//:S/firefox-/firefox91-/} -PKGREVISION= 1 CATEGORIES= www MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/} EXTRACT_SUFX= .tar.xz diff --git a/www/firefox91/distinfo b/www/firefox91/distinfo index 08bc3bc102d..893c34507ae 100644 --- a/www/firefox91/distinfo +++ b/www/firefox91/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.6 2021/11/03 19:19:40 nia Exp $ +$NetBSD: distinfo,v 1.7 2021/12/10 14:32:07 nia Exp $ -BLAKE2s (firefox-91.3.0esr.source.tar.xz) = 2a8ef569fb715f63580ea75c615c0244653c6d57af933030f3d488f32c771b18 -SHA512 (firefox-91.3.0esr.source.tar.xz) = 7cf6efd165acc134bf576715580c103a2fc10ab928ede4c18f69908c62a04eb0f60affa8ceafd5883b393c31b85cae6821d0ae063c9e78117456d475947deaa9 -Size (firefox-91.3.0esr.source.tar.xz) = 381117132 bytes +BLAKE2s (firefox-91.4.0esr.source.tar.xz) = 118220baddff72c0ba80893bab5957f82c9d45744797dba16f117867fc9711d1 +SHA512 (firefox-91.4.0esr.source.tar.xz) = 781bf62a0e1215cad7d90de7c822978997bfeaf71bde4e7124a732921d130762c6654417c708a299726039d1603ff5e0796106118ad4b2ddef4e9dac84887765 +Size (firefox-91.4.0esr.source.tar.xz) = 379759164 bytes BLAKE2s (nodejs-output-91.0.tgz) = 5007b8d20d6264a4cd573b465643cff83c2adc75ad7dd9fba97ff5fcae787c9f SHA512 (nodejs-output-91.0.tgz) = 3a457101a4aaa5ae955b77c41ba6b0d98eb5dd0ae9d6d8cc77c0c7bc0e844238a9c0d86cd1838ffb6a37ad8851f871c21e4ca1bb59d11e58fc42c5fec88c298c Size (nodejs-output-91.0.tgz) = 201061 bytes |