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 E4DA2138334 for ; Thu, 30 May 2019 05:45:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 050EDE0839; Thu, 30 May 2019 05:45:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 DC83CE0839 for ; Thu, 30 May 2019 05:45:03 +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 81EAC345289 for ; Thu, 30 May 2019 05:45:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F58E57E for ; Thu, 30 May 2019 05:45:00 +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: <1559195091.4c67dd8ec040800ece6bcda4997f12b8c8431dc1.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-68.0_beta5.ebuild X-VCS-Directories: www-client/firefox/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: 4c67dd8ec040800ece6bcda4997f12b8c8431dc1 X-VCS-Branch: master Date: Thu, 30 May 2019 05:45:00 +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: 69a67e35-4f47-4c9d-b490-c25e7533192b X-Archives-Hash: 760ea4c5fbfce25c4bd7eb20d1dd8085 commit: 4c67dd8ec040800ece6bcda4997f12b8c8431dc1 Author: Jory Pratt gentoo org> AuthorDate: Thu May 30 05:44:51 2019 +0000 Commit: Jory Pratt gentoo org> CommitDate: Thu May 30 05:44:51 2019 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=4c67dd8e www-client/firefox: use sys/prctl.h for linux sandbox Package-Manager: Portage-2.3.67, Repoman-2.3.13 Signed-off-by: Jory Pratt gentoo.org> www-client/firefox/Manifest | 2 +- www-client/firefox/firefox-68.0_beta5.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest index e893c08..d8640dd 100644 --- a/www-client/firefox/Manifest +++ b/www-client/firefox/Manifest @@ -1,2 +1,2 @@ -DIST firefox-68.0-patches-02.tar.xz 13152 BLAKE2B 50b749452718dcc8cd7647e258d6a923c0f82572703a37455d6e98dc3db61a8da9fa51018da5a7bc1d5b9e956cd8c0f77138da332b3ba743435f792c8928ce90 SHA512 6361a09b04f825b0b61e6787b5a54fc0c019162e56db475f83de05020ebf36f5e20ea6e9a00dfc1f13c26900972180a73dd2575e322b6882b057e257b20aa1c4 +DIST firefox-68.0-patches-03.tar.xz 13336 BLAKE2B 36634523be0b8d69d442f45f0d5d331898996615fdf5570155e1cd4ec61692ed8df4bf035f808a31c40ea9aea4e2e420e6a6e1ed9922ac164362deea9c02f33e SHA512 58202723290b7586d1fb3b2aa0fef2f007be02e52f464397e7c27b38f62cb050d47f15955523d02760a565ca7f29b5b018bd00f89a52fe918aafbd61d61d961f DIST firefox-68.0b5.source.tar.xz 293307364 BLAKE2B d7e33042024ae2a014944d006fd1b66d2c2b8b8e17a4f29199eb4ace78ad85238d69c2ec428236ce3fdafed76a983fa83dbff52e2bfba222c4900a29384ec6b4 SHA512 00a73ab22cab47a88267e48966a0421a1aede56f5c3198ed89d2dbc0b61e614a9169300c66687cfbe5834b9aacd87843a3feaa88a3af8df9f0903a0742aed3c2 diff --git a/www-client/firefox/firefox-68.0_beta5.ebuild b/www-client/firefox/firefox-68.0_beta5.ebuild index afb10a4..8127f52 100644 --- a/www-client/firefox/firefox-68.0_beta5.ebuild +++ b/www-client/firefox/firefox-68.0_beta5.ebuild @@ -27,7 +27,7 @@ if [[ ${MOZ_ESR} == 1 ]] ; then fi # Patch version -PATCH="${PN}-68.0-patches-02" +PATCH="${PN}-68.0-patches-03" 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"