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 91DB11384B4 for ; Wed, 30 Dec 2015 03:02:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 376F621C013; Wed, 30 Dec 2015 03:02:25 +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 DEB5D21C013 for ; Wed, 30 Dec 2015 03:02:24 +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 D25293403C1 for ; Wed, 30 Dec 2015 03:02:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 856B213A for ; Wed, 30 Dec 2015 03:02:22 +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: <1451444375.b8bf7a5b9b6f749da6ea5531e035bf46e482f01c.anarchy@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: mail-client/thunderbird/ X-VCS-Repository: proj/mozilla X-VCS-Files: mail-client/thunderbird/thunderbird-38.5.0.ebuild X-VCS-Directories: mail-client/thunderbird/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: b8bf7a5b9b6f749da6ea5531e035bf46e482f01c X-VCS-Branch: master Date: Wed, 30 Dec 2015 03:02:22 +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: b3292906-1862-48a1-86cf-8cd72a4bf3c5 X-Archives-Hash: 9bf132e9dbc2aa0505cf3884bdfc5c28 commit: b8bf7a5b9b6f749da6ea5531e035bf46e482f01c Author: Francisco Blas Izquierdo Riera (klondike) gentoo org> AuthorDate: Wed Dec 30 02:52:53 2015 +0000 Commit: Jory Pratt gentoo org> CommitDate: Wed Dec 30 02:59:35 2015 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=b8bf7a5b Fix the paxmarking of the xpcshell binary as it is no longer in the mozilla directory. This makes the install phase work again on hardened systems. Signed-off-by: Jory A. Pratt gentoo.org> mail-client/thunderbird/thunderbird-38.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-client/thunderbird/thunderbird-38.5.0.ebuild b/mail-client/thunderbird/thunderbird-38.5.0.ebuild index a3fbfee..cae727e 100644 --- a/mail-client/thunderbird/thunderbird-38.5.0.ebuild +++ b/mail-client/thunderbird/thunderbird-38.5.0.ebuild @@ -284,7 +284,7 @@ src_install() { || die # Pax mark xpcshell for hardened support, only used for startupcache creation. - pax-mark m "${BUILD_OBJ_DIR}"/mozilla/dist/bin/xpcshell + pax-mark m "${BUILD_OBJ_DIR}"/dist/bin/xpcshell MOZ_MAKE_FLAGS="${MAKEOPTS}" \ emake DESTDIR="${D}" install