Received: by mail.netbsd.org (Postfix, from userid 605) id C6C4184F86; Sun, 22 Aug 2021 02:31:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0967D84F73 for ; Sun, 22 Aug 2021 02:31:51 +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 rTwdifqZNw26 for ; Sun, 22 Aug 2021 02:31:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6D8D684EC9 for ; Sun, 22 Aug 2021 02:31:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5F307FA97; Sun, 22 Aug 2021 02:31:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1629599510212460" MIME-Version: 1.0 Date: Sun, 22 Aug 2021 02:31:50 +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: <20210822023150.5F307FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1629599510212460 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Sun Aug 22 02:31:50 UTC 2021 Modified Files: pkgsrc/www/firefox: Makefile distinfo Log Message: firefox: Update to 91.0.1 Changelog: Fixed * Fixed an issue causing buttons on the tab bar to be resized when loading certain websites (bug 1704404) * Fixed an issue which caused tabs from private windows to be visible in non-private windows when viewing switch-to-tab results in the address bar panel (bug 1720369) * Various stability fixes * Security fix Security fixes: #CVE-2021-29991: Header Splitting possible with HTTP/3 Responses To generate a diff of this commit: cvs rdiff -u -r1.488 -r1.489 pkgsrc/www/firefox/Makefile cvs rdiff -u -r1.441 -r1.442 pkgsrc/www/firefox/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1629599510212460 Content-Disposition: inline Content-Length: 2041 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.488 pkgsrc/www/firefox/Makefile:1.489 --- pkgsrc/www/firefox/Makefile:1.488 Fri Aug 13 14:57:52 2021 +++ pkgsrc/www/firefox/Makefile Sun Aug 22 02:31:50 2021 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.488 2021/08/13 14:57:52 ryoon Exp $ +# $NetBSD: Makefile,v 1.489 2021/08/22 02:31:50 ryoon Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 91.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.441 pkgsrc/www/firefox/distinfo:1.442 --- pkgsrc/www/firefox/distinfo:1.441 Fri Aug 13 14:57:52 2021 +++ pkgsrc/www/firefox/distinfo Sun Aug 22 02:31:50 2021 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.441 2021/08/13 14:57:52 ryoon Exp $ +$NetBSD: distinfo,v 1.442 2021/08/22 02:31:50 ryoon Exp $ -SHA1 (firefox-91.0.source.tar.xz) = b1121b8165bef5afc81864a6e114288371ee4697 -RMD160 (firefox-91.0.source.tar.xz) = 4de0bca53714741367fdad47731887f98531a005 -SHA512 (firefox-91.0.source.tar.xz) = a02486a3996570e0cc815e92c98890bca1d27ce0018c2ee3d4bff9a6e54dbc8f5926fea8b5864f208e15389d631685b2add1e4e9e51146e40224d16d5c02f730 -Size (firefox-91.0.source.tar.xz) = 380788436 bytes +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 (nodejs-output-91.0.tgz) = 4c5220054c1364ff679351c46206f5a4886c03bf RMD160 (nodejs-output-91.0.tgz) = b21fe976a919cd891a757eaba2f4006d8e4ab747 SHA512 (nodejs-output-91.0.tgz) = 3a457101a4aaa5ae955b77c41ba6b0d98eb5dd0ae9d6d8cc77c0c7bc0e844238a9c0d86cd1838ffb6a37ad8851f871c21e4ca1bb59d11e58fc42c5fec88c298c --_----------=_1629599510212460--