Received: by mail.netbsd.org (Postfix, from userid 605) id C471C84D90; Sat, 6 Feb 2021 05:02:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EFAE6850F0 for ; Sat, 6 Feb 2021 05:02: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 eELIMeaOYd_z for ; Sat, 6 Feb 2021 05:02:51 +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 6553284CF1 for ; Sat, 6 Feb 2021 05:02:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 59217FA95; Sat, 6 Feb 2021 05:02:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161258777194410" MIME-Version: 1.0 Date: Sat, 6 Feb 2021 05:02:51 +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: <20210206050251.59217FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161258777194410 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Sat Feb 6 05:02:51 UTC 2021 Modified Files: pkgsrc/www/firefox: Makefile distinfo Log Message: firefox: Update to 85.0.1 Changelog: Fixed Security fix Prevent access to NTFS special paths that could lead to filesystem corruption. Fixed a crash when authenticating to websites using SPNEGO on macOS devices with Apple Silicon CPUs (bug 1685427). Avoid printing an extra blank page at the end of some documents (bug 1689789). Fixed a browser crash in case of unexpected Cache API state (bug 1684838). Fixed external URL scheme handlers when using the Firefox flatpak (bug 1688966) Security fix: #MOZ-2021-0001: Buffer overflow in depth pitch calculations for compressed textures To generate a diff of this commit: cvs rdiff -u -r1.466 -r1.467 pkgsrc/www/firefox/Makefile cvs rdiff -u -r1.426 -r1.427 pkgsrc/www/firefox/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161258777194410 Content-Disposition: inline Content-Length: 1967 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.466 pkgsrc/www/firefox/Makefile:1.467 --- pkgsrc/www/firefox/Makefile:1.466 Tue Jan 26 15:02:55 2021 +++ pkgsrc/www/firefox/Makefile Sat Feb 6 05:02:51 2021 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.466 2021/01/26 15:02:55 ryoon Exp $ +# $NetBSD: Makefile,v 1.467 2021/02/06 05:02:51 ryoon Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 85.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.426 pkgsrc/www/firefox/distinfo:1.427 --- pkgsrc/www/firefox/distinfo:1.426 Tue Jan 26 15:02:55 2021 +++ pkgsrc/www/firefox/distinfo Sat Feb 6 05:02:51 2021 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.426 2021/01/26 15:02:55 ryoon Exp $ +$NetBSD: distinfo,v 1.427 2021/02/06 05:02:51 ryoon Exp $ -SHA1 (firefox-85.0.source.tar.xz) = e6825bbe53e9d117607e67b84785d7ef4efb138a -RMD160 (firefox-85.0.source.tar.xz) = 2e9eb89725051aa5622671263f8a9ba35428222f -SHA512 (firefox-85.0.source.tar.xz) = a88472e66baab32d98cb9d13d7dd3c41b47a697ce2a42209612d2342bd6c1c26cd80cdd8905a4cecc72895f155df09762735e8af24bc6156663b7a14e890be4e -Size (firefox-85.0.source.tar.xz) = 378300292 bytes +SHA1 (firefox-85.0.1.source.tar.xz) = 1a37ebb72ca2462bbf8f2167f65279d186211bc0 +RMD160 (firefox-85.0.1.source.tar.xz) = f4142da4610f177d8915f47098e840c78d0a8f10 +SHA512 (firefox-85.0.1.source.tar.xz) = ad2b72ec209ca14ec78ebcb4718553119f74895e951a5254f9a1e0fc9d7cad3087a7dd4f82368c2845e3018bb3677853241e9c1e575f03e9b7b565e65b860e22 +Size (firefox-85.0.1.source.tar.xz) = 368519204 bytes SHA1 (patch-aa) = 11060461fdaca5661e89651b8ded4a59d2abc4d7 SHA1 (patch-browser_app_profile_firefox.js) = 89cea0a66457c96ad0b94aaa524aa5942ad781d0 SHA1 (patch-build_moz.configure_rust.configure) = 25ddfacd29cebbc6db005dbe61a2a7446d480678 --_----------=_161258777194410--