Received: by mail.netbsd.org (Postfix, from userid 605) id 25A8784E9E; Sat, 13 Aug 2022 12:56:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5D76B84D67 for ; Sat, 13 Aug 2022 12:56:40 +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 SbxjSyY3vcSL for ; Sat, 13 Aug 2022 12:56:39 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C199984D2E for ; Sat, 13 Aug 2022 12:56:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B6341FB1A; Sat, 13 Aug 2022 12:56:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_166039539977990" MIME-Version: 1.0 Date: Sat, 13 Aug 2022 12:56:39 +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: <20220813125639.B6341FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_166039539977990 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Sat Aug 13 12:56:39 UTC 2022 Modified Files: pkgsrc/www/firefox: Makefile distinfo Log Message: firefox: Update to 103.0.2 CHangelog: Fixed * Fixed menu shortcuts for users of the JAWS screen reader. * Fixed an occasional non-overridable certificate error when accessing device configuration pages. * Fixed an issue with Picture-in-Picture displaying in fullscreen on macOS. To generate a diff of this commit: cvs rdiff -u -r1.533 -r1.534 pkgsrc/www/firefox/Makefile cvs rdiff -u -r1.480 -r1.481 pkgsrc/www/firefox/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_166039539977990 Content-Disposition: inline Content-Length: 1948 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.533 pkgsrc/www/firefox/Makefile:1.534 --- pkgsrc/www/firefox/Makefile:1.533 Thu Aug 11 05:09:22 2022 +++ pkgsrc/www/firefox/Makefile Sat Aug 13 12:56:39 2022 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.533 2022/08/11 05:09:22 gutteridge Exp $ +# $NetBSD: Makefile,v 1.534 2022/08/13 12:56:39 ryoon Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 103.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.480 pkgsrc/www/firefox/distinfo:1.481 --- pkgsrc/www/firefox/distinfo:1.480 Sat Aug 6 21:08:29 2022 +++ pkgsrc/www/firefox/distinfo Sat Aug 13 12:56:39 2022 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.480 2022/08/06 21:08:29 nia Exp $ +$NetBSD: distinfo,v 1.481 2022/08/13 12:56:39 ryoon Exp $ -BLAKE2s (firefox-103.0.1.source.tar.xz) = 5128a952e6957b1b808dd5c513848706937e6943639d64ac6856858ae8564cb1 -SHA512 (firefox-103.0.1.source.tar.xz) = cb487e1d5d602e6b07093b5e722c4e70b9bf39f42c13c25642f263f90f9d3940d02e6fdbab9e8f41b66a50f81d70300acf81c222f08a26eed3ae55777fdc6303 -Size (firefox-103.0.1.source.tar.xz) = 480380068 bytes +BLAKE2s (firefox-103.0.2.source.tar.xz) = c18a54d1d068918c4ab9535e9b540c798db0ff83df3064612cc46bd1e663d0f7 +SHA512 (firefox-103.0.2.source.tar.xz) = f13984bb551039c80ef731931f08a284f070142ecb479b31a4caad026a6b535e3fc7ae506b629e933ba5f5a1676f14b6b36d031d22584170492676f8727c822a +Size (firefox-103.0.2.source.tar.xz) = 481280156 bytes BLAKE2s (nodejs-output-95.0.tgz) = c44b37d3605524a49157002f01c29f568f04194b0e635bc312de7ffdeb9a74c9 SHA512 (nodejs-output-95.0.tgz) = 2faf326f4e100b66f8597c365cc2eb5d0eee26aae92a7e2446891f2178041aa71ba16eae37000acacd43a657025ec11c18db73b112f5c49cc21cdb882da6d798 Size (nodejs-output-95.0.tgz) = 200627 bytes --_----------=_166039539977990--