Received: by mail.netbsd.org (Postfix, from userid 605) id A637684E81; Tue, 24 Aug 2021 16:36:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E135684E74 for ; Tue, 24 Aug 2021 16:36:01 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 16EILhcFiPOb for ; Tue, 24 Aug 2021 16:36:01 +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 5BCCD84CE2 for ; Tue, 24 Aug 2021 16:36:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 555CDFA97; Tue, 24 Aug 2021 16:36:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1629822961202180" MIME-Version: 1.0 Date: Tue, 24 Aug 2021 16:36:01 +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: <20210824163601.555CDFA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1629822961202180 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Tue Aug 24 16:36:01 UTC 2021 Modified Files: pkgsrc/www/firefox: Makefile distinfo Log Message: firefox: Update to 91.0.2 Changelog: Fixed * High Contrast Mode is no longer enabled by default when "Increase Contrast" is checked in macOS settings (bug 1726606) * Firefox no longer clears authentication data when purging trackers, to avoid repeatedly prompting for a password (bug 1721084) To generate a diff of this commit: cvs rdiff -u -r1.489 -r1.490 pkgsrc/www/firefox/Makefile cvs rdiff -u -r1.442 -r1.443 pkgsrc/www/firefox/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1629822961202180 Content-Disposition: inline Content-Length: 2051 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.489 pkgsrc/www/firefox/Makefile:1.490 --- pkgsrc/www/firefox/Makefile:1.489 Sun Aug 22 02:31:50 2021 +++ pkgsrc/www/firefox/Makefile Tue Aug 24 16:36:01 2021 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.489 2021/08/22 02:31:50 ryoon Exp $ +# $NetBSD: Makefile,v 1.490 2021/08/24 16:36:01 ryoon Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 91.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.442 pkgsrc/www/firefox/distinfo:1.443 --- pkgsrc/www/firefox/distinfo:1.442 Sun Aug 22 02:31:50 2021 +++ pkgsrc/www/firefox/distinfo Tue Aug 24 16:36:01 2021 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.442 2021/08/22 02:31:50 ryoon Exp $ +$NetBSD: distinfo,v 1.443 2021/08/24 16:36:01 ryoon Exp $ -SHA1 (firefox-91.0.1.source.tar.xz) = 7d334772d6ddad562bbff4eac2a3a9eff5dab82f -RMD160 (firefox-91.0.1.source.tar.xz) = afca14183bbe9da68bdb36b716fb3a6c19f09701 -SHA512 (firefox-91.0.1.source.tar.xz) = 9388789bfe3dca596542b082d0eca7b1a6d1bbbf69eb97cc445f563d1a5ff0c9b530f3be02ee290805e311b0fcb392a4f5341e9f256d9764a787b43b232bdf67 -Size (firefox-91.0.1.source.tar.xz) = 389052264 bytes +SHA1 (firefox-91.0.2.source.tar.xz) = 953eb52799ae1da9ea63e154e1b3194c10bca8ce +RMD160 (firefox-91.0.2.source.tar.xz) = 22b066a0f891aca3c9512501b01e556a6b5414e5 +SHA512 (firefox-91.0.2.source.tar.xz) = 82084799524db6661d97d9942a01ca9edec2fae6b503c9dd2d79fca78bfef4ee0a888e5f5cf4cfa2b91d9c9392658bb8218bae2b9bec0fbcacfe73a174a4dbe7 +Size (firefox-91.0.2.source.tar.xz) = 381193820 bytes SHA1 (nodejs-output-91.0.tgz) = 4c5220054c1364ff679351c46206f5a4886c03bf RMD160 (nodejs-output-91.0.tgz) = b21fe976a919cd891a757eaba2f4006d8e4ab747 SHA512 (nodejs-output-91.0.tgz) = 3a457101a4aaa5ae955b77c41ba6b0d98eb5dd0ae9d6d8cc77c0c7bc0e844238a9c0d86cd1838ffb6a37ad8851f871c21e4ca1bb59d11e58fc42c5fec88c298c --_----------=_1629822961202180--