commit:     9392b103397ac6227b8a141d8a262e86bfcc239e
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 25 00:38:01 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Thu Jan 25 00:38:01 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9392b103

net-nds/rpcbind: cleanup vulnerable wrt bug #617472

 net-nds/rpcbind/Manifest                |  1 -
 net-nds/rpcbind/rpcbind-0.2.3-r1.ebuild | 56 --------------------------------
 net-nds/rpcbind/rpcbind-0.2.3-r2.ebuild | 57 ---------------------------------
 net-nds/rpcbind/rpcbind-0.2.4.ebuild    | 54 -------------------------------
 4 files changed, 168 deletions(-)

diff --git a/net-nds/rpcbind/Manifest b/net-nds/rpcbind/Manifest
index 21ca048f811..aa93e472e8c 100644
--- a/net-nds/rpcbind/Manifest
+++ b/net-nds/rpcbind/Manifest
@@ -1,2 +1 @@
-DIST rpcbind-0.2.3.tar.bz2 121306 BLAKE2B 
996bae5b58ee20d96dd1f1dcc7adc1ad227e34082184f9537a0d9a2944bf5b22734694acbdd52f65c29df4a8d16df343f74e93bd92d264b84d9c9120cd5a750d
 SHA512 
b91cb4e0849213d344063ccf32d16c49819906b65e4d07c4aa7d3c8842bd83acb408d07aa285da902c389f3c9716f01678012b93a11863eb174a2577cd6ba1d6
 DIST rpcbind-0.2.4.tar.bz2 122781 BLAKE2B 
ac1c374a1081559bf09bc209256daa1bb530d71f0c7fe45cec4c9b87cf110c15251a05dce2cf2b78ffa4d902f817efed30350ad08a23e12a7f219f10fe626aa8
 SHA512 
f3966a7284e94bdf120a9b3f0dd66efa1fe8761df2313545a031f77b7c06e27d7955d2780469943deb537d34f95c4cf3f30de523ec9fab9f571322d7224b210c

diff --git a/net-nds/rpcbind/rpcbind-0.2.3-r1.ebuild 
b/net-nds/rpcbind/rpcbind-0.2.3-r1.ebuild
deleted file mode 100644
index cdbbee00c44..00000000000
--- a/net-nds/rpcbind/rpcbind-0.2.3-r1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit eutils systemd
-
-if [[ ${PV} == "9999" ]] ; then
-       EGIT_REPO_URI="git://linux-nfs.org/~steved/rpcbind.git"
-       inherit autotools git-r3
-else
-       SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-       KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc 
x86"
-fi
-
-DESCRIPTION="portmap replacement which supports RPC over various protocols"
-HOMEPAGE="https://sourceforge.net/projects/rpcbind/";
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="debug selinux systemd tcpd warmstarts"
-
-CDEPEND=">=net-libs/libtirpc-0.2.3:=
-       systemd? ( sys-apps/systemd:= )
-       tcpd? ( sys-apps/tcp-wrappers )"
-DEPEND="${CDEPEND}
-       virtual/pkgconfig"
-RDEPEND="${CDEPEND}
-       selinux? ( sec-policy/selinux-rpcbind )"
-
-src_prepare() {
-       [[ ${PV} == "9999" ]] && eautoreconf
-       epatch "${FILESDIR}"/${P}-libtirpc.patch
-       epatch "${FILESDIR}"/${P}-mem-corrupt.patch #560990
-       epatch_user
-}
-
-src_configure() {
-       econf \
-               --bindir="${EPREFIX}"/sbin \
-               --with-statedir="${EPREFIX}"/run/${PN} \
-               --with-rpcuser=root \
-               --with-systemdsystemunitdir=$(usex systemd 
"$(systemd_get_unitdir)" "no") \
-               $(use_enable tcpd libwrap) \
-               $(use_enable debug) \
-               $(use_enable warmstarts)
-}
-
-src_install() {
-       default
-
-       newinitd "${FILESDIR}"/${PN}.initd ${PN}
-       newconfd "${FILESDIR}"/${PN}.confd ${PN}
-
-       systemd_dounit "${FILESDIR}"/${PN}.service
-}

