summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Buchholz <rbu@gentoo.org>2009-05-29 13:23:35 +0000
committerRobert Buchholz <rbu@gentoo.org>2009-05-29 13:23:35 +0000
commit345ff561ee103b5f66ba1e2a145aef8ad1a352cb (patch)
tree957695f228410601d434ec833de0047f5bf44b92 /net-ftp/oftpd
parentold (diff)
downloadgentoo-2-345ff561ee103b5f66ba1e2a145aef8ad1a352cb.tar.gz
gentoo-2-345ff561ee103b5f66ba1e2a145aef8ad1a352cb.tar.bz2
gentoo-2-345ff561ee103b5f66ba1e2a145aef8ad1a352cb.zip
Remove ebuilds that are vulnerable to GLSA 200701-09, fix repoman warnings.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'net-ftp/oftpd')
-rw-r--r--net-ftp/oftpd/ChangeLog8
-rw-r--r--net-ftp/oftpd/oftpd-0.3.7-r1.ebuild30
-rw-r--r--net-ftp/oftpd/oftpd-0.3.7-r2.ebuild30
-rw-r--r--net-ftp/oftpd/oftpd-0.3.7-r3.ebuild5
4 files changed, 9 insertions, 64 deletions
diff --git a/net-ftp/oftpd/ChangeLog b/net-ftp/oftpd/ChangeLog
index 8429d375dd2a..20e89e389948 100644
--- a/net-ftp/oftpd/ChangeLog
+++ b/net-ftp/oftpd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-ftp/oftpd
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/oftpd/ChangeLog,v 1.24 2008/11/02 12:36:44 jmbsvicetto Exp $
+# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/oftpd/ChangeLog,v 1.25 2009/05/29 13:23:35 rbu Exp $
+
+ 29 May 2009; Robert Buchholz <rbu@gentoo.org> -oftpd-0.3.7-r1.ebuild,
+ -oftpd-0.3.7-r2.ebuild, oftpd-0.3.7-r3.ebuild:
+ Remove ebuilds that are vulnerable to GLSA 200701-09, fix repoman warnings.
02 Nov 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
metadata.xml, oftpd-0.3.7-r1.ebuild:
diff --git a/net-ftp/oftpd/oftpd-0.3.7-r1.ebuild b/net-ftp/oftpd/oftpd-0.3.7-r1.ebuild
deleted file mode 100644
index c6b24bd976b4..000000000000
--- a/net-ftp/oftpd/oftpd-0.3.7-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/oftpd/oftpd-0.3.7-r1.ebuild,v 1.9 2008/11/02 12:36:44 jmbsvicetto Exp $
-
-DESCRIPTION="Secure, small, anonymous only ftpd"
-HOMEPAGE="http://www.time-travellers.org/oftpd"
-SRC_URI="http://www.time-travellers.org/oftpd/${P}.tar.gz"
-
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="~amd64 arm ~ppc ppc64 sparc x86"
-IUSE=""
-
-DEPEND=""
-
-src_compile() {
- # local myconf
- # ipv6 support busted according to lamer
- # use ipv6 && myconf="${myconf} --enable-ipv6"
- econf --bindir=/usr/sbin || die
- emake || die
-}
-
-src_install() {
- make DESTDIR="${D}" install || die
- dodoc AUTHORS BUGS FAQ NEWS README TODO
- keepdir /home/ftp
- newinitd "${FILESDIR}/init.d.oftpd" oftpd
- newconfd "${FILESDIR}/conf.d.oftpd" oftpd
-}
diff --git a/net-ftp/oftpd/oftpd-0.3.7-r2.ebuild b/net-ftp/oftpd/oftpd-0.3.7-r2.ebuild
deleted file mode 100644
index 907ff085d18c..000000000000
--- a/net-ftp/oftpd/oftpd-0.3.7-r2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/oftpd/oftpd-0.3.7-r2.ebuild,v 1.5 2006/12/01 19:24:16 wolf31o2 Exp $
-
-DESCRIPTION="Secure, small, anonymous only ftpd"
-HOMEPAGE="http://www.time-travellers.org/oftpd"
-SRC_URI="http://www.time-travellers.org/oftpd/${P}.tar.gz"
-
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="amd64 arm ~ppc ppc64 sh sparc x86"
-IUSE=""
-
-DEPEND="net-ftp/ftpbase"
-
-src_compile() {
- # local myconf
- # ipv6 support busted according to lamer
- # use ipv6 && myconf="${myconf} --enable-ipv6"
- econf --bindir=/usr/sbin || die
- emake || die
-}
-
-src_install() {
- make DESTDIR="${D}" install || die
- dodoc AUTHORS BUGS FAQ NEWS README TODO
- keepdir /home/ftp
- newinitd "${FILESDIR}"/init.d.oftpd oftpd
- newconfd "${FILESDIR}"/conf.d.oftpd oftpd
-}
diff --git a/net-ftp/oftpd/oftpd-0.3.7-r3.ebuild b/net-ftp/oftpd/oftpd-0.3.7-r3.ebuild
index 6a31da20acd0..0c7a1a410591 100644
--- a/net-ftp/oftpd/oftpd-0.3.7-r3.ebuild
+++ b/net-ftp/oftpd/oftpd-0.3.7-r3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/oftpd/oftpd-0.3.7-r3.ebuild,v 1.6 2007/01/07 11:47:48 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/oftpd/oftpd-0.3.7-r3.ebuild,v 1.7 2009/05/29 13:23:35 rbu Exp $
inherit eutils
@@ -14,6 +14,7 @@ KEYWORDS="amd64 arm ~ppc ppc64 sh sparc x86"
IUSE=""
DEPEND="net-ftp/ftpbase"
+RDEPEND="${DEPEND}"
src_unpack() {
unpack ${A}