summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-08-28 23:01:09 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-08-28 23:01:09 +0000
commitfd90e9130bcca83eb886c7a1946190a48352e5b1 (patch)
treef46fdfdce7c5f7ff8c38a3478e0323487d797265 /net-ftp
parentmove net-ftp/atftp net-misc (diff)
downloadhistorical-fd90e9130bcca83eb886c7a1946190a48352e5b1.tar.gz
historical-fd90e9130bcca83eb886c7a1946190a48352e5b1.tar.bz2
historical-fd90e9130bcca83eb886c7a1946190a48352e5b1.zip
move net-ftp/atftp net-misc
Diffstat (limited to 'net-ftp')
-rw-r--r--net-ftp/atftp/ChangeLog22
-rw-r--r--net-ftp/atftp/Manifest8
-rw-r--r--net-ftp/atftp/atftp-0.6-r1.ebuild30
-rw-r--r--net-ftp/atftp/atftp-0.6-r2.ebuild37
-rw-r--r--net-ftp/atftp/atftp-0.6.ebuild31
-rw-r--r--net-ftp/atftp/files/atftp-0.6-security.patch23
-rw-r--r--net-ftp/atftp/files/digest-atftp-0.61
-rw-r--r--net-ftp/atftp/files/digest-atftp-0.6-r11
-rw-r--r--net-ftp/atftp/files/digest-atftp-0.6-r21
9 files changed, 0 insertions, 154 deletions
diff --git a/net-ftp/atftp/ChangeLog b/net-ftp/atftp/ChangeLog
deleted file mode 100644
index 216708a40fb2..000000000000
--- a/net-ftp/atftp/ChangeLog
+++ /dev/null
@@ -1,22 +0,0 @@
-# ChangeLog for net-ftp/atftp
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/atftp/ChangeLog,v 1.6 2003/06/18 08:57:56 aliz Exp $
-
- 18 Jun 2003; Daniel Ahlberg <aliz@gentoo.org> files/atftp-0.6-security.patch :
- Updated patch to a more proper one.
-
-*atftp-0.6-r2 (08 Jun 2003)
-
- 08 Jun 2003; Daniel Ahlberg <aliz@gentoo.org> :
- Security update.
-
-*atftp-0.6-r1 (29 Oct 2002)
-
- 29 Oct 2002; Daniel Ahlberg <aliz@gentoo.org> :
- Updated ebuild with tcpd support. Ebuild contributed by Cory Visi <cory@visi.name> in #9797.
-
-*atftp-0.6 (16 Aug 2002)
-
- 16 Aug 2002; Daniel Ahlberg <aliz@gentoo.org> atftp-0.6.ebuild:
- Initial import. Ebuild submitted by Francisco Gimeno
- <kikov@fco-gimeno.com>.
diff --git a/net-ftp/atftp/Manifest b/net-ftp/atftp/Manifest
deleted file mode 100644
index 3f468a28070e..000000000000
--- a/net-ftp/atftp/Manifest
+++ /dev/null
@@ -1,8 +0,0 @@
-MD5 6edbe26f81fbd488b6fbffd1bbd27ca9 files/digest-atftp-0.6 61
-MD5 6edbe26f81fbd488b6fbffd1bbd27ca9 files/digest-atftp-0.6-r1 61
-MD5 ef1244d13cccdfbe2dff44442e0c3d1f files/atftp-0.6-security.patch 1019
-MD5 6edbe26f81fbd488b6fbffd1bbd27ca9 files/digest-atftp-0.6-r2 61
-MD5 0311a0a7dc063a18738d44abbc081432 atftp-0.6-r1.ebuild 864
-MD5 d0d92fe2366bef6deb301fa6608a2b28 atftp-0.6.ebuild 758
-MD5 6cd381e65146f06880cba8b7d2de7408 ChangeLog 774
-MD5 61e561d32d66c0382cbc43933a5b30a3 atftp-0.6-r2.ebuild 961
diff --git a/net-ftp/atftp/atftp-0.6-r1.ebuild b/net-ftp/atftp/atftp-0.6-r1.ebuild
deleted file mode 100644
index b5c5338ae4b2..000000000000
--- a/net-ftp/atftp/atftp-0.6-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/atftp/atftp-0.6-r1.ebuild,v 1.3 2003/07/13 11:55:51 aliz Exp $
-
-DESCRIPTION="Advanced TFTP implementation client/server"
-HOMEPAGE="ftp://ftp.mamalinux.com/pub/atftp/"
-LICENSE="GPL-2"
-DEPEND="tcpd? ( sys-apps/tcp-wrappers )"
-SLOT="0"
-KEYWORDS="x86"
-SRC_URI="ftp://ftp.mamalinux.com/pub/atftp/${P}.tar.gz"
-S=${WORKDIR}/${P}
-
-src_compile () {
- myconf=""
- use tcpd && myconf="${myconf} --enable-libwrap" \
- || myconf="${myconf} --disable-libwrap"
-
- econf ${myconf} || die "./configure failed"
-
- cp Makefile Makefile.orig
- sed "s:CFLAGS = -g -Wall -D_REENTRANT -O2:CFLAGS = -g -Wall -D_REENTRANT ${CFLAGS}:" Makefile.orig >Makefile
-
- emake || die
-}
-
-src_install () {
- einstall || die "Installation failed"
-}
-
diff --git a/net-ftp/atftp/atftp-0.6-r2.ebuild b/net-ftp/atftp/atftp-0.6-r2.ebuild
deleted file mode 100644
index 39404d2471ab..000000000000
--- a/net-ftp/atftp/atftp-0.6-r2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/atftp/atftp-0.6-r2.ebuild,v 1.1 2003/06/08 18:15:13 aliz Exp $
-
-inherit eutils
-
-DESCRIPTION="Advanced TFTP implementation client/server"
-HOMEPAGE="ftp://ftp.mamalinux.com/pub/atftp/"
-LICENSE="GPL-2"
-DEPEND="tcpd? ( sys-apps/tcp-wrappers )"
-SLOT="0"
-KEYWORDS="x86"
-SRC_URI="ftp://ftp.mamalinux.com/pub/atftp/${P}.tar.gz"
-S=${WORKDIR}/${P}
-
-src_unpack() {
- unpack ${A} ; cd ${S}
- epatch ${FILESDIR}/${P}-security.patch
-}
-
-src_compile () {
- myconf=""
- use tcpd && myconf="${myconf} --enable-libwrap" \
- || myconf="${myconf} --disable-libwrap"
-
- econf ${myconf} || die "./configure failed"
-
- cp Makefile Makefile.orig
- sed "s:CFLAGS = -g -Wall -D_REENTRANT -O2:CFLAGS = -g -Wall -D_REENTRANT ${CFLAGS}:" Makefile.orig >Makefile
-
- emake || die
-}
-
-src_install () {
- einstall || die "Installation failed"
-}
-
diff --git a/net-ftp/atftp/atftp-0.6.ebuild b/net-ftp/atftp/atftp-0.6.ebuild
deleted file mode 100644
index b8a59e00c28f..000000000000
--- a/net-ftp/atftp/atftp-0.6.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/atftp/atftp-0.6.ebuild,v 1.2 2003/02/13 14:02:54 vapier Exp $
-
-DESCRIPTION="Advanced TFTP implementation client/server"
-HOMEPAGE="ftp://ftp.mamalinux.com/pub/atftp/"
-LICENSE="GPL-2"
-DEPEND=""
-SLOT="0"
-KEYWORDS="x86"
-SRC_URI="ftp://ftp.mamalinux.com/pub/atftp/${P}.tar.gz"
-S=${WORKDIR}/${P}
-
-src_unpack () {
- unpack ${A}
- cd ${S}
-
-}
-
-src_compile () {
- econf || die "./configure failed"
-
- cp Makefile Makefile.orig
- sed "s:CFLAGS = -g -Wall -D_REENTRANT -O2:CFLAGS = -g -Wall -D_REENTRANT ${CFLAGS}:" Makefile.orig >Makefile
-
- emake || die
-}
-
-src_install () {
- einstall || die "Installation failed"
-}
diff --git a/net-ftp/atftp/files/atftp-0.6-security.patch b/net-ftp/atftp/files/atftp-0.6-security.patch
deleted file mode 100644
index 5bf58699c74c..000000000000
--- a/net-ftp/atftp/files/atftp-0.6-security.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- tftp.c 2003-06-17 00:13:52.000000000 +0200
-+++ tftp.patch.c 2003-06-17 00:09:50.000000000 +0200
-@@ -827,17 +827,17 @@ int tftp_cmd_line_options(int argc, char
- process_cmd(ac, av);
- break;
- case 'T':
-- sprintf(string, "timeout %s", optarg);
-+ snprintf(string, sizeof(string), "timeout %s", optarg);
- make_arg(string, &ac, &av);
- process_cmd(ac, av);
- break;
- case 't':
-- sprintf(string, "option timeout %s", optarg);
-+ snprintf(string, sizeof(string), "option timeout %s", optarg);
- make_arg(string, &ac, &av);
- process_cmd(ac, av);
- break;
- case 'b':
-- sprintf(string, "option blksize %s", optarg);
-+ snprintf(string, sizeof(string), "option blksize %s", optarg);
- make_arg(string, &ac, &av);
- process_cmd(ac, av);
- break;
diff --git a/net-ftp/atftp/files/digest-atftp-0.6 b/net-ftp/atftp/files/digest-atftp-0.6
deleted file mode 100644
index 5cfcb463e4a5..000000000000
--- a/net-ftp/atftp/files/digest-atftp-0.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 fcbc9118b02fa2090046be987b1e1aec atftp-0.6.tar.gz 119898
diff --git a/net-ftp/atftp/files/digest-atftp-0.6-r1 b/net-ftp/atftp/files/digest-atftp-0.6-r1
deleted file mode 100644
index 5cfcb463e4a5..000000000000
--- a/net-ftp/atftp/files/digest-atftp-0.6-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 fcbc9118b02fa2090046be987b1e1aec atftp-0.6.tar.gz 119898
diff --git a/net-ftp/atftp/files/digest-atftp-0.6-r2 b/net-ftp/atftp/files/digest-atftp-0.6-r2
deleted file mode 100644
index 5cfcb463e4a5..000000000000
--- a/net-ftp/atftp/files/digest-atftp-0.6-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 fcbc9118b02fa2090046be987b1e1aec atftp-0.6.tar.gz 119898