Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B6D2A84EF3 for ; Sun, 17 Sep 2023 06:32:28 +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 lJVEWu2Chevx for ; Sun, 17 Sep 2023 06:32:28 +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 1F70484CEE for ; Sun, 17 Sep 2023 06:32:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 13295FBDB; Sun, 17 Sep 2023 06:32:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1694932348262540" MIME-Version: 1.0 Date: Sun, 17 Sep 2023 06:32:28 +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: <20230917063228.13295FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1694932348262540 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Sun Sep 17 06:32:27 UTC 2023 Modified Files: pkgsrc/www/firefox: Makefile distinfo Log Message: firefox: Update to 117.0.1 Changelog: 117.0.1: Fixed * Fixed a bug causing links opened from outside Firefox to not open on macOS (bug 1850828) * Fixed a bug causing extensions using an event page for long-running tasks to be terminated while running, causing unexpected behavior changes (bug 1851373) * Temporarily reverted an intentional behavior change preventing Javascript from changing URL.protocol (bug 1850954). NOTE: This change is expected to ship in a later Firefox release alongside other web browsers and sites are encouraged to find alternate ways to change the protocol if needed. * Fixed audio worklets not working for sites using WebAssembly exception handling (bug 1851468) * Fixed the Reopen all tabs option in the Recently closed tabs menu sometimes failing to open all tabs (bug 1850856) * Fixed the bookmarks menu sometimes remaining partially visible when minimizing Firefox (bug 1843700) * Fixed an issue causing incorrect time zones to be detected on some sites ( bug 1848615) To generate a diff of this commit: cvs rdiff -u -r1.569 -r1.570 pkgsrc/www/firefox/Makefile cvs rdiff -u -r1.508 -r1.509 pkgsrc/www/firefox/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1694932348262540 Content-Disposition: inline Content-Length: 1940 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.569 pkgsrc/www/firefox/Makefile:1.570 --- pkgsrc/www/firefox/Makefile:1.569 Tue Sep 5 14:08:39 2023 +++ pkgsrc/www/firefox/Makefile Sun Sep 17 06:32:27 2023 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.569 2023/09/05 14:08:39 ryoon Exp $ +# $NetBSD: Makefile,v 1.570 2023/09/17 06:32:27 ryoon Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 117.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.508 pkgsrc/www/firefox/distinfo:1.509 --- pkgsrc/www/firefox/distinfo:1.508 Tue Sep 5 14:08:39 2023 +++ pkgsrc/www/firefox/distinfo Sun Sep 17 06:32:27 2023 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.508 2023/09/05 14:08:39 ryoon Exp $ +$NetBSD: distinfo,v 1.509 2023/09/17 06:32:27 ryoon Exp $ -BLAKE2s (firefox-117.0.source.tar.xz) = b1b257ab21785e628241e3fc5c8def2488806578c4f2caf21e0993056660da5c -SHA512 (firefox-117.0.source.tar.xz) = 4d2afa9bac9d0724fb3568f77a8103d75e90635802f47f2023127de07d70ff145fb0c19e6a4fd37bfe93a7bbb1ec506955c0d4fe3b07057561ebea82b8d6c8d2 -Size (firefox-117.0.source.tar.xz) = 505712192 bytes +BLAKE2s (firefox-117.0.1.source.tar.xz) = 4aa980b9fbe9d07a3675796538b199463030e7081dbed53d851296a0fecd5e53 +SHA512 (firefox-117.0.1.source.tar.xz) = 1583b0ad3b3b17c59bfbfb3e416074766327d0b926ef4f6c6b1e3b2d7cf6a18dec592b7d17fab9493ba1506f3540a02277096d28616dd29b6e7b9e93905f2071 +Size (firefox-117.0.1.source.tar.xz) = 509601584 bytes BLAKE2s (nodejs-output-116.0.tgz) = 3d453c6500fa7c93997c795a937b581aa4494b54293218b6657758a2102fee97 SHA512 (nodejs-output-116.0.tgz) = 16354fc33c3ccf4a8f392a410fc94d4851391621f2e4e3e15bfbb75027e0a9ae7f9f771391988f1ac177cb5d0deab70a4abdc71bfe4bfe39ac3e428a40e909a0 Size (nodejs-output-116.0.tgz) = 219731 bytes --_----------=_1694932348262540--