Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 8D3C21A921F for ; Sun, 6 Mar 2022 04:51:51 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0969E84E8E; Sun, 6 Mar 2022 04:51:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 444E084D61 for ; Sun, 6 Mar 2022 04:51:50 +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 7djcn2ep8gJa for ; Sun, 6 Mar 2022 04:51:49 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id AD6DE84CE7 for ; Sun, 6 Mar 2022 04:51:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2EE08FB24; Sun, 6 Mar 2022 04:51:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1646542309192630" MIME-Version: 1.0 Date: Sun, 6 Mar 2022 04:51:49 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/www/firefox To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20220306045149.2EE08FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1646542309192630 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Sun Mar 6 04:51:49 UTC 2022 Modified Files: pkgsrc/www/firefox: Makefile distinfo Log Message: firefox: Updare to 97.0.2 Changelog: Security fixes: #CVE-2022-26485: Use-after-free in XSLT parameter processing #CVE-2022-26486: Use-after-free in WebGPU IPC Framework To generate a diff of this commit: cvs rdiff -u -r1.512 -r1.513 pkgsrc/www/firefox/Makefile cvs rdiff -u -r1.461 -r1.462 pkgsrc/www/firefox/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1646542309192630 Content-Disposition: inline Content-Length: 1938 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/firefox/Makefile diff -u pkgsrc/www/firefox/Makefile:1.512 pkgsrc/www/firefox/Makefile:1.513 --- pkgsrc/www/firefox/Makefile:1.512 Tue Mar 1 13:35:33 2022 +++ pkgsrc/www/firefox/Makefile Sun Mar 6 04:51:48 2022 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.512 2022/03/01 13:35:33 ryoon Exp $ +# $NetBSD: Makefile,v 1.513 2022/03/06 04:51:48 ryoon Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 97.0 -MOZ_BRANCH_MINOR= .1 +MOZ_BRANCH_MINOR= .2 DISTNAME= firefox-${FIREFOX_VER}.source PKGNAME= ${DISTNAME:S/.source//:S/b/beta/:S/esr//} Index: pkgsrc/www/firefox/distinfo diff -u pkgsrc/www/firefox/distinfo:1.461 pkgsrc/www/firefox/distinfo:1.462 --- pkgsrc/www/firefox/distinfo:1.461 Tue Mar 1 13:35:33 2022 +++ pkgsrc/www/firefox/distinfo Sun Mar 6 04:51:48 2022 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.461 2022/03/01 13:35:33 ryoon Exp $ +$NetBSD: distinfo,v 1.462 2022/03/06 04:51:48 ryoon Exp $ -BLAKE2s (firefox-97.0.1.source.tar.xz) = a549883f525e16669497f1e06b35d1b9fb173fa20dc2c960ffe2318c647233da -SHA512 (firefox-97.0.1.source.tar.xz) = 8620aace77167593aab5acd230860eb3e67eeddc49c0aad0491b5dc20bd0ddb6089dbb8975aed241426f57b2ad772238b04d03b95390175f580cbd80bb6d5f6c -Size (firefox-97.0.1.source.tar.xz) = 476866824 bytes +BLAKE2s (firefox-97.0.2.source.tar.xz) = 9807fb791d04a9f73008ba50395ac67ddfb5222f48aa7e6d76af7da62d7aa824 +SHA512 (firefox-97.0.2.source.tar.xz) = efbf33723f5979025454b6cc183927afb4bc72a51c00b5d45940122da596b8ac99080f3a6a59f5dd85a725e356349ec57e7eba1c36cdab7d55a28b04895d274c +Size (firefox-97.0.2.source.tar.xz) = 491844932 bytes BLAKE2s (nodejs-output-95.0.tgz) = c44b37d3605524a49157002f01c29f568f04194b0e635bc312de7ffdeb9a74c9 SHA512 (nodejs-output-95.0.tgz) = 2faf326f4e100b66f8597c365cc2eb5d0eee26aae92a7e2446891f2178041aa71ba16eae37000acacd43a657025ec11c18db73b112f5c49cc21cdb882da6d798 Size (nodejs-output-95.0.tgz) = 200627 bytes --_----------=_1646542309192630--