Gentoo Archives: gentoo-commits

From: Stefan Strogin <steils@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libressl/
Date: Wed, 02 Oct 2019 00:09:42
Message-Id: 1569974641.f8dffd44d05a3f1c883b0e80f8b3aec20a5ee6a6.steils@gentoo
1 commit: f8dffd44d05a3f1c883b0e80f8b3aec20a5ee6a6
2 Author: Stefan Strogin <steils <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 1 22:15:38 2019 +0000
4 Commit: Stefan Strogin <steils <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 2 00:04:01 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8dffd44
7
8 dev-libs/libressl: version bump to 3.0.1
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.17
11 Signed-off-by: Stefan Strogin <steils <AT> gentoo.org>
12
13 dev-libs/libressl/Manifest | 1 +
14 dev-libs/libressl/libressl-3.0.1.ebuild | 62 +++++++++++++++++++++++++++++++++
15 2 files changed, 63 insertions(+)
16
17 diff --git a/dev-libs/libressl/Manifest b/dev-libs/libressl/Manifest
18 index 733e24a4f32..37752079053 100644
19 --- a/dev-libs/libressl/Manifest
20 +++ b/dev-libs/libressl/Manifest
21 @@ -3,3 +3,4 @@ DIST libressl-2.8.3.tar.gz 3366196 BLAKE2B e32c097b31998d68a31266fbbf3624d5ab8ca
22 DIST libressl-2.9.1.tar.gz 3607116 BLAKE2B a4542d7fc97bfd213162fe908e28b27d52329e2b6a5d77e0cb67d1a6732c500ca772d0c5735c9fcd036c477e6ede330305b4675bfcff9f72fd7886a781f30015 SHA512 7051911e566bb093c48a70da72c9981b870e3bf49a167ba6c934eece873084cc41221fbe3cd0c8baba268d0484070df7164e4b937854e716337540a87c214354
23 DIST libressl-2.9.2.tar.gz 3607549 BLAKE2B 496e993e4f1c85167e0344afab61259d4e3f094a7e5dfac85878191070e2c196753162532efb921fab582481aeda3705fca9a2b48921cba82465192f2c1eef95 SHA512 b43e73e47c1f14da3c702ab42f29f1d67645a4fa425441337bd6c125b481ef78a40fd13e6b34dadb2af337e1c0c190cfb616186d4db9c9a743a37e594b9b8033
24 DIST libressl-3.0.0.tar.gz 3620475 BLAKE2B c1dc1709e60cfbfa9907c206340262b78e1bfb991d3956dfc0a5d8d80f80b61df41059e645f9f096185724470e8466a5b7a444a575f5f09d5a0f9eb35ff3ae7e SHA512 460fa390012218262b7c148a28e6ddfc0dc3d669c4bdd37b68bfa6f50a0cb2fb81a277fb46ae0ac22673aae5b5cc4476fe96e56471a6812176bf76e9c5e10838
25 +DIST libressl-3.0.1.tar.gz 3668819 BLAKE2B 0e0e9db5018f7fd6c5d3f15dd911e375ae51885321fda2a6bef8f56620ca9d8b63d587f5acdf78afafabdd7ee1243c79bdf9b68a890dfc5f76fa45bbaf060563 SHA512 d2d665734d8aab2b998769492cbb1e7fddead52430ef503650c14786196241a6d1137f47b33ddf2037cc1ff13c240283f591dce83ec0da475619679a051d725f
26
27 diff --git a/dev-libs/libressl/libressl-3.0.1.ebuild b/dev-libs/libressl/libressl-3.0.1.ebuild
28 new file mode 100644
29 index 00000000000..65dfe075bbc
30 --- /dev/null
31 +++ b/dev-libs/libressl/libressl-3.0.1.ebuild
32 @@ -0,0 +1,62 @@
33 +# Copyright 1999-2019 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=7
37 +
38 +inherit multilib-minimal libtool
39 +
40 +DESCRIPTION="Free version of the SSL/TLS protocol forked from OpenSSL"
41 +HOMEPAGE="https://www.libressl.org/"
42 +SRC_URI="https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${P}.tar.gz"
43 +
44 +LICENSE="ISC openssl"
45 +# Reflects ABI of libcrypto.so and libssl.so. Since these can differ,
46 +# we'll try to use the max of either. However, if either change between
47 +# versions, we have to change the subslot to trigger rebuild of consumers.
48 +SLOT="0/47"
49 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
50 +IUSE="+asm static-libs test"
51 +REQUIRED_USE="test? ( static-libs )"
52 +
53 +RDEPEND="!dev-libs/openssl:0"
54 +DEPEND="${RDEPEND}"
55 +PDEPEND="app-misc/ca-certificates"
56 +
57 +src_prepare() {
58 + touch crypto/Makefile.in
59 +
60 + sed -i \
61 + -e '/^[ \t]*CFLAGS=/s#-g ##' \
62 + -e '/^[ \t]*CFLAGS=/s#-g"#"#' \
63 + -e '/^[ \t]*CFLAGS=/s#-O2 ##' \
64 + -e '/^[ \t]*CFLAGS=/s#-O2"#"#' \
65 + -e '/^[ \t]*USER_CFLAGS=/s#-O2 ##' \
66 + -e '/^[ \t]*USER_CFLAGS=/s#-O2"#"#' \
67 + configure || die "fixing CFLAGS failed"
68 +
69 + if ! use test ; then
70 + sed -i \
71 + -e '/^[ \t]*SUBDIRS =/s#tests##' \
72 + Makefile.in || die "Removing tests failed"
73 + fi
74 +
75 + eapply "${FILESDIR}"/${PN}-2.8.3-solaris10.patch
76 + eapply_user
77 +
78 + elibtoolize # for Solaris
79 +}
80 +
81 +multilib_src_configure() {
82 + ECONF_SOURCE="${S}" econf \
83 + $(use_enable asm) \
84 + $(use_enable static-libs static)
85 +}
86 +
87 +multilib_src_test() {
88 + emake check
89 +}
90 +
91 +multilib_src_install_all() {
92 + einstalldocs
93 + find "${D}" -name '*.la' -exec rm -f {} + || die
94 +}