Gentoo Archives: gentoo-commits

From: Jory Pratt <anarchy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libressl/
Date: Mon, 02 Nov 2020 02:29:10
Message-Id: 1604284140.104632d70665cdb198525ef7f98068801a0070b8.anarchy@gentoo
1 commit: 104632d70665cdb198525ef7f98068801a0070b8
2 Author: Jory Pratt <anarchy <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 2 02:27:12 2020 +0000
4 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 2 02:29:00 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=104632d7
7
8 dev-libs/libressl: Version bump 3.2.2
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.2
11 Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>
12
13 dev-libs/libressl/Manifest | 1 +
14 dev-libs/libressl/libressl-3.2.2.ebuild | 63 +++++++++++++++++++++++++++++++++
15 2 files changed, 64 insertions(+)
16
17 diff --git a/dev-libs/libressl/Manifest b/dev-libs/libressl/Manifest
18 index d3f055151f2..03e1e6b58f7 100644
19 --- a/dev-libs/libressl/Manifest
20 +++ b/dev-libs/libressl/Manifest
21 @@ -4,3 +4,4 @@ DIST libressl-3.1.3.tar.gz 3766345 BLAKE2B 4956fa0ae6030e9e9969d584db3bc0084c4b1
22 DIST libressl-3.1.4.tar.gz 3767238 BLAKE2B e639349e50f985360f2cef01b16b5c8f3c725d4a9bbee1117787174e4de6eb9b14cc8ad5f1704971057dd0f5000eea01f3b172178c534c70d38921418034d94c SHA512 77a53c4294fc332006502dc3af069346e2c9efc9240de7f91eb48e89043525900b5b23652cfd159221c3a482cc01e263611adb752e23b707f965156e3a7cd895
23 DIST libressl-3.2.0.tar.gz 3775925 BLAKE2B 99d74fad16e272be8e3b23b873c35970ce3693e088baf365670ad8e8cbb846e90f4232bbc6c65b70a35060da99b9b210b3debce1c78d531e810de26e3e2f05cb SHA512 e8bf95af4e4e855b0462eb12df8f802102a3bee5bb40fb1859e7c40d9e3ce89f0d2eb0acdd923e7c592b4aeb7ecc556f753c0a12d0dace05d2ef342bffdd9d07
24 DIST libressl-3.2.1.tar.gz 3798341 BLAKE2B 25d4d0fa758d92fd781f39000e631d7cec0a5a8210b2b127b7d49ef0e96e1a20a45f60e6231dcbe379f57f19c1ca8a4dde6205b1cc52ee44d17a4a21da34c98a SHA512 0204177ad0291f3fce4c77ab21cce17785d0239f2ae4be8fbdce5575cc98775186caa0e1851b211c05be07e3cc603111eeaac4379c8977e7b140fedee2551f93
25 +DIST libressl-3.2.2.tar.gz 3839529 BLAKE2B b5c35c85bf9914b49d828963e5089e77ec0b370227f8e36c70eac9a4c9176e90ebec1dccd19fc4d99d58caaba545b78cc5570751bd73a7488e502a9bcca2c5ed SHA512 708f347ec88f0501b5937f1efc8dc15e76a2f99a54f024e21a006349abc9305f64796f7df9fcbc875e13f999a620253b62b138d76f67586f1e432f3956da25e1
26
27 diff --git a/dev-libs/libressl/libressl-3.2.2.ebuild b/dev-libs/libressl/libressl-3.2.2.ebuild
28 new file mode 100644
29 index 00000000000..ab31f204168
30 --- /dev/null
31 +++ b/dev-libs/libressl/libressl-3.2.2.ebuild
32 @@ -0,0 +1,63 @@
33 +# Copyright 1999-2020 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/48"
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 +RESTRICT="!test? ( test )"
52 +REQUIRED_USE="test? ( static-libs )"
53 +
54 +RDEPEND="!dev-libs/openssl:0"
55 +DEPEND="${RDEPEND}"
56 +PDEPEND="app-misc/ca-certificates"
57 +
58 +src_prepare() {
59 + touch crypto/Makefile.in
60 +
61 + sed -i \
62 + -e '/^[ \t]*CFLAGS=/s#-g ##' \
63 + -e '/^[ \t]*CFLAGS=/s#-g"#"#' \
64 + -e '/^[ \t]*CFLAGS=/s#-O2 ##' \
65 + -e '/^[ \t]*CFLAGS=/s#-O2"#"#' \
66 + -e '/^[ \t]*USER_CFLAGS=/s#-O2 ##' \
67 + -e '/^[ \t]*USER_CFLAGS=/s#-O2"#"#' \
68 + configure || die "fixing CFLAGS failed"
69 +
70 + if ! use test ; then
71 + sed -i \
72 + -e '/^[ \t]*SUBDIRS =/s#tests##' \
73 + Makefile.in || die "Removing tests failed"
74 + fi
75 +
76 + eapply "${FILESDIR}"/${PN}-2.8.3-solaris10.patch
77 + eapply_user
78 +
79 + elibtoolize # for Solaris
80 +}
81 +
82 +multilib_src_configure() {
83 + ECONF_SOURCE="${S}" econf \
84 + $(use_enable asm) \
85 + $(use_enable static-libs static)
86 +}
87 +
88 +multilib_src_test() {
89 + emake check
90 +}
91 +
92 +multilib_src_install_all() {
93 + einstalldocs
94 + find "${D}" -name '*.la' -exec rm -f {} + || die
95 +}