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: Mon, 01 Aug 2016 22:40:13
Message-Id: 1470091203.116b1670c7888c1163761ce473b9ca0041180b41.blueness@gentoo
1 commit: 116b1670c7888c1163761ce473b9ca0041180b41
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 1 22:39:47 2016 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 1 22:40:03 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=116b1670
7
8 dev-libs/libressl: version bump to 2.3.7 and 2.4.2, remove older
9
10 Package-Manager: portage-2.2.28
11
12 dev-libs/libressl/Manifest | 5 +--
13 dev-libs/libressl/libressl-2.2.9.ebuild | 47 ----------------------
14 ...libressl-2.3.6.ebuild => libressl-2.3.7.ebuild} | 0
15 ...libressl-2.4.1.ebuild => libressl-2.4.2.ebuild} | 0
16 4 files changed, 2 insertions(+), 50 deletions(-)
17
18 diff --git a/dev-libs/libressl/Manifest b/dev-libs/libressl/Manifest
19 index 829e1b9..21b0d15 100644
20 --- a/dev-libs/libressl/Manifest
21 +++ b/dev-libs/libressl/Manifest
22 @@ -1,3 +1,2 @@
23 -DIST libressl-2.2.9.tar.gz 2959045 SHA256 710ff377ea83637239d5010f4d261f5f91c7fdce91a38974149acd03e45c4c44 SHA512 904519f5547d00ac959c9824fbc7aa22b50492b3932bc195ad59de1d16ebb02394feb9ac95890aab96d99de4820fb3276b660cb7a329054a2954b527a523f6ff WHIRLPOOL b95d480bc968a2b32c95959f4de9ddd1c9f439a349e8d37633ea840a7688a8f6189bd15e2efa982ac0dc7b63a47d488dffdf4c09d480dbbe247e4b48a6eac643
24 -DIST libressl-2.3.6.tar.gz 3013459 SHA256 358a4779e6813bd06f07db0cf0f0fe531401ed0c6ed958973d404416c3d537fa SHA512 d170fb6a457d3ad1861522f47ce27754dc13740575ef1ea397748b18709c3b17e3793a790d68791e3dc421a3e33de0d0ad023ceb8de132b2351f4ce00c8c67e9 WHIRLPOOL efa437081cadecabd4f498a9f672d91d512791448452498c2c5019ea14915d05dd9982dae745e8ed80e16ca714cb8175d154738e2b7c0d65d5d75c1fd877ea2b
25 -DIST libressl-2.4.1.tar.gz 3024529 SHA256 121922b13169cd47a85e3e77f0bc129f8d04247193b42491cb1fab9074e80477 SHA512 61db009bf13e409a822e8438cf6dee4ac3e7d763e548d4afa9bf493c0a24aad760438793eb66d3b9a6e6b3f05a61f6dd26ca4a3368587fe6b8214d5f4a814560 WHIRLPOOL 46defeab207485808c8581aa86b00d556c1226948dc597ae21daee9e06b67275a6fa0a75926af6402839014324dde742620aa7d8ab7436e94a9f97db109cdd05
26 +DIST libressl-2.3.7.tar.gz 3013807 SHA256 f59f5d859ce4867cc4761a13d02024f699491e277d54a9fe76e053e5b5f70860 SHA512 5774ab7aa0e4c8f7c61c01192d6c5a782cef57022fcdc64cc61180b4f2ae483145c2e91d56eae78db27dfce04a7ca67fb63e6ce8a8b84b4bc961f65a2a108747 WHIRLPOOL e68251d15a9a2dc9d35b3a4bfd092f7e030d0ba03339f000f201bd297190538368b12324336e5437800bf3b2f481ff739027d30f3f26367ddd48937f35a8f4a3
27 +DIST libressl-2.4.2.tar.gz 3021644 SHA256 5f87d778e5d62822d60e38fa9621c1c5648fc559d198ba314bd9d89cbf67d9e3 SHA512 abacecb318a787f5ef9d8469638b7485fe237d4d993f410d7da8c0773ab8eff8c7da988fe965f793b268711afe599dc28f994eedeaa2aafebeb40faa30af38db WHIRLPOOL a2cdd3109dd200fa9dc4ae0f47f536b2b6d68fd2e53901d4f90a8f39e71af41010d925cd408616f8e5da56f7a8b0397ab21cccca5bfd32ac68ee9bf48ccbb99a
28
29 diff --git a/dev-libs/libressl/libressl-2.2.9.ebuild b/dev-libs/libressl/libressl-2.2.9.ebuild
30 deleted file mode 100644
31 index 1dcdc69..0000000
32 --- a/dev-libs/libressl/libressl-2.2.9.ebuild
33 +++ /dev/null
34 @@ -1,47 +0,0 @@
35 -# Copyright 1999-2016 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -# $Id$
38 -
39 -EAPI=5
40 -
41 -inherit eutils multilib-minimal
42 -
43 -DESCRIPTION="Free version of the SSL/TLS protocol forked from OpenSSL"
44 -HOMEPAGE="http://www.libressl.org/"
45 -SRC_URI="http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${P}.tar.gz"
46 -
47 -LICENSE="ISC openssl"
48 -SLOT="0/35" # reflects ABI of libcrypto.so and libssl.so
49 -KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86"
50 -IUSE="+asm static-libs"
51 -
52 -RDEPEND="!dev-libs/openssl:0"
53 -DEPEND="${RDEPEND}"
54 -PDEPEND="app-misc/ca-certificates"
55 -
56 -src_prepare() {
57 - touch crypto/Makefile.in
58 - sed -i \
59 - -e '/^[ \t]*CFLAGS=/s#-g ##' \
60 - -e '/^[ \t]*CFLAGS=/s#-g"#"#' \
61 - -e '/^[ \t]*CFLAGS=/s#-O2 ##' \
62 - -e '/^[ \t]*CFLAGS=/s#-O2"#"#' \
63 - -e '/^[ \t]*USER_CFLAGS=/s#-O2 ##' \
64 - -e '/^[ \t]*USER_CFLAGS=/s#-O2"#"#' \
65 - configure || die "fixing CFLAGS failed"
66 -}
67 -
68 -multilib_src_configure() {
69 - ECONF_SOURCE="${S}" econf \
70 - $(use_enable asm) \
71 - $(use_enable static-libs static)
72 -}
73 -
74 -multilib_src_test() {
75 - emake check
76 -}
77 -
78 -multilib_src_install_all() {
79 - einstalldocs
80 - prune_libtool_files
81 -}
82
83 diff --git a/dev-libs/libressl/libressl-2.3.6.ebuild b/dev-libs/libressl/libressl-2.3.7.ebuild
84 similarity index 100%
85 rename from dev-libs/libressl/libressl-2.3.6.ebuild
86 rename to dev-libs/libressl/libressl-2.3.7.ebuild
87
88 diff --git a/dev-libs/libressl/libressl-2.4.1.ebuild b/dev-libs/libressl/libressl-2.4.2.ebuild
89 similarity index 100%
90 rename from dev-libs/libressl/libressl-2.4.1.ebuild
91 rename to dev-libs/libressl/libressl-2.4.2.ebuild