commit:     0d635f65afc6c69f0a8ebacfc3caf873f4bb28c8
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 21 05:56:18 2016 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Tue Jun 21 05:56:18 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d635f65

net-libs/libtirpc: remove vulnerable version per security bug #466902

 net-libs/libtirpc/libtirpc-0.1.10.ebuild | 25 -------------------------
 1 file changed, 25 deletions(-)

diff --git a/net-libs/libtirpc/libtirpc-0.1.10.ebuild 
b/net-libs/libtirpc/libtirpc-0.1.10.ebuild
deleted file mode 100644
index 23fc663..0000000
--- a/net-libs/libtirpc/libtirpc-0.1.10.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-DESCRIPTION="Transport Independent RPC library (SunRPC replacement)"
-HOMEPAGE="http://libtirpc.sourceforge.net/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="kerberos"
-
-DEPEND="kerberos? ( net-libs/libgssglue )"
-
-src_compile() {
-       econf $(use_enable kerberos gss) || die
-       emake || die
-}
-
-src_install() {
-       dodir /etc
-       emake install DESTDIR="${D}" || die
-       dodoc AUTHORS ChangeLog NEWS README THANKS TODO
-}

Reply via email to