Received: by mail.netbsd.org (Postfix, from userid 605) id CCA6D850F0; Sat, 6 Feb 2021 04:52:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 128B084D90 for ; Sat, 6 Feb 2021 04:52:13 +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 qHVnnp0TDgtJ for ; Sat, 6 Feb 2021 04:52:12 +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 859F284CF1 for ; Sat, 6 Feb 2021 04:52:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 79493FA95; Sat, 6 Feb 2021 04:52:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161258713214430" MIME-Version: 1.0 Date: Sat, 6 Feb 2021 04:52:12 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/www/firefox78 To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20210206045212.79493FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161258713214430 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Sat Feb 6 04:52:12 UTC 2021 Modified Files: pkgsrc/www/firefox78: Makefile distinfo Log Message: firefox78: Update to 78.7.1 Changelog: Fixed Security fix Prevent access to NTFS special paths that could lead to filesystem corruption. 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.18 -r1.19 pkgsrc/www/firefox78/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/firefox78/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161258713214430 Content-Disposition: inline Content-Length: 2036 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/firefox78/Makefile diff -u pkgsrc/www/firefox78/Makefile:1.18 pkgsrc/www/firefox78/Makefile:1.19 --- pkgsrc/www/firefox78/Makefile:1.18 Wed Jan 27 05:24:11 2021 +++ pkgsrc/www/firefox78/Makefile Sat Feb 6 04:52:12 2021 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2021/01/27 05:24:11 nia Exp $ +# $NetBSD: Makefile,v 1.19 2021/02/06 04:52:12 ryoon Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 78.7 -MOZ_BRANCH_MINOR= .0esr +MOZ_BRANCH_MINOR= .1esr DISTNAME= firefox-${FIREFOX_VER}.source PKGNAME= ${DISTNAME:S/.source//:S/b/beta/:S/esr//:S/firefox-/firefox78-/} Index: pkgsrc/www/firefox78/distinfo diff -u pkgsrc/www/firefox78/distinfo:1.10 pkgsrc/www/firefox78/distinfo:1.11 --- pkgsrc/www/firefox78/distinfo:1.10 Wed Jan 27 05:24:11 2021 +++ pkgsrc/www/firefox78/distinfo Sat Feb 6 04:52:12 2021 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.10 2021/01/27 05:24:11 nia Exp $ +$NetBSD: distinfo,v 1.11 2021/02/06 04:52:12 ryoon Exp $ -SHA1 (firefox-78.7.0esr.source.tar.xz) = d2c776e31de71a091c6f3c15772ea51d9623e437 -RMD160 (firefox-78.7.0esr.source.tar.xz) = 61594e7351e0998428f26368bfa35ba55ab6f278 -SHA512 (firefox-78.7.0esr.source.tar.xz) = afa37d2f6bbe04715d84a8964f75139042364501c358da98771115d7fe7d23788e95b6ff29d77c064a9cfcd208c1424924017ef2a72cbb79dbb45d6f365f030c -Size (firefox-78.7.0esr.source.tar.xz) = 332849732 bytes +SHA1 (firefox-78.7.1esr.source.tar.xz) = 79b6254bfcbb3c257ffed71b4abbf2c7107725fb +RMD160 (firefox-78.7.1esr.source.tar.xz) = fc01930291e7eaf371b3f76bc5bbcec3693b5c5e +SHA512 (firefox-78.7.1esr.source.tar.xz) = d5828667ab07f5971049092102b7017472a835a3ab8581ba485a528e9b269aafdeeebecb4c882043459c2b901290c5525d795b04c1d4f30f7b74ee6cd7b18646 +Size (firefox-78.7.1esr.source.tar.xz) = 334417504 bytes SHA1 (patch-aa) = 11060461fdaca5661e89651b8ded4a59d2abc4d7 SHA1 (patch-browser_app_profile_firefox.js) = 89cea0a66457c96ad0b94aaa524aa5942ad781d0 SHA1 (patch-build_moz.configure_rust.configure) = ee9e207e67709f3c9455b4d22f5f254890e99ca8 --_----------=_161258713214430--