From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6194758973 for ; Thu, 21 Jan 2016 03:47:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3983021C003; Thu, 21 Jan 2016 03:47:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9D33021C003 for ; Thu, 21 Jan 2016 03:47:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 595A13406C0 for ; Thu, 21 Jan 2016 03:47:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 356CBCF7 for ; Thu, 21 Jan 2016 03:47:01 +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: <1453347991.e84c6a3846794ff32a72a2971b367b02d9f58856.anarchy@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: www-client/firefox/ X-VCS-Repository: proj/mozilla X-VCS-Files: www-client/firefox/firefox-44.0_beta9.ebuild X-VCS-Directories: www-client/firefox/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: e84c6a3846794ff32a72a2971b367b02d9f58856 X-VCS-Branch: master Date: Thu, 21 Jan 2016 03:47:01 +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-Archives-Salt: 7fc1c7c0-14ec-40e3-bea3-3f358a800c08 X-Archives-Hash: 96b02d981e5e879d8be078655f4846e6 commit: e84c6a3846794ff32a72a2971b367b02d9f58856 Author: Jory A. Pratt gentoo org> AuthorDate: Thu Jan 21 03:46:31 2016 +0000 Commit: Jory Pratt gentoo org> CommitDate: Thu Jan 21 03:46:31 2016 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=e84c6a38 Revert pax-marking on jit useflag, it will still cause a segfault on hardened. www-client/firefox/firefox-44.0_beta9.ebuild | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/www-client/firefox/firefox-44.0_beta9.ebuild b/www-client/firefox/firefox-44.0_beta9.ebuild index 97d96e3..e2bba63 100644 --- a/www-client/firefox/firefox-44.0_beta9.ebuild +++ b/www-client/firefox/firefox-44.0_beta9.ebuild @@ -358,9 +358,12 @@ PROFILE_EOF || die fi - # Only required for plugins such as adobe flash. - pax-mark m "${ED}"${MOZILLA_FIVE_HOME}/plugin-container - + # Required in order to use plugins and even run firefox on hardened, with jit useflag. + if use jit; then + pax-mark m "${ED}"${MOZILLA_FIVE_HOME}/{firefox,firefox-bin,plugin-container} + else + pax-mark m "${ED}"${MOZILLA_FIVE_HOME}/plugin-container + fi # very ugly hack to make firefox not sigbus on sparc # FIXME: is this still needed??