diff options
author | nia <nia@pkgsrc.org> | 2020-08-29 15:56:43 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-08-29 15:56:43 +0000 |
commit | 175e10084f673e262d6969ac2bf69b18c831d964 (patch) | |
tree | 10344f8adee6e88c417151977a657916baea491f | |
parent | 5ec46fc67d25feb02ce75b8dabc9dd55527c60c5 (diff) | |
download | pkgsrc-175e10084f673e262d6969ac2bf69b18c831d964.tar.gz |
firefox78: Update to 78.2.0
Security Vulnerabilities fixed in Firefox ESR 78.2
#CVE-2020-15663: Downgrade attack on the Mozilla Maintenance Service could
have resulted in escalation of privilege
Note: This issue only affected Windows operating systems.
Other operating systems are unaffected.
#CVE-2020-15664: Attacker-induced prompt for extension installation
#CVE-2020-15670: Memory safety bugs fixed in Firefox 80 and Firefox ESR 78.2
-rw-r--r-- | www/firefox78/Makefile | 5 | ||||
-rw-r--r-- | www/firefox78/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/www/firefox78/Makefile b/www/firefox78/Makefile index fec2ef3a9ee..79a18056781 100644 --- a/www/firefox78/Makefile +++ b/www/firefox78/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.3 2020/08/18 17:58:16 leot Exp $ +# $NetBSD: Makefile,v 1.4 2020/08/29 15:56:43 nia Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} -MOZ_BRANCH= 78.1 +MOZ_BRANCH= 78.2 MOZ_BRANCH_MINOR= .0esr DISTNAME= firefox-${FIREFOX_VER}.source PKGNAME= ${DISTNAME:S/.source//:S/b/beta/:S/esr//:S/firefox-/firefox78-/} -PKGREVISION= 2 CATEGORIES= www MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/} EXTRACT_SUFX= .tar.xz diff --git a/www/firefox78/distinfo b/www/firefox78/distinfo index 715add901f4..3c14ce74e2e 100644 --- a/www/firefox78/distinfo +++ b/www/firefox78/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.1 2020/07/30 08:09:28 nia Exp $ +$NetBSD: distinfo,v 1.2 2020/08/29 15:56:43 nia Exp $ -SHA1 (firefox-78.1.0esr.source.tar.xz) = 814759ee86e47755b1edda18ace8c297f7dd6eb7 -RMD160 (firefox-78.1.0esr.source.tar.xz) = 4a6c48415e5655e83ac8a4814f77983101805dd1 -SHA512 (firefox-78.1.0esr.source.tar.xz) = 4ab1b0d6ce41e51f5430c4ec1f5ddc5db41e4d3fe66a50132d77208ce48d1981f0748299900ec1a1b900aa62b42ad041e0d20b232608e17ee8b7b5dc269d3d84 -Size (firefox-78.1.0esr.source.tar.xz) = 332065324 bytes +SHA1 (firefox-78.2.0esr.source.tar.xz) = be371c42648f5581cbde2446f4de861d26104758 +RMD160 (firefox-78.2.0esr.source.tar.xz) = 59095816729c680fdfdfdce99d515066e7ad56ce +SHA512 (firefox-78.2.0esr.source.tar.xz) = 38f91a24634ce5d0c10340c9ac762071f8488f4bd7649bff9ed9cb1cbecda23e207b593118d38488810540e63be39d9c1c45c3b9a6acb477b6b2edf636e56d5b +Size (firefox-78.2.0esr.source.tar.xz) = 331996944 bytes SHA1 (patch-aa) = 11060461fdaca5661e89651b8ded4a59d2abc4d7 SHA1 (patch-browser_app_profile_firefox.js) = 89cea0a66457c96ad0b94aaa524aa5942ad781d0 SHA1 (patch-build_moz.configure_rust.configure) = ee9e207e67709f3c9455b4d22f5f254890e99ca8 |