Received: by mail.netbsd.org (Postfix, from userid 605) id 1D04A84D58; Tue, 8 May 2018 10:38:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9807384D3C for ; Tue, 8 May 2018 10:38:58 +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 es4LCcuEml5z for ; Tue, 8 May 2018 10:38:58 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2455B84C81 for ; Tue, 8 May 2018 10:38:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1F1BFFBEC; Tue, 8 May 2018 10:38:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1525775938166650" MIME-Version: 1.0 Date: Tue, 8 May 2018 10:38:58 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/www/firefox To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20180508103858.1F1BFFBEC@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. --_----------=_1525775938166650 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: maya Date: Tue May 8 10:38:58 UTC 2018 Modified Files: pkgsrc/www/firefox: Makefile distinfo Log Message: firefox: update to 59.0.3 Fix for compatibility with Windows 10 April 2018 update (Bug 1452619) To generate a diff of this commit: cvs rdiff -u -r1.329 -r1.330 pkgsrc/www/firefox/Makefile cvs rdiff -u -r1.313 -r1.314 pkgsrc/www/firefox/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1525775938166650 Content-Disposition: inline Content-Length: 2066 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.329 pkgsrc/www/firefox/Makefile:1.330 --- pkgsrc/www/firefox/Makefile:1.329 Sun Apr 29 13:36:00 2018 +++ pkgsrc/www/firefox/Makefile Tue May 8 10:38:57 2018 @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.329 2018/04/29 13:36:00 martin Exp $ +# $NetBSD: Makefile,v 1.330 2018/05/08 10:38:57 maya Exp $ -FIREFOX_HGREV= 239e434d6d2b8e1e2b697c3416d1e96d48fe98e5 -FIREFOX_VER= 59.0.2 +FIREFOX_HGREV= 6b51784853e47e091d213d421a19cb623af718f0 +FIREFOX_VER= 59.0.3 DISTNAME= firefox-${FIREFOX_VER} -PKGREVISION= 4 CATEGORIES= www MASTER_SITES+= -https://hg.mozilla.org/releases/mozilla-release/archive/${FIREFOX_HGREV}${EXTRACT_SUFX} EXTRACT_SUFX= .tar.bz2 Index: pkgsrc/www/firefox/distinfo diff -u pkgsrc/www/firefox/distinfo:1.313 pkgsrc/www/firefox/distinfo:1.314 --- pkgsrc/www/firefox/distinfo:1.313 Sun Apr 29 13:27:08 2018 +++ pkgsrc/www/firefox/distinfo Tue May 8 10:38:57 2018 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.313 2018/04/29 13:27:08 martin Exp $ +$NetBSD: distinfo,v 1.314 2018/05/08 10:38:57 maya Exp $ -SHA1 (firefox-59.0.2.tar.bz2) = 8fcf726b4d23716c7ff2b7ebc6527782b5bafe9c -RMD160 (firefox-59.0.2.tar.bz2) = ff7ab2f9da93eda98de8aecb4563cfd176b896d9 -SHA512 (firefox-59.0.2.tar.bz2) = db8f55954df3af554e7a614eaece4aed995794dac6e2d828b2f9c175d8a6b89e109c26ced41a43df9ad24e01d079cadf13d16c6a9bdd1887bc9898d34408e8e6 -Size (firefox-59.0.2.tar.bz2) = 304965099 bytes +SHA1 (firefox-59.0.3.tar.bz2) = 82f69f2eeef9316abb096518fff8e95386e0f1e1 +RMD160 (firefox-59.0.3.tar.bz2) = 011ada8789adeebf4cc83e488e44fe6c4863469f +SHA512 (firefox-59.0.3.tar.bz2) = 174b83949106bbc0d60f0c2ad622acfb2ac3a7c21911ca6e16f5c2575825cbfe26c7324d2774aca6735870e52f4d6cd140ab0d9a94514c2681f4e301e342019b +Size (firefox-59.0.3.tar.bz2) = 304965690 bytes SHA1 (patch-aa) = aca3d55271df926da793d7a0543f522d42e67f9d SHA1 (patch-browser_app_profile_firefox.js) = 1f9b9959aeffb41465c437a0fd747f265cdea6b4 SHA1 (patch-build_gyp.mozbuild) = 77e0954a796337b24572674cd1d14d4a5cab8e6e --_----------=_1525775938166650--