Received: by mail.netbsd.org (Postfix, from userid 605) id CD56284DDE; Sat, 12 Aug 2017 04:58:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 613C384DC7 for ; Sat, 12 Aug 2017 04:58:46 +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 t4lMKoQ3K0yo for ; Sat, 12 Aug 2017 04:58:45 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E3E6B84DBF for ; Sat, 12 Aug 2017 04:58:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E1ED2FACE; Sat, 12 Aug 2017 04:58:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_150251392557070" MIME-Version: 1.0 Date: Sat, 12 Aug 2017 04:58:45 +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: <20170812045845.E1ED2FACE@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. --_----------=_150251392557070 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Sat Aug 12 04:58:45 UTC 2017 Modified Files: pkgsrc/www/firefox: Makefile distinfo Log Message: Update to 55.0.1 Changelog: Fixed Fix a regression the tab restoration process (bug 1388160) Fix a problem causing What's new pages not to be displayed (bug 1386224) Fix a rendering issue with some PKCS#11 libraries (bug 1388370) Disable the predictor prefetch (bug 1388160) To generate a diff of this commit: cvs rdiff -u -r1.301 -r1.302 pkgsrc/www/firefox/Makefile cvs rdiff -u -r1.287 -r1.288 pkgsrc/www/firefox/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_150251392557070 Content-Disposition: inline Content-Length: 1995 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.301 pkgsrc/www/firefox/Makefile:1.302 --- pkgsrc/www/firefox/Makefile:1.301 Thu Aug 10 14:46:15 2017 +++ pkgsrc/www/firefox/Makefile Sat Aug 12 04:58:45 2017 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.301 2017/08/10 14:46:15 ryoon Exp $ +# $NetBSD: Makefile,v 1.302 2017/08/12 04:58:45 ryoon Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 55.0 -MOZ_BRANCH_MINOR= +MOZ_BRANCH_MINOR= .1 DISTNAME= firefox-${FIREFOX_VER}.source PKGNAME= firefox-${MOZ_BRANCH}${MOZ_BRANCH_MINOR:S/b/beta/:S/esr//} Index: pkgsrc/www/firefox/distinfo diff -u pkgsrc/www/firefox/distinfo:1.287 pkgsrc/www/firefox/distinfo:1.288 --- pkgsrc/www/firefox/distinfo:1.287 Thu Aug 10 14:46:15 2017 +++ pkgsrc/www/firefox/distinfo Sat Aug 12 04:58:45 2017 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.287 2017/08/10 14:46:15 ryoon Exp $ +$NetBSD: distinfo,v 1.288 2017/08/12 04:58:45 ryoon Exp $ -SHA1 (firefox-55.0.source.tar.xz) = b22a4b66fc7af4706d0838ef2a1d0639bc184055 -RMD160 (firefox-55.0.source.tar.xz) = 2cf480a5b96e6fa983aa3f0789b2ad4bcb2e7eec -SHA512 (firefox-55.0.source.tar.xz) = b3ca0a926faedfc12c859965629330489ac6c05730a0dc38748704a1a25e876decfba78a3d665e22a6773b0a3bfed3109cd624be77d130785b4097d6d9f9c94b -Size (firefox-55.0.source.tar.xz) = 235014712 bytes +SHA1 (firefox-55.0.1.source.tar.xz) = 8ec2a864e277b4acc31ea96806aae3b90f1a4038 +RMD160 (firefox-55.0.1.source.tar.xz) = 38156cc7207d0ac4c9df2d5f997912aef40c22b1 +SHA512 (firefox-55.0.1.source.tar.xz) = 2c15cb3e1a9f464f63ff7ac8ccf0625ed845a5cb9b186d7acf121c439cec38bcdeee93630e99dbfd336f1b7e60a7c09822a1eba59f308bba8866f155b2ed1c47 +Size (firefox-55.0.1.source.tar.xz) = 236278024 bytes SHA1 (patch-aa) = 373af8f1df58d20e015b231625e60914554fb779 SHA1 (patch-browser_base_content_baseMenuOverlay.xul) = 1d8959e2df0b546e381cf0e5af71808e8e7bebd7 SHA1 (patch-browser_components_nsBrowserGlue.js) = c27a9a57056ed3227e60f5663d9275ef4204ab39 --_----------=_150251392557070--