Received: by mail.netbsd.org (Postfix, from userid 605) id A2FCC84E61; Thu, 9 Sep 2021 11:14:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DC1F784D61 for ; Thu, 9 Sep 2021 11:14:00 +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 r7WN92_a9LoI for ; Thu, 9 Sep 2021 11:14:00 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5BB5584CE1 for ; Thu, 9 Sep 2021 11:14:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CEF05FA97; Thu, 9 Sep 2021 11:13:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1631186039109920" MIME-Version: 1.0 Date: Thu, 9 Sep 2021 11:13:59 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/www/firefox91 To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20210909111359.CEF05FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1631186039109920 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Thu Sep 9 11:13:59 UTC 2021 Modified Files: pkgsrc/www/firefox91: Makefile distinfo Log Message: firefox91: update to 91.1.0 This fixes CVE-2021-38495 To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/firefox91/Makefile \ pkgsrc/www/firefox91/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1631186039109920 Content-Disposition: inline Content-Length: 2114 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/firefox91/Makefile diff -u pkgsrc/www/firefox91/Makefile:1.1 pkgsrc/www/firefox91/Makefile:1.2 --- pkgsrc/www/firefox91/Makefile:1.1 Wed Sep 8 22:19:50 2021 +++ pkgsrc/www/firefox91/Makefile Thu Sep 9 11:13:59 2021 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2021/09/08 22:19:50 nia Exp $ +# $NetBSD: Makefile,v 1.2 2021/09/09 11:13:59 nia Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} -MOZ_BRANCH= 91.0 -MOZ_BRANCH_MINOR= .1esr +MOZ_BRANCH= 91.1 +MOZ_BRANCH_MINOR= .0esr DISTNAME= firefox-${FIREFOX_VER}.source PKGNAME= ${DISTNAME:S/.source//:S/b/beta/:S/esr//:S/firefox-/firefox91-/} Index: pkgsrc/www/firefox91/distinfo diff -u pkgsrc/www/firefox91/distinfo:1.1 pkgsrc/www/firefox91/distinfo:1.2 --- pkgsrc/www/firefox91/distinfo:1.1 Wed Sep 8 22:19:50 2021 +++ pkgsrc/www/firefox91/distinfo Thu Sep 9 11:13:59 2021 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.1 2021/09/08 22:19:50 nia Exp $ +$NetBSD: distinfo,v 1.2 2021/09/09 11:13:59 nia Exp $ -SHA1 (firefox-91.0.1esr.source.tar.xz) = 69da1e09a886a884578a772e31a39b7b127b333e -RMD160 (firefox-91.0.1esr.source.tar.xz) = 95bb15e2454deae11b7ae762dbd592d0e1c63c02 -SHA512 (firefox-91.0.1esr.source.tar.xz) = 79703b3ec615d10957350719b2c034df10fd47d140c3557cd7de665ef4430973b97c1906d5408ddaf8855c1424e87eb9b1b568322ad8fbdb956fca219a865d66 -Size (firefox-91.0.1esr.source.tar.xz) = 382907312 bytes +SHA1 (firefox-91.1.0esr.source.tar.xz) = 03e4857cf252ca5467de496a77e73ec7efde2408 +RMD160 (firefox-91.1.0esr.source.tar.xz) = 2f6873048bd5005473bb0a7c69a1d72087f36611 +SHA512 (firefox-91.1.0esr.source.tar.xz) = dad0249eb2ce66eb90ff5daf0dfb63105a19790dd45661d977f7cc889644e86b33b9b0c472f46d4032ae2e4fe02c2cf69d552156fb0ad4cf77a15b3542556ed3 +Size (firefox-91.1.0esr.source.tar.xz) = 380941240 bytes SHA1 (nodejs-output-91.0.tgz) = 4c5220054c1364ff679351c46206f5a4886c03bf RMD160 (nodejs-output-91.0.tgz) = b21fe976a919cd891a757eaba2f4006d8e4ab747 SHA512 (nodejs-output-91.0.tgz) = 3a457101a4aaa5ae955b77c41ba6b0d98eb5dd0ae9d6d8cc77c0c7bc0e844238a9c0d86cd1838ffb6a37ad8851f871c21e4ca1bb59d11e58fc42c5fec88c298c --_----------=_1631186039109920--