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 632211396D9 for ; Fri, 10 Nov 2017 12:41:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97068E0EAE; Fri, 10 Nov 2017 12:41:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 74B77E0EAE for ; Fri, 10 Nov 2017 12:41:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 793E233BEB4 for ; Fri, 10 Nov 2017 12:41:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0944C9868 for ; Fri, 10 Nov 2017 12:40:59 +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: <1510317653.98f9e19f1b4b7c20696f7d61a0dab2a9ddf5215b.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libressl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libressl/libressl-2.6.3-r1.ebuild dev-libs/libressl/libressl-2.6.3.ebuild X-VCS-Directories: dev-libs/libressl/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 98f9e19f1b4b7c20696f7d61a0dab2a9ddf5215b X-VCS-Branch: master Date: Fri, 10 Nov 2017 12:40:59 +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: 40046b08-0b14-4b64-8d8e-8dbefd5c914d X-Archives-Hash: 1f20fdd67cd7f95f31cec5f6d69e9cc3 commit: 98f9e19f1b4b7c20696f7d61a0dab2a9ddf5215b Author: Anthony G. Basile gentoo org> AuthorDate: Fri Nov 10 12:40:31 2017 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Fri Nov 10 12:40:53 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98f9e19f dev-libs/libressl: fix RWX GNU_STACK, bug #636960 Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-libs/libressl/{libressl-2.6.3.ebuild => libressl-2.6.3-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-libs/libressl/libressl-2.6.3.ebuild b/dev-libs/libressl/libressl-2.6.3-r1.ebuild similarity index 96% rename from dev-libs/libressl/libressl-2.6.3.ebuild rename to dev-libs/libressl/libressl-2.6.3-r1.ebuild index 6372f13faa6..973160f6917 100644 --- a/dev-libs/libressl/libressl-2.6.3.ebuild +++ b/dev-libs/libressl/libressl-2.6.3-r1.ebuild @@ -47,6 +47,7 @@ multilib_src_install_all() { # Delete cert.pem rm "${ED}"/etc/ssl/cert.pem || die + scanelf -Xe "${ED}"/usr/lib64/libcrypto.so.42.0.0 if ! use static-libs ; then find "${D}" -name '*.a' -exec rm -f {} + || die