diff options
author | nia <nia@pkgsrc.org> | 2021-10-08 14:41:34 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2021-10-08 14:41:34 +0000 |
commit | 2250c3144f273df9bca086c09144f24b31321fe6 (patch) | |
tree | a734ef8d67a061a69e77f5a1090390611fd8ec96 /www/firefox91 | |
parent | 819d3dc8a9175c3d77bae904d3bbf1cd134cda23 (diff) | |
download | pkgsrc-2250c3144f273df9bca086c09144f24b31321fe6.tar.gz |
firefox91: Update to 91.2.0
Security Vulnerabilities fixed in Firefox ESR 91.2
#CVE-2021-38496: Use-after-free in MessageTask
#CVE-2021-38497: Validation message could have been overlaid on another
origin
#CVE-2021-38498: Use-after-free of nsLanguageAtomService object
#CVE-2021-32810: Data race in crossbeam-deque
#CVE-2021-38500: Memory safety bugs fixed in Firefox 93, Firefox ESR 78.15,
and Firefox ESR 91.2
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 ac7961874ad..9d5bd3147c0 100644 --- a/www/firefox91/Makefile +++ b/www/firefox91/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.5 2021/09/16 20:46:35 nia Exp $ +# $NetBSD: Makefile,v 1.6 2021/10/08 14:41:34 nia Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} -MOZ_BRANCH= 91.1 +MOZ_BRANCH= 91.2 MOZ_BRANCH_MINOR= .0esr DISTNAME= firefox-${FIREFOX_VER}.source PKGNAME= ${DISTNAME:S/.source//:S/b/beta/:S/esr//:S/firefox-/firefox91-/} -PKGREVISION= 2 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 fff0c4055fb..55776c4bced 100644 --- a/www/firefox91/distinfo +++ b/www/firefox91/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.3 2021/10/07 15:06:57 nia Exp $ +$NetBSD: distinfo,v 1.4 2021/10/08 14:41:34 nia Exp $ -RMD160 (firefox-91.1.0esr.source.tar.xz) = 2f6873048bd5005473bb0a7c69a1d72087f36611 -SHA512 (firefox-91.1.0esr.source.tar.xz) = dad0249eb2ce66eb90ff5daf0dfb63105a19790dd45661d977f7cc889644e86b33b9b0c472f46d4032ae2e4fe02c2cf69d552156fb0ad4cf77a15b3542556ed3 -Size (firefox-91.1.0esr.source.tar.xz) = 380941240 bytes +RMD160 (firefox-91.2.0esr.source.tar.xz) = 410ea5ccd338f115134fb814a903812f82a4557a +SHA512 (firefox-91.2.0esr.source.tar.xz) = f4cff7e43ff9927cbab3f02d37d360ee8bb0dbe988e280cb0638ee67bfe3c76e3a0469336de1b212fba66c958d58594b1739aafee1ebb84695d098c1e5c77b9d +Size (firefox-91.2.0esr.source.tar.xz) = 381665824 bytes RMD160 (nodejs-output-91.0.tgz) = b21fe976a919cd891a757eaba2f4006d8e4ab747 SHA512 (nodejs-output-91.0.tgz) = 3a457101a4aaa5ae955b77c41ba6b0d98eb5dd0ae9d6d8cc77c0c7bc0e844238a9c0d86cd1838ffb6a37ad8851f871c21e4ca1bb59d11e58fc42c5fec88c298c Size (nodejs-output-91.0.tgz) = 201061 bytes |