diff --git a/net-nds/rpcbind/rpcbind-0.2.3-r2.ebuild 
b/net-nds/rpcbind/rpcbind-0.2.3-r2.ebuild
deleted file mode 100644
index 1d4183d7905..00000000000
--- a/net-nds/rpcbind/rpcbind-0.2.3-r2.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit eutils systemd
-
-if [[ ${PV} == "9999" ]] ; then
-       EGIT_REPO_URI="git://linux-nfs.org/~steved/rpcbind.git"
-       inherit autotools git-r3
-else
-       SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-       KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
-fi
-
-DESCRIPTION="portmap replacement which supports RPC over various protocols"
-HOMEPAGE="https://sourceforge.net/projects/rpcbind/";
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="debug selinux systemd tcpd warmstarts"
-
-CDEPEND=">=net-libs/libtirpc-0.2.3:=
-       systemd? ( sys-apps/systemd:= )
-       tcpd? ( sys-apps/tcp-wrappers )"
-DEPEND="${CDEPEND}
-       virtual/pkgconfig"
-RDEPEND="${CDEPEND}
-       selinux? ( sec-policy/selinux-rpcbind )"
-
-src_prepare() {
-       [[ ${PV} == "9999" ]] && eautoreconf
-       epatch "${FILESDIR}"/${P}-libtirpc.patch
-       epatch "${FILESDIR}"/${P}-mem-corrupt.patch #560990
-       epatch "${FILESDIR}"/${P}-remove-P-macro.patch #589666
-       epatch_user
-}
-
-src_configure() {
-       econf \
-               --bindir="${EPREFIX}"/sbin \
-               --with-statedir="${EPREFIX}"/run/${PN} \
-               --with-rpcuser=root \
-               --with-systemdsystemunitdir=$(usex systemd 
"$(systemd_get_unitdir)" "no") \
-               $(use_enable tcpd libwrap) \
-               $(use_enable debug) \
-               $(use_enable warmstarts)
-}
-
-src_install() {
-       default
-
-       newinitd "${FILESDIR}"/${PN}.initd ${PN}
-       newconfd "${FILESDIR}"/${PN}.confd ${PN}
-
-       systemd_dounit "${FILESDIR}"/${PN}.service
-}

diff --git a/net-nds/rpcbind/rpcbind-0.2.4.ebuild 
b/net-nds/rpcbind/rpcbind-0.2.4.ebuild
deleted file mode 100644
index 79f8f8fe713..00000000000
--- a/net-nds/rpcbind/rpcbind-0.2.4.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit eutils systemd
-
-if [[ ${PV} == "9999" ]] ; then
-       EGIT_REPO_URI="git://linux-nfs.org/~steved/rpcbind.git"
-       inherit autotools git-r3
-else
-       SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-       KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh 
sparc x86"
-fi
-
-DESCRIPTION="portmap replacement which supports RPC over various protocols"
-HOMEPAGE="https://sourceforge.net/projects/rpcbind/";
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="debug selinux systemd tcpd warmstarts"
-
-CDEPEND=">=net-libs/libtirpc-1.0:=
-       systemd? ( sys-apps/systemd:= )
-       tcpd? ( sys-apps/tcp-wrappers )"
-DEPEND="${CDEPEND}
-       virtual/pkgconfig"
-RDEPEND="${CDEPEND}
-       selinux? ( sec-policy/selinux-rpcbind )"
-
-src_prepare() {
-       [[ ${PV} == "9999" ]] && eautoreconf
-       epatch_user
-}
-
-src_configure() {
-       econf \
-               --bindir="${EPREFIX}"/sbin \
-               --with-statedir="${EPREFIX}"/run/${PN} \
-               --with-rpcuser=root \
-               --with-systemdsystemunitdir=$(usex systemd 
"$(systemd_get_unitdir)" "no") \
-               $(use_enable tcpd libwrap) \
-               $(use_enable debug) \
-               $(use_enable warmstarts)
-}
-
-src_install() {
-       default
-
-       newinitd "${FILESDIR}"/${PN}.initd ${PN}
-       newconfd "${FILESDIR}"/${PN}.confd ${PN}
-
-       systemd_dounit "${FILESDIR}"/${PN}.service
-}

Reply via email to