Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4810084ED5 for ; Mon, 26 Jun 2023 13:56:14 +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 1o9Ni8a8cu2A for ; Mon, 26 Jun 2023 13:56:13 +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 B7E8484ECD for ; Mon, 26 Jun 2023 13:56:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id ABCFCFA89; Mon, 26 Jun 2023 13:56:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1687787773181380" MIME-Version: 1.0 Date: Mon, 26 Jun 2023 13:56:13 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/www/firefox To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20230626135613.ABCFCFA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1687787773181380 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Mon Jun 26 13:56:13 UTC 2023 Modified Files: pkgsrc/www/firefox: Makefile distinfo Log Message: firefox: Update to 114.0.2 Changelog: Fixed Several crash fixes. Web Extensions: Fixes for 114 regressions in our Native Messaging support. To generate a diff of this commit: cvs rdiff -u -r1.559 -r1.560 pkgsrc/www/firefox/Makefile cvs rdiff -u -r1.498 -r1.499 pkgsrc/www/firefox/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1687787773181380 Content-Disposition: inline Content-Length: 1954 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.559 pkgsrc/www/firefox/Makefile:1.560 --- pkgsrc/www/firefox/Makefile:1.559 Wed Jun 14 16:22:18 2023 +++ pkgsrc/www/firefox/Makefile Mon Jun 26 13:56:13 2023 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.559 2023/06/14 16:22:18 ryoon Exp $ +# $NetBSD: Makefile,v 1.560 2023/06/26 13:56:13 ryoon Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 114.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.498 pkgsrc/www/firefox/distinfo:1.499 --- pkgsrc/www/firefox/distinfo:1.498 Wed Jun 14 16:22:18 2023 +++ pkgsrc/www/firefox/distinfo Mon Jun 26 13:56:13 2023 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.498 2023/06/14 16:22:18 ryoon Exp $ +$NetBSD: distinfo,v 1.499 2023/06/26 13:56:13 ryoon Exp $ -BLAKE2s (firefox-114.0.1.source.tar.xz) = 2d0d49681ed0244b4cb19f6f62ad2121e6923a5518117a97b718edfcf4d97c41 -SHA512 (firefox-114.0.1.source.tar.xz) = d422982e0271a68aa8064977b3a6b6f9412a30e7261ba06385c416e00e8ba0eb488d81a8929355fc92d35469d3308ec928f00e4de7248ed6390d5d900d7bce8f -Size (firefox-114.0.1.source.tar.xz) = 499908376 bytes +BLAKE2s (firefox-114.0.2.source.tar.xz) = 27bdba663d137e53f2318f9d96784cae71cc79086a12214b78bfdb4a9d4ace44 +SHA512 (firefox-114.0.2.source.tar.xz) = 1d514d09c6b964b96c6d52d54b89a89a92d53a6fe669e16a6370346c980db4d0ac6c502fa89219c71b680566b9eb982e9b3191c21f81d7326f34f6c837c0a872 +Size (firefox-114.0.2.source.tar.xz) = 505974216 bytes BLAKE2s (nodejs-output-113.0.2.tgz) = da79ce7a5ab44378ac326caaa496dc5592bfb645b24b09f11c241933dc8ebb86 SHA512 (nodejs-output-113.0.2.tgz) = 83c7f21ec8bd1af66aa7ffa4d0ab442c41946f470918100ae50c7792182ed94afc588161a5142cdfbc71b85049beb3c660fce22444fca736a326810cfd8c1d4b Size (nodejs-output-113.0.2.tgz) = 216297 bytes --_----------=_1687787773181380--