Received: by mail.netbsd.org (Postfix, from userid 605) id AB77E84D99; Thu, 10 Jan 2019 13:38:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 86AB984D6A for ; Thu, 10 Jan 2019 13:37:41 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id f7QEmSAaM5D5 for ; Thu, 10 Jan 2019 13:37:41 +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 03C4284D24 for ; Thu, 10 Jan 2019 13:37:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E617EFB16; Thu, 10 Jan 2019 13:37:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_154712746089000" MIME-Version: 1.0 Date: Thu, 10 Jan 2019 13:37:40 +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: <20190110133740.E617EFB16@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. --_----------=_154712746089000 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Thu Jan 10 13:37:40 UTC 2019 Modified Files: pkgsrc/www/firefox: Makefile distinfo Log Message: Update to 64.0.2 Changelog: Fixed Fixed a browser crash on MacOS (bug 1510058) Updated the Japanese translation for missing strings (bug 1513259) Properly restore column sizes in developer tools inspector (bug 1503175) Fixed video stuttering on Youtube (bug 1513511) Fix updates for some lightweight themes (bug 1508777) To generate a diff of this commit: cvs rdiff -u -r1.353 -r1.354 pkgsrc/www/firefox/Makefile cvs rdiff -u -r1.334 -r1.335 pkgsrc/www/firefox/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_154712746089000 Content-Disposition: inline Content-Length: 1966 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.353 pkgsrc/www/firefox/Makefile:1.354 --- pkgsrc/www/firefox/Makefile:1.353 Wed Dec 12 14:08:50 2018 +++ pkgsrc/www/firefox/Makefile Thu Jan 10 13:37:40 2019 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.353 2018/12/12 14:08:50 ryoon Exp $ +# $NetBSD: Makefile,v 1.354 2019/01/10 13:37:40 ryoon Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 64.0 -MOZ_BRANCH_MINOR= +MOZ_BRANCH_MINOR= .2 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.334 pkgsrc/www/firefox/distinfo:1.335 --- pkgsrc/www/firefox/distinfo:1.334 Wed Dec 12 14:08:50 2018 +++ pkgsrc/www/firefox/distinfo Thu Jan 10 13:37:40 2019 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.334 2018/12/12 14:08:50 ryoon Exp $ +$NetBSD: distinfo,v 1.335 2019/01/10 13:37:40 ryoon Exp $ -SHA1 (firefox-64.0.source.tar.xz) = 2a484615aea59fb4b01931d49f0043de0a543aaa -RMD160 (firefox-64.0.source.tar.xz) = 5f27f91203c28f7e06c789d3f57068a8c698c991 -SHA512 (firefox-64.0.source.tar.xz) = 1aaabcaf133f76edd1a92037a1a8ca4c6dad2efadc6cd97724d4bf4a5a6af63b662a68f9f8bfc41cf6482b44fbf4bf8943a0e82fd08cf9e2aa219b6a97fff541 -Size (firefox-64.0.source.tar.xz) = 271865888 bytes +SHA1 (firefox-64.0.2.source.tar.xz) = a2a4199b61456ed6c051066f00715ad3042b3817 +RMD160 (firefox-64.0.2.source.tar.xz) = 7c10e29e8dc766adccf877b2ad87e1f8a59146b7 +SHA512 (firefox-64.0.2.source.tar.xz) = ad1e299fb0e1cc35ef7414d6ffc50edb14c365fce7e9383ea82f77c9f38f408024e2941952ead5b39725a7078a43493617924626cac723a0518e4504a2afbfbb +Size (firefox-64.0.2.source.tar.xz) = 273075852 bytes SHA1 (patch-aa) = 649bafc86814ed9819a51f8347c5058123bd2d51 SHA1 (patch-browser_app_profile_firefox.js) = 1703cf075c25cdb6b55b2430b697506c5a35ebdf SHA1 (patch-build_moz.configure_old.configure) = 91bab1cbbe02332ec076b49b6e598730202fbc99 --_----------=_154712746089000--