Received: by mail.netbsd.org (Postfix, from userid 605) id 81C9984D66; Thu, 11 Apr 2019 13:42:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0B25584D24 for ; Thu, 11 Apr 2019 13:42:33 +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 IFNXCz9NUpT3 for ; Thu, 11 Apr 2019 13:42:32 +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 8178A84CFD for ; Thu, 11 Apr 2019 13:42:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7B342FB16; Thu, 11 Apr 2019 13:42:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1554990152247580" MIME-Version: 1.0 Date: Thu, 11 Apr 2019 13:42:32 +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: <20190411134232.7B342FB16@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. --_----------=_1554990152247580 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Thu Apr 11 13:42:32 UTC 2019 Modified Files: pkgsrc/www/firefox: Makefile distinfo Log Message: Update to 66.0.3 Changelog: Fixed Address bar on tablets running Windows 10 now behaves correctly (Bug 1498973) Performance issues with some HTML5 games (Bug 1537609) Fixed a bug with keypress events in IBM cloud applications (Bug 1538970) Fix for keypress events in some Microsoft cloud applications (Bug 1539618) Changed Updated Baidu search plugin To generate a diff of this commit: cvs rdiff -u -r1.368 -r1.369 pkgsrc/www/firefox/Makefile cvs rdiff -u -r1.345 -r1.346 pkgsrc/www/firefox/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1554990152247580 Content-Disposition: inline Content-Length: 2114 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.368 pkgsrc/www/firefox/Makefile:1.369 --- pkgsrc/www/firefox/Makefile:1.368 Wed Apr 3 00:33:11 2019 +++ pkgsrc/www/firefox/Makefile Thu Apr 11 13:42:32 2019 @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.368 2019/04/03 00:33:11 ryoon Exp $ +# $NetBSD: Makefile,v 1.369 2019/04/11 13:42:32 ryoon Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 66.0 -MOZ_BRANCH_MINOR= .2 +MOZ_BRANCH_MINOR= .3 DISTNAME= firefox-${FIREFOX_VER}.source PKGNAME= ${DISTNAME:S/.source//:S/b/beta/:S/esr//} -PKGREVISION= 1 CATEGORIES= www MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/} EXTRACT_SUFX= .tar.xz Index: pkgsrc/www/firefox/distinfo diff -u pkgsrc/www/firefox/distinfo:1.345 pkgsrc/www/firefox/distinfo:1.346 --- pkgsrc/www/firefox/distinfo:1.345 Mon Apr 1 12:27:52 2019 +++ pkgsrc/www/firefox/distinfo Thu Apr 11 13:42:32 2019 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.345 2019/04/01 12:27:52 ryoon Exp $ +$NetBSD: distinfo,v 1.346 2019/04/11 13:42:32 ryoon Exp $ -SHA1 (firefox-66.0.2.source.tar.xz) = e54ee04bbe2bdda29a8f56009cd2851d97f63f1e -RMD160 (firefox-66.0.2.source.tar.xz) = d28a43f14d6794ed65c651b4477f68740de988ea -SHA512 (firefox-66.0.2.source.tar.xz) = 2246f3aed4e8a1d557a2383204e926c45d63d7977032512982b3698da4d6260b67fa91507f1a103af0af77198b7ffb34d6609159729aa7bf1c7c16cf2f7efc5b -Size (firefox-66.0.2.source.tar.xz) = 280704196 bytes +SHA1 (firefox-66.0.3.source.tar.xz) = 531b26c12a3c838bd5539e6f3497ae57206c7534 +RMD160 (firefox-66.0.3.source.tar.xz) = 868227674cdc2e92c4c0c183878a77907ed5e938 +SHA512 (firefox-66.0.3.source.tar.xz) = e857408ffa4acb8676fe3f40cbbdf6c8f0913c6392568cdea8783a94140a4fdff95d117d1a1bfe890097833230b72729f58cdb1df2b552533bb21bd1fe7d77c3 +Size (firefox-66.0.3.source.tar.xz) = 281164936 bytes SHA1 (patch-aa) = 66c2e96c199ed4b0007c9b8b3dd431305502d427 SHA1 (patch-browser_app_profile_firefox.js) = 2ea08bf7030853fe9aff3c43c69266c07f0b0b14 SHA1 (patch-build_moz.configure_old.configure) = 91bab1cbbe02332ec076b49b6e598730202fbc99 --_----------=_1554990152247580--