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 77F831381F3 for ; Mon, 29 Jul 2013 13:42:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06E6AE09E2; Mon, 29 Jul 2013 13:42:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 908E0E09E2 for ; Mon, 29 Jul 2013 13:42:23 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A524133E9DB for ; Mon, 29 Jul 2013 13:42:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 26BEEE468F for ; Mon, 29 Jul 2013 13:42:21 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1375105483.4ab72b6fa293a24f3a8918f9bba07467b3b48aaf.blueness@gentoo> Subject: [gentoo-commits] proj/hardened-dev:musl commit in: dev-libs/openssl/ X-VCS-Repository: proj/hardened-dev X-VCS-Files: dev-libs/openssl/openssl-1.0.1c-r99.ebuild X-VCS-Directories: dev-libs/openssl/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 4ab72b6fa293a24f3a8918f9bba07467b3b48aaf X-VCS-Branch: musl Date: Mon, 29 Jul 2013 13:42:21 +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: ecb57983-b94f-429e-a0b1-3c4ec296f29c X-Archives-Hash: a359efeffe595e963bf8103166b56b3e commit: 4ab72b6fa293a24f3a8918f9bba07467b3b48aaf Author: Anthony G. Basile gentoo org> AuthorDate: Mon Jul 29 13:44:43 2013 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Mon Jul 29 13:44:43 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=4ab72b6f dev-libs/openssl: diropts fails, let's cheat for now Package-Manager: portage-2.1.12.2 Manifest-Sign-Key: 0xF52D4BBA --- dev-libs/openssl/openssl-1.0.1c-r99.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/openssl/openssl-1.0.1c-r99.ebuild b/dev-libs/openssl/openssl-1.0.1c-r99.ebuild index 35c69f5..6918a7a 100644 --- a/dev-libs/openssl/openssl-1.0.1c-r99.ebuild +++ b/dev-libs/openssl/openssl-1.0.1c-r99.ebuild @@ -203,8 +203,8 @@ src_install() { dodir /etc/sandbox.d #254521 echo 'SANDBOX_PREDICT="/dev/crypto"' > "${D}"/etc/sandbox.d/10openssl - diropts -m0700 - keepdir ${SSL_CNF_DIR}/private + #diropts -m0700 + #keepdir ${SSL_CNF_DIR}/private } pkg_preinst() {