Received: by mail.netbsd.org (Postfix, from userid 605) id 5038384E1C; Mon, 6 May 2019 09:31:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C724C84DFF for ; Mon, 6 May 2019 09:31:37 +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 Fie_WPobHioi for ; Mon, 6 May 2019 09:31:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 46F3F84D68 for ; Mon, 6 May 2019 09:31:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3AEBEFB16; Mon, 6 May 2019 09:31:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1557135097289260" MIME-Version: 1.0 Date: Mon, 6 May 2019 09:31:37 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/www/firefox60 To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20190506093137.3AEBEFB16@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. --_----------=_1557135097289260 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Mon May 6 09:31:37 UTC 2019 Modified Files: pkgsrc/www/firefox60: Makefile distinfo Log Message: Update to 60.6.2 Changelog: Fixed: Repaired certificate chain to re-enable web extensions that had been disabled To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/www/firefox60/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/firefox60/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1557135097289260 Content-Disposition: inline Content-Length: 2191 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/firefox60/Makefile diff -u pkgsrc/www/firefox60/Makefile:1.19 pkgsrc/www/firefox60/Makefile:1.20 --- pkgsrc/www/firefox60/Makefile:1.19 Sun May 5 22:49:52 2019 +++ pkgsrc/www/firefox60/Makefile Mon May 6 09:31:37 2019 @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.19 2019/05/05 22:49:52 ryoon Exp $ +# $NetBSD: Makefile,v 1.20 2019/05/06 09:31:37 ryoon Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 60.6 -MOZ_BRANCH_MINOR= .1esr +MOZ_BRANCH_MINOR= .2esr DISTNAME= firefox-${FIREFOX_VER}.source PKGNAME= firefox${MOZ_BRANCH:C/\..*$//}-${MOZ_BRANCH}${MOZ_BRANCH_MINOR:S/b/beta/:S/esr//} -PKGREVISION= 2 CATEGORIES= www MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/} EXTRACT_SUFX= .tar.xz Index: pkgsrc/www/firefox60/distinfo diff -u pkgsrc/www/firefox60/distinfo:1.9 pkgsrc/www/firefox60/distinfo:1.10 --- pkgsrc/www/firefox60/distinfo:1.9 Sun Mar 24 12:36:42 2019 +++ pkgsrc/www/firefox60/distinfo Mon May 6 09:31:37 2019 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.9 2019/03/24 12:36:42 ryoon Exp $ +$NetBSD: distinfo,v 1.10 2019/05/06 09:31:37 ryoon Exp $ -SHA1 (firefox-60.6.1esr.source.tar.xz) = e8195241b33efb4fbd3dcc01b744ec815f04e2c8 -RMD160 (firefox-60.6.1esr.source.tar.xz) = 57d1eb61836a1b15a07d05697d15ed718c5c0b83 -SHA512 (firefox-60.6.1esr.source.tar.xz) = a1683e9ad551c2aa6b84013216393fe1f7107728c253ed8e5700d419cf0956513110ed4e1b5dbac3e3bc23930e3024706f1b24d405b6edcdf8c175b03ab241ed -Size (firefox-60.6.1esr.source.tar.xz) = 269197532 bytes +SHA1 (firefox-60.6.2esr.source.tar.xz) = 3a1308fcb92761a5f95db7d34c143b08a5401c47 +RMD160 (firefox-60.6.2esr.source.tar.xz) = e299be61f49fc0408616f7417187a8254b326640 +SHA512 (firefox-60.6.2esr.source.tar.xz) = ed4bf61555dcdae953b0a2f7bc23fae581b1c205d401e1bec524f62044455774c5cb18566bc2c96a6465bfd0d2b504fa94fbc719c4a46ea80eec2b776e86309f +Size (firefox-60.6.2esr.source.tar.xz) = 271234924 bytes SHA1 (patch-aa) = fdabcc9b055f6439fdbda9b38ab7cec08ff3e231 SHA1 (patch-browser_app_profile_firefox.js) = 9a43095d94f83f315b9a3ce4a7b0a4301e9c40e6 SHA1 (patch-build_moz.configure_old.configure) = 1df6867eaf73a350fbe8fcd5bd34e1fcab09d707 --_----------=_1557135097289260--