From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6D20B138335 for ; Fri, 26 Apr 2019 23:32:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59DCAE08B0; Fri, 26 Apr 2019 23:32:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3ECD2E08B0 for ; Fri, 26 Apr 2019 23:32:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8F8683429D6 for ; Fri, 26 Apr 2019 23:32:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19C315CD for ; Fri, 26 Apr 2019 23:32:47 +0000 (UTC) From: "Jory Pratt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jory Pratt" Message-ID: <1556321509.ef80d539336ece6d786d99ae8724770eb1b1d14b.anarchy@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: www-client/firefox/ X-VCS-Repository: proj/mozilla X-VCS-Files: www-client/firefox/Manifest www-client/firefox/firefox-67.0_beta14.ebuild X-VCS-Directories: www-client/firefox/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: ef80d539336ece6d786d99ae8724770eb1b1d14b X-VCS-Branch: master Date: Fri, 26 Apr 2019 23:32:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 633131e2-23f2-4343-a719-6dea551dde5e X-Archives-Hash: 9d307222aabcb179198b16259a33d507 commit: ef80d539336ece6d786d99ae8724770eb1b1d14b Author: Jory Pratt gentoo org> AuthorDate: Fri Apr 26 23:31:49 2019 +0000 Commit: Jory Pratt gentoo org> CommitDate: Fri Apr 26 23:31:49 2019 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=ef80d539 www-client/firefox: add SYS_membarrier support to sandbox Package-Manager: Portage-2.3.65, Repoman-2.3.12 Signed-off-by: Jory Pratt gentoo.org> www-client/firefox/Manifest | 2 +- www-client/firefox/firefox-67.0_beta14.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest index bd7b7ba..036ff38 100644 --- a/www-client/firefox/Manifest +++ b/www-client/firefox/Manifest @@ -1,2 +1,2 @@ -DIST firefox-67.0-patches-03.tar.xz 151356 BLAKE2B fa9b31ed62d4f646727cd28754028a6b7d55c209e2c0159fde17fae45b13b3993f9119dac9ba6639dab2bbd022a9cacc21f272c2b6e8e16e7e00f3a377426a02 SHA512 46157e772266af3007986af9f6170f2dce60a28e0d951341184059ba01fbf2671b7cf2b5a2653e0bf093330eac6fd14005ea4f4f49ba23500b5bbd679bd182f5 +DIST firefox-67.0-patches-04.tar.xz 151904 BLAKE2B b63b353f2c64007454d3f9bf58ccb615b056bf18119d8f88b23344aa31ae9a8728ac704b9e2a90a37ccf93ee38e0f23b941f70441b367722d3b73b9893d56867 SHA512 c6004f2aa51f46b38ea44c9ae4b18eb7be0b8ef21185660d7ebeec9338b319dcc87d52205523a2554cb63b26fcdb935004c8142510fd77b8787b2777d4091b55 DIST firefox-67.0b14.source.tar.xz 282615088 BLAKE2B 8b8f02f9167a45bed2c7f86b4a220f36e06949f6ccd4b85353a0bbdc24198a631275abe6cd7a021ca01bd947e91cc5ff9a8c188118539117c8d44b6ebbd09936 SHA512 9bb000b669256da9ab15e6f06c34de733bc880c85e39a6580a20eb825195b13bf570beab542d363cdb880345b8606925550901f0ed61b1c78e26c2c8dea16d7f diff --git a/www-client/firefox/firefox-67.0_beta14.ebuild b/www-client/firefox/firefox-67.0_beta14.ebuild index 733d949..f1615d8 100644 --- a/www-client/firefox/firefox-67.0_beta14.ebuild +++ b/www-client/firefox/firefox-67.0_beta14.ebuild @@ -27,7 +27,7 @@ if [[ ${MOZ_ESR} == 1 ]] ; then fi # Patch version -PATCH="${PN}-67.0-patches-03" +PATCH="${PN}-67.0-patches-04" MOZ_HTTP_URI="https://archive.mozilla.org/pub/${PN}/releases" MOZ_SRC_URI="${MOZ_HTTP_URI}/${MOZ_PV}/source/firefox-${MOZ_PV}.source.tar.xz"