Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BABEA84F8C for ; Fri, 1 Dec 2023 15:05:29 +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 eEq6jTlSD5gB for ; Fri, 1 Dec 2023 15:05:29 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 260F684D80 for ; Fri, 1 Dec 2023 15:05:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1A3CAFA40; Fri, 1 Dec 2023 15:05:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_17014431299870" MIME-Version: 1.0 Date: Fri, 1 Dec 2023 15:05:29 +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: <20231201150529.1A3CAFA40@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_17014431299870 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Fri Dec 1 15:05:29 UTC 2023 Modified Files: pkgsrc/www/firefox: Makefile distinfo Log Message: firefox: Update to 120.0.1 Changelog: Fixed * Fixed a bug that was causing persistent startup slowdowns. (bug 1867095) * Fixed an issue that was causing 100% CPU usage on sites such as Google Maps. (bug 1866409) * Fixed an issue that was causing YouTube videos to show a green screen when hardware acceleration was enabled. (bug 1865928) * Fixed an issue where the status bar was still visible when viewing fullscreen video. (bug 1853896) * Fixed a startup crash affecting Linux users on some aarch64 systems with page sizes other than 4KB. (bug 1866025) To generate a diff of this commit: cvs rdiff -u -r1.581 -r1.582 pkgsrc/www/firefox/Makefile cvs rdiff -u -r1.516 -r1.517 pkgsrc/www/firefox/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_17014431299870 Content-Disposition: inline Content-Length: 1946 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.581 pkgsrc/www/firefox/Makefile:1.582 --- pkgsrc/www/firefox/Makefile:1.581 Wed Nov 22 13:32:12 2023 +++ pkgsrc/www/firefox/Makefile Fri Dec 1 15:05:28 2023 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.581 2023/11/22 13:32:12 ryoon Exp $ +# $NetBSD: Makefile,v 1.582 2023/12/01 15:05:28 ryoon Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 120.0 -MOZ_BRANCH_MINOR= +MOZ_BRANCH_MINOR= .1 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.516 pkgsrc/www/firefox/distinfo:1.517 --- pkgsrc/www/firefox/distinfo:1.516 Wed Nov 22 13:32:12 2023 +++ pkgsrc/www/firefox/distinfo Fri Dec 1 15:05:28 2023 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.516 2023/11/22 13:32:12 ryoon Exp $ +$NetBSD: distinfo,v 1.517 2023/12/01 15:05:28 ryoon Exp $ -BLAKE2s (firefox-120.0.source.tar.xz) = 9c6e5bb8b755b54df2e828dc63da01bc26e8c58a37b32c3fe3fbb6f9ec794519 -SHA512 (firefox-120.0.source.tar.xz) = 31d5f9e1d4173280c8de6d9b8551bc6bba5e2c49b84f944f50d42002d5b39c2fb743bc130f26c81160388a102b8301b94a0a378ecdfa6f943860f971a860df8c -Size (firefox-120.0.source.tar.xz) = 534394880 bytes +BLAKE2s (firefox-120.0.1.source.tar.xz) = 81443dea462b8f0e988c60832dfc371f3686c89b54ec585642c47f17f2fcc4ca +SHA512 (firefox-120.0.1.source.tar.xz) = dd0e3eb234d58c39431d1f100834ef4bcc8cfb89ff471a37b948eda4dd3874b63b1979cda39a0db0dd3b4a579b5f09a7d2d1f39d26fd9f2b8d5635e4b8738b6c +Size (firefox-120.0.1.source.tar.xz) = 529206136 bytes BLAKE2s (nodejs-output-119.0.1.tgz) = 81bc6931d0f8a83258ee57b2c81ff41eff114fe8d65f6ce129a597e7ba85103c SHA512 (nodejs-output-119.0.1.tgz) = 09f86bc2cf706487feaf9e29e7927479a7c2c99299ff84a61dbf32b3d075a48e1f1ac43ecbdc38cd848978dc8105c3022972a6d14068649628d0bc5026e5b52a Size (nodejs-output-119.0.1.tgz) = 220307 bytes --_----------=_17014431299870--