Received: by mail.netbsd.org (Postfix, from userid 605) id 544AD84E1A; Sat, 4 Apr 2020 15:26:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C7DF784DF7 for ; Sat, 4 Apr 2020 15:26:42 +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 esaoTwbIoDkf for ; Sat, 4 Apr 2020 15:26:42 +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 4A71084CD5 for ; Sat, 4 Apr 2020 15:26:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3D621FB27; Sat, 4 Apr 2020 15:26:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1586014002150460" MIME-Version: 1.0 Date: Sat, 4 Apr 2020 15:26:42 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/www/firefox68 To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200404152642.3D621FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1586014002150460 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sat Apr 4 15:26:42 UTC 2020 Modified Files: pkgsrc/www/firefox68: Makefile distinfo Log Message: firefox68: Update to 68.6.1 Security Vulnerabilities fixed in Firefox 74.0.1 and Firefox ESR 68.6.1 #CVE-2020-6819: Use-after-free while running the nsDocShell destructor #CVE-2020-6820: Use-after-free when handling a ReadableStream To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/firefox68/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/firefox68/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1586014002150460 Content-Disposition: inline Content-Length: 2033 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/firefox68/Makefile diff -u pkgsrc/www/firefox68/Makefile:1.15 pkgsrc/www/firefox68/Makefile:1.16 --- pkgsrc/www/firefox68/Makefile:1.15 Thu Mar 12 19:39:35 2020 +++ pkgsrc/www/firefox68/Makefile Sat Apr 4 15:26:42 2020 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2020/03/12 19:39:35 nia Exp $ +# $NetBSD: Makefile,v 1.16 2020/04/04 15:26:42 nia Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 68.6 -MOZ_BRANCH_MINOR= .0esr +MOZ_BRANCH_MINOR= .1esr DISTNAME= firefox-${FIREFOX_VER}.source PKGNAME= ${DISTNAME:S/.source//:S/b/beta/:S/esr//:S/firefox-/firefox68-/} Index: pkgsrc/www/firefox68/distinfo diff -u pkgsrc/www/firefox68/distinfo:1.12 pkgsrc/www/firefox68/distinfo:1.13 --- pkgsrc/www/firefox68/distinfo:1.12 Mon Mar 30 19:46:03 2020 +++ pkgsrc/www/firefox68/distinfo Sat Apr 4 15:26:42 2020 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.12 2020/03/30 19:46:03 joerg Exp $ +$NetBSD: distinfo,v 1.13 2020/04/04 15:26:42 nia Exp $ -SHA1 (firefox-68.6.0esr.source.tar.xz) = 85d35d0a0190d56585f93c9f117d5c0f52bcbc44 -RMD160 (firefox-68.6.0esr.source.tar.xz) = d11d44f5400ca1f5c3b721dd974a77fbf7cf7e7a -SHA512 (firefox-68.6.0esr.source.tar.xz) = 84565d654ed8bd2d036d08de4d16e41ae8881f0b20b34424ab347d50a37384acf50c04f74269720e79db28028569dff79f2b910848939ff87c078f36684a75a3 -Size (firefox-68.6.0esr.source.tar.xz) = 313814396 bytes +SHA1 (firefox-68.6.1esr.source.tar.xz) = 47a3ac24f187f64bdffab42872667cb327f22a81 +RMD160 (firefox-68.6.1esr.source.tar.xz) = 0ea4a90102ef0b4d9bb314754fffd4bea7bea2fa +SHA512 (firefox-68.6.1esr.source.tar.xz) = 9a3a938021989d99d1c7ca6ca166d6e55a82f70f28e8b12c24b1894d72c23ed13a3e84c17ab2ea55091690775d11613d48595c64de2450e5daa43d28b341f17a +Size (firefox-68.6.1esr.source.tar.xz) = 319034884 bytes SHA1 (patch-aa) = 9f7200c411cd2217a80ec10a276c8877bc6b845c SHA1 (patch-browser_app_profile_firefox.js) = 076cc2892547bac07fe907533f4e821f13f5738e SHA1 (patch-config_gcc-stl-wrapper.template.h) = 11b45e0c7a9399c5b74b170648280a388dd67d89 --_----------=_1586014002150460--