diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2009-07-29 15:34:35 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2009-07-29 15:34:35 +0000 |
commit | 0301a60fb6b6ca8a89c1510830a5d925eae239f5 (patch) | |
tree | d9dfccf0d1f091b4c7e0ecab86e6a5a888e08173 /net-fs/am-utils | |
parent | Remove vulnerable version, bug 271731 (diff) | |
download | gentoo-2-0301a60fb6b6ca8a89c1510830a5d925eae239f5.tar.gz gentoo-2-0301a60fb6b6ca8a89c1510830a5d925eae239f5.tar.bz2 gentoo-2-0301a60fb6b6ca8a89c1510830a5d925eae239f5.zip |
Remove vulnerable version(s), bug 271728
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'net-fs/am-utils')
-rw-r--r-- | net-fs/am-utils/ChangeLog | 8 | ||||
-rw-r--r-- | net-fs/am-utils/am-utils-6.1.3.ebuild | 33 | ||||
-rw-r--r-- | net-fs/am-utils/am-utils-6.1.4.ebuild | 44 |
3 files changed, 6 insertions, 79 deletions
diff --git a/net-fs/am-utils/ChangeLog b/net-fs/am-utils/ChangeLog index bf86de745f8b..29c62e3735f0 100644 --- a/net-fs/am-utils/ChangeLog +++ b/net-fs/am-utils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-fs/am-utils -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/am-utils/ChangeLog,v 1.32 2008/04/03 17:16:36 dertobi123 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-fs/am-utils/ChangeLog,v 1.33 2009/07/29 15:34:35 darkside Exp $ + + 29 Jul 2009; Jeremy Olexa <darkside@gentoo.org> -am-utils-6.1.3.ebuild, + -am-utils-6.1.4.ebuild: + Remove vulnerable version(s), bug 271728 03 Apr 2008; Tobias Scherbaum <dertobi123@gentoo.org> am-utils-6.1.5.ebuild: diff --git a/net-fs/am-utils/am-utils-6.1.3.ebuild b/net-fs/am-utils/am-utils-6.1.3.ebuild deleted file mode 100644 index 910333209c6a..000000000000 --- a/net-fs/am-utils/am-utils-6.1.3.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/am-utils/am-utils-6.1.3.ebuild,v 1.6 2007/03/26 08:18:17 antarus Exp $ - -inherit eutils - -DESCRIPTION="amd automounter and utilities" -HOMEPAGE="http://www.am-utils.org/" -SRC_URI="ftp://ftp.am-utils.org/pub/am-utils/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha amd64 ia64 ppc x86" -IUSE="ldap" - -RDEPEND="ldap? ( >=net-nds/openldap-1.2 )" -DEPEND="${RDEPEND}" - -src_compile() { - econf \ - $(use_with ldap) \ - --sysconfdir=/etc/amd \ - || die "configure failed" - emake || die "make failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - - insinto /etc/amd - doins "${FILESDIR}"/amd.{conf,net} - newinitd "${FILESDIR}/amd.rc" amd -} diff --git a/net-fs/am-utils/am-utils-6.1.4.ebuild b/net-fs/am-utils/am-utils-6.1.4.ebuild deleted file mode 100644 index 7cd201cb3ef6..000000000000 --- a/net-fs/am-utils/am-utils-6.1.4.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/am-utils/am-utils-6.1.4.ebuild,v 1.5 2007/03/26 08:18:17 antarus Exp $ - -WANT_AUTOCONF="latest" -WANT_AUTOMAKE="latest" - -inherit eutils autotools - -DESCRIPTION="amd automounter and utilities" -HOMEPAGE="http://www.am-utils.org/" -SRC_URI="ftp://ftp.am-utils.org/pub/am-utils/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="alpha ~amd64 ia64 ~ppc ~x86 ~x86-fbsd" -IUSE="ldap" - -RDEPEND="ldap? ( >=net-nds/openldap-1.2 )" -DEPEND="${RDEPEND}" - -src_unpack() { - unpack ${A} - cd "${S}" - - epatch "${FILESDIR}/${P}-dbm_open-libc.patch" - eautoreconf -} - -src_compile() { - econf \ - $(use_with ldap) \ - --sysconfdir=/etc/amd \ - || die "configure failed" - emake || die "make failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - - insinto /etc/amd - doins "${FILESDIR}"/amd.{conf,net} - newinitd "${FILESDIR}/amd.rc" amd -} |