Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libressl/
Date: Fri, 10 Nov 2017 12:41:03
Message-Id: 1510317653.98f9e19f1b4b7c20696f7d61a0dab2a9ddf5215b.blueness@gentoo
1 commit: 98f9e19f1b4b7c20696f7d61a0dab2a9ddf5215b
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 10 12:40:31 2017 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 10 12:40:53 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98f9e19f
7
8 dev-libs/libressl: fix RWX GNU_STACK, bug #636960
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 dev-libs/libressl/{libressl-2.6.3.ebuild => libressl-2.6.3-r1.ebuild} | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/dev-libs/libressl/libressl-2.6.3.ebuild b/dev-libs/libressl/libressl-2.6.3-r1.ebuild
16 similarity index 96%
17 rename from dev-libs/libressl/libressl-2.6.3.ebuild
18 rename to dev-libs/libressl/libressl-2.6.3-r1.ebuild
19 index 6372f13faa6..973160f6917 100644
20 --- a/dev-libs/libressl/libressl-2.6.3.ebuild
21 +++ b/dev-libs/libressl/libressl-2.6.3-r1.ebuild
22 @@ -47,6 +47,7 @@ multilib_src_install_all() {
23
24 # Delete cert.pem
25 rm "${ED}"/etc/ssl/cert.pem || die
26 + scanelf -Xe "${ED}"/usr/lib64/libcrypto.so.42.0.0
27
28 if ! use static-libs ; then
29 find "${D}" -name '*.a' -exec rm -f {} + || die