diff options
author | ryoon <ryoon@pkgsrc.org> | 2021-08-13 15:07:03 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2021-08-13 15:07:03 +0000 |
commit | 4af55dff41f9f9e2732cb02c315edb16042c8e53 (patch) | |
tree | 363f2b4e9119348784d7f2243e763ba8029d42f4 /www/firefox78 | |
parent | 5b2fbb23f1aee62ddfb437ba96f9a34a90313d14 (diff) | |
download | pkgsrc-4af55dff41f9f9e2732cb02c315edb16042c8e53.tar.gz |
firefox78: Update to 78.13.0
Changelog:
Various stability, functionality, and security fixes
Security fixes:
#CVE-2021-29986: Race condition when resolving DNS names could have led to
memory corruption
#CVE-2021-29988: Memory corruption as a result of incorrect style treatment
#CVE-2021-29984: Incorrect instruction reordering during JIT optimization
#CVE-2021-29980: Uninitialized memory in a canvas object could have led to
memory corruption
#CVE-2021-29985: Use-after-free media channels
#CVE-2021-29989: Memory safety bugs fixed in Firefox 91 and Firefox ESR 78.13
Diffstat (limited to 'www/firefox78')
-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 6ca9bf5c1da..2ba13949983 100644 --- a/www/firefox78/Makefile +++ b/www/firefox78/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.33 2021/07/30 12:27:10 ryoon Exp $ +# $NetBSD: Makefile,v 1.34 2021/08/13 15:07:03 ryoon Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} -MOZ_BRANCH= 78.12 +MOZ_BRANCH= 78.13 MOZ_BRANCH_MINOR= .0esr DISTNAME= firefox-${FIREFOX_VER}.source PKGNAME= ${DISTNAME:S/.source//:S/b/beta/:S/esr//:S/firefox-/firefox78-/} -PKGREVISION= 1 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 5fbd47a8d0b..4c3e90334e0 100644 --- a/www/firefox78/distinfo +++ b/www/firefox78/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.18 2021/07/15 06:17:45 nia Exp $ +$NetBSD: distinfo,v 1.19 2021/08/13 15:07:03 ryoon Exp $ -SHA1 (firefox-78.12.0esr.source.tar.xz) = 83ae378d8bddd9efc5badb99a6246979313f7134 -RMD160 (firefox-78.12.0esr.source.tar.xz) = ecc3b9d32a5bcda4ca03b862c30f53d96465249a -SHA512 (firefox-78.12.0esr.source.tar.xz) = 646eb803e0d0e541773e3111708c7eaa85e784e4bae6e4a77dcecdc617ee29e2e349c9ef16ae7e663311734dd7491aebd904359124dda62672dbc18bfb608f0a -Size (firefox-78.12.0esr.source.tar.xz) = 333737488 bytes +SHA1 (firefox-78.13.0esr.source.tar.xz) = 0da70b30de24716246dd090cf4b3245c91c5931c +RMD160 (firefox-78.13.0esr.source.tar.xz) = 3cb028c067ccff36ff90b9eb9871be20f2db05e5 +SHA512 (firefox-78.13.0esr.source.tar.xz) = 78a5dc8713ab879ebfc3b8fd7a8219844d06f0d897342fdf9a11471633d98e148ff85cf10e561899df4910b94a33b57709b64788df4621a8c0b83eb9a7102cef +Size (firefox-78.13.0esr.source.tar.xz) = 333506484 bytes SHA1 (patch-aa) = 458ee59cec3d2d1d52b222ab2031720e7a11fc02 SHA1 (patch-browser_app_profile_firefox.js) = 89cea0a66457c96ad0b94aaa524aa5942ad781d0 SHA1 (patch-build_moz.configure_rust.configure) = ee9e207e67709f3c9455b4d22f5f254890e99ca8 |