commit:     1670c2299c1b38fe9aa50ac4edd43ebb3e96d537
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  5 12:43:54 2015 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Dec  5 12:43:54 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1670c229

dev-libs/libressl: remove vulnerable versions CVE-2015-3194, bug #567564.

Package-Manager: portage-2.2.20.1

 dev-libs/libressl/libressl-2.2.4.ebuild | 48 ---------------------------------
 dev-libs/libressl/libressl-2.3.1.ebuild | 48 ---------------------------------
 2 files changed, 96 deletions(-)

diff --git a/dev-libs/libressl/libressl-2.2.4.ebuild 
b/dev-libs/libressl/libressl-2.2.4.ebuild
deleted file mode 100644
index 87bd4f5..0000000
--- a/dev-libs/libressl/libressl-2.2.4.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils multilib-minimal
-
-DESCRIPTION="Free version of the SSL/TLS protocol forked from OpenSSL"
-HOMEPAGE="http://www.libressl.org/";
-SRC_URI="http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${P}.tar.gz";
-
-LICENSE="ISC openssl"
-SLOT="0/35" # reflects ABI of libcrypto.so and libssl.so
-KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86"
-IUSE="+asm static-libs"
-
-RDEPEND="!dev-libs/openssl:0"
-DEPEND="${RDEPEND}"
-PDEPEND="app-misc/ca-certificates"
-
-src_prepare() {
-       touch crypto/Makefile.in
-
-       sed -i \
-               -e '/^[ \t]*CFLAGS=/s#-g ##' \
-               -e '/^[ \t]*CFLAGS=/s#-g"#"#' \
-               -e '/^[ \t]*CFLAGS=/s#-O2 ##' \
-               -e '/^[ \t]*CFLAGS=/s#-O2"#"#' \
-               -e '/^[ \t]*USER_CFLAGS=/s#-O2 ##' \
-               -e '/^[ \t]*USER_CFLAGS=/s#-O2"#"#' \
-               configure || die "fixing CFLAGS failed"
-}
-
-multilib_src_configure() {
-       ECONF_SOURCE="${S}" econf \
-               $(use_enable asm) \
-               $(use_enable static-libs static)
-}
-
-multilib_src_test() {
-       emake check
-}
-
-multilib_src_install_all() {
-       einstalldocs
-       prune_libtool_files
-}

diff --git a/dev-libs/libressl/libressl-2.3.1.ebuild 
b/dev-libs/libressl/libressl-2.3.1.ebuild
deleted file mode 100644
index 39969e1..0000000
--- a/dev-libs/libressl/libressl-2.3.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils multilib-minimal
-
-DESCRIPTION="Free version of the SSL/TLS protocol forked from OpenSSL"
-HOMEPAGE="http://www.libressl.org/";
-SRC_URI="http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${P}.tar.gz";
-
-LICENSE="ISC openssl"
-SLOT="0/36" # reflects ABI of libcrypto.so and libssl.so
-KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86"
-IUSE="+asm static-libs"
-
-RDEPEND="!dev-libs/openssl:0"
-DEPEND="${RDEPEND}"
-PDEPEND="app-misc/ca-certificates"
-
-src_prepare() {
-       touch crypto/Makefile.in
-
-       sed -i \
-               -e '/^[ \t]*CFLAGS=/s#-g ##' \
-               -e '/^[ \t]*CFLAGS=/s#-g"#"#' \
-               -e '/^[ \t]*CFLAGS=/s#-O2 ##' \
-               -e '/^[ \t]*CFLAGS=/s#-O2"#"#' \
-               -e '/^[ \t]*USER_CFLAGS=/s#-O2 ##' \
-               -e '/^[ \t]*USER_CFLAGS=/s#-O2"#"#' \
-               configure || die "fixing CFLAGS failed"
-}
-
-multilib_src_configure() {
-       ECONF_SOURCE="${S}" econf \
-               $(use_enable asm) \
-               $(use_enable static-libs static)
-}
-
-multilib_src_test() {
-       emake check
-}
-
-multilib_src_install_all() {
-       einstalldocs
-       prune_libtool_files
-}

Reply via email to