Received: by mail.netbsd.org (Postfix, from userid 605) id A797C84E98; Fri, 10 May 2019 19:44:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2EBF084E95 for ; Fri, 10 May 2019 19:44:12 +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 mNU6TgWy-TKo for ; Fri, 10 May 2019 19:44:11 +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 A8D7B84D7E for ; Fri, 10 May 2019 19:44:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A2FBFFB16; Fri, 10 May 2019 19:44:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1557517451196870" MIME-Version: 1.0 Date: Fri, 10 May 2019 19:44:11 +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: <20190510194411.A2FBFFB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1557517451196870 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Fri May 10 19:44:11 UTC 2019 Modified Files: pkgsrc/www/firefox: Makefile distinfo Log Message: Update to 66.0.5 Changelog: Fixed: Further improvements to re-enable web extensions which had been disabled for users with a master password set (Bug 1549249). To generate a diff of this commit: cvs rdiff -u -r1.372 -r1.373 pkgsrc/www/firefox/Makefile cvs rdiff -u -r1.348 -r1.349 pkgsrc/www/firefox/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1557517451196870 Content-Disposition: inline Content-Length: 1976 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.372 pkgsrc/www/firefox/Makefile:1.373 --- pkgsrc/www/firefox/Makefile:1.372 Mon May 6 00:18:51 2019 +++ pkgsrc/www/firefox/Makefile Fri May 10 19:44:11 2019 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.372 2019/05/06 00:18:51 ryoon Exp $ +# $NetBSD: Makefile,v 1.373 2019/05/10 19:44:11 ryoon Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 66.0 -MOZ_BRANCH_MINOR= .4 +MOZ_BRANCH_MINOR= .5 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.348 pkgsrc/www/firefox/distinfo:1.349 --- pkgsrc/www/firefox/distinfo:1.348 Mon May 6 00:18:51 2019 +++ pkgsrc/www/firefox/distinfo Fri May 10 19:44:11 2019 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.348 2019/05/06 00:18:51 ryoon Exp $ +$NetBSD: distinfo,v 1.349 2019/05/10 19:44:11 ryoon Exp $ -SHA1 (firefox-66.0.4.source.tar.xz) = 952611b05481aaf41afd50b57bf88de2ce999734 -RMD160 (firefox-66.0.4.source.tar.xz) = 265b5c31f9b64f384b04c416b0165e0e728b0771 -SHA512 (firefox-66.0.4.source.tar.xz) = 5c1ff2b98ff387af8fd66fc4e76e08bb246e5f6c81a264050ae4c2b7ff0df0afd537a90e30dbb1f78841dc57cfd031b7bead986c0acd5862713854b53f77f12b -Size (firefox-66.0.4.source.tar.xz) = 283007704 bytes +SHA1 (firefox-66.0.5.source.tar.xz) = f2704b63626a6305ce93ee201997d641a9f71ad4 +RMD160 (firefox-66.0.5.source.tar.xz) = 3a595a011b14bc19237717531836507204e3d71c +SHA512 (firefox-66.0.5.source.tar.xz) = 6e62e7bb95a7341471521c372506d9df276249d0c0863d059b0bd27537cddb1060c51f0ee103f79239226d34c6277f3855e1511a083bc4cc442718fc7c5db650 +Size (firefox-66.0.5.source.tar.xz) = 282561836 bytes SHA1 (patch-aa) = 66c2e96c199ed4b0007c9b8b3dd431305502d427 SHA1 (patch-browser_app_profile_firefox.js) = 2ea08bf7030853fe9aff3c43c69266c07f0b0b14 SHA1 (patch-build_moz.configure_old.configure) = 91bab1cbbe02332ec076b49b6e598730202fbc99 --_----------=_1557517451196870--