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: Sat, 05 Dec 2015 12:36:57
Message-Id: 1449319434.1670c2299c1b38fe9aa50ac4edd43ebb3e96d537.blueness@gentoo
1 commit: 1670c2299c1b38fe9aa50ac4edd43ebb3e96d537
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 5 12:43:54 2015 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 5 12:43:54 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1670c229
7
8 dev-libs/libressl: remove vulnerable versions CVE-2015-3194, bug #567564.
9
10 Package-Manager: portage-2.2.20.1
11
12 dev-libs/libressl/libressl-2.2.4.ebuild | 48 ---------------------------------
13 dev-libs/libressl/libressl-2.3.1.ebuild | 48 ---------------------------------
14 2 files changed, 96 deletions(-)
15
16 diff --git a/dev-libs/libressl/libressl-2.2.4.ebuild b/dev-libs/libressl/libressl-2.2.4.ebuild
17 deleted file mode 100644
18 index 87bd4f5..0000000
19 --- a/dev-libs/libressl/libressl-2.2.4.ebuild
20 +++ /dev/null
21 @@ -1,48 +0,0 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -# $Id$
25 -
26 -EAPI=5
27 -
28 -inherit eutils multilib-minimal
29 -
30 -DESCRIPTION="Free version of the SSL/TLS protocol forked from OpenSSL"
31 -HOMEPAGE="http://www.libressl.org/"
32 -SRC_URI="http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${P}.tar.gz"
33 -
34 -LICENSE="ISC openssl"
35 -SLOT="0/35" # reflects ABI of libcrypto.so and libssl.so
36 -KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86"
37 -IUSE="+asm static-libs"
38 -
39 -RDEPEND="!dev-libs/openssl:0"
40 -DEPEND="${RDEPEND}"
41 -PDEPEND="app-misc/ca-certificates"
42 -
43 -src_prepare() {
44 - touch crypto/Makefile.in
45 -
46 - sed -i \
47 - -e '/^[ \t]*CFLAGS=/s#-g ##' \
48 - -e '/^[ \t]*CFLAGS=/s#-g"#"#' \
49 - -e '/^[ \t]*CFLAGS=/s#-O2 ##' \
50 - -e '/^[ \t]*CFLAGS=/s#-O2"#"#' \
51 - -e '/^[ \t]*USER_CFLAGS=/s#-O2 ##' \
52 - -e '/^[ \t]*USER_CFLAGS=/s#-O2"#"#' \
53 - configure || die "fixing CFLAGS failed"
54 -}
55 -
56 -multilib_src_configure() {
57 - ECONF_SOURCE="${S}" econf \
58 - $(use_enable asm) \
59 - $(use_enable static-libs static)
60 -}
61 -
62 -multilib_src_test() {
63 - emake check
64 -}
65 -
66 -multilib_src_install_all() {
67 - einstalldocs
68 - prune_libtool_files
69 -}
70
71 diff --git a/dev-libs/libressl/libressl-2.3.1.ebuild b/dev-libs/libressl/libressl-2.3.1.ebuild
72 deleted file mode 100644
73 index 39969e1..0000000
74 --- a/dev-libs/libressl/libressl-2.3.1.ebuild
75 +++ /dev/null
76 @@ -1,48 +0,0 @@
77 -# Copyright 1999-2015 Gentoo Foundation
78 -# Distributed under the terms of the GNU General Public License v2
79 -# $Id$
80 -
81 -EAPI=5
82 -
83 -inherit eutils multilib-minimal
84 -
85 -DESCRIPTION="Free version of the SSL/TLS protocol forked from OpenSSL"
86 -HOMEPAGE="http://www.libressl.org/"
87 -SRC_URI="http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${P}.tar.gz"
88 -
89 -LICENSE="ISC openssl"
90 -SLOT="0/36" # reflects ABI of libcrypto.so and libssl.so
91 -KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86"
92 -IUSE="+asm static-libs"
93 -
94 -RDEPEND="!dev-libs/openssl:0"
95 -DEPEND="${RDEPEND}"
96 -PDEPEND="app-misc/ca-certificates"
97 -
98 -src_prepare() {
99 - touch crypto/Makefile.in
100 -
101 - sed -i \
102 - -e '/^[ \t]*CFLAGS=/s#-g ##' \
103 - -e '/^[ \t]*CFLAGS=/s#-g"#"#' \
104 - -e '/^[ \t]*CFLAGS=/s#-O2 ##' \
105 - -e '/^[ \t]*CFLAGS=/s#-O2"#"#' \
106 - -e '/^[ \t]*USER_CFLAGS=/s#-O2 ##' \
107 - -e '/^[ \t]*USER_CFLAGS=/s#-O2"#"#' \
108 - configure || die "fixing CFLAGS failed"
109 -}
110 -
111 -multilib_src_configure() {
112 - ECONF_SOURCE="${S}" econf \
113 - $(use_enable asm) \
114 - $(use_enable static-libs static)
115 -}
116 -
117 -multilib_src_test() {
118 - emake check
119 -}
120 -
121 -multilib_src_install_all() {
122 - einstalldocs
123 - prune_libtool_files
124 -}