Received: by mail.netbsd.org (Postfix, from userid 605) id 1910A84E67; Thu, 15 Jul 2021 06:17:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5340684D0C for ; Thu, 15 Jul 2021 06:17:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id mm6uVhYF74Z3 for ; Thu, 15 Jul 2021 06:17:45 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id C10F984CD9 for ; Thu, 15 Jul 2021 06:17:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B4D39FA95; Thu, 15 Jul 2021 06:17:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_162632986556450" MIME-Version: 1.0 Date: Thu, 15 Jul 2021 06:17:45 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/www/firefox78 To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20210715061745.B4D39FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_162632986556450 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Thu Jul 15 06:17:45 UTC 2021 Modified Files: pkgsrc/www/firefox78: Makefile distinfo Log Message: firefox78: update to 78.12.0 Security Vulnerabilities fixed in Firefox ESR 78.12 #CVE-2021-29970: Use-after-free in accessibility features of a document #CVE-2021-30547: Out of bounds write in ANGLE #CVE-2021-29976: Memory safety bugs fixed in Firefox 90 and Firefox ESR 78.12 To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 pkgsrc/www/firefox78/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/firefox78/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_162632986556450 Content-Disposition: inline Content-Length: 1961 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/firefox78/Makefile diff -u pkgsrc/www/firefox78/Makefile:1.31 pkgsrc/www/firefox78/Makefile:1.32 --- pkgsrc/www/firefox78/Makefile:1.31 Fri Jun 18 18:22:41 2021 +++ pkgsrc/www/firefox78/Makefile Thu Jul 15 06:17:45 2021 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.31 2021/06/18 18:22:41 nia Exp $ +# $NetBSD: Makefile,v 1.32 2021/07/15 06:17:45 nia Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} -MOZ_BRANCH= 78.11 +MOZ_BRANCH= 78.12 MOZ_BRANCH_MINOR= .0esr DISTNAME= firefox-${FIREFOX_VER}.source Index: pkgsrc/www/firefox78/distinfo diff -u pkgsrc/www/firefox78/distinfo:1.17 pkgsrc/www/firefox78/distinfo:1.18 --- pkgsrc/www/firefox78/distinfo:1.17 Tue Jun 1 21:07:21 2021 +++ pkgsrc/www/firefox78/distinfo Thu Jul 15 06:17:45 2021 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.17 2021/06/01 21:07:21 nia Exp $ +$NetBSD: distinfo,v 1.18 2021/07/15 06:17:45 nia Exp $ -SHA1 (firefox-78.11.0esr.source.tar.xz) = 8d5b4f10557cf7aec25edb2d3dd8b9282224ff53 -RMD160 (firefox-78.11.0esr.source.tar.xz) = 2795666245fc3b785014dbfd0f8388bc547a35f7 -SHA512 (firefox-78.11.0esr.source.tar.xz) = d02fc2eda587155b1c54ca12a6c5cde220a29f41f154f1c9b71ae8f966d8cc9439201a5b241e03fc0795b74e2479f7aa5d6b69f70b7639432e5382f321f7a6f4 -Size (firefox-78.11.0esr.source.tar.xz) = 333002576 bytes +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 (patch-aa) = 458ee59cec3d2d1d52b222ab2031720e7a11fc02 SHA1 (patch-browser_app_profile_firefox.js) = 89cea0a66457c96ad0b94aaa524aa5942ad781d0 SHA1 (patch-build_moz.configure_rust.configure) = ee9e207e67709f3c9455b4d22f5f254890e99ca8 --_----------=_162632986556450--