diff options
author | 2004-09-13 11:18:56 +0000 | |
---|---|---|
committer | 2004-09-13 11:18:56 +0000 | |
commit | e353104ba1f7ea05a783353616f2c474d2389772 (patch) | |
tree | b5332e5e7dd2853cdc4401f2a3f25638c0d10a54 /net-ftp | |
parent | Added patch from cvs (Manifest recommit) (diff) | |
download | gentoo-2-e353104ba1f7ea05a783353616f2c474d2389772.tar.gz gentoo-2-e353104ba1f7ea05a783353616f2c474d2389772.tar.bz2 gentoo-2-e353104ba1f7ea05a783353616f2c474d2389772.zip |
x86 stable - removed memory leaking and excess versions
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/lftp/ChangeLog | 8 | ||||
-rw-r--r-- | net-ftp/lftp/files/digest-lftp-3.0.2 | 1 | ||||
-rw-r--r-- | net-ftp/lftp/files/digest-lftp-3.0.3 | 1 | ||||
-rw-r--r-- | net-ftp/lftp/files/digest-lftp-3.0.7 | 1 | ||||
-rw-r--r-- | net-ftp/lftp/lftp-3.0.2.ebuild | 52 | ||||
-rw-r--r-- | net-ftp/lftp/lftp-3.0.3.ebuild | 52 | ||||
-rw-r--r-- | net-ftp/lftp/lftp-3.0.7-r1.ebuild | 4 | ||||
-rw-r--r-- | net-ftp/lftp/lftp-3.0.7.ebuild | 68 |
8 files changed, 8 insertions, 179 deletions
diff --git a/net-ftp/lftp/ChangeLog b/net-ftp/lftp/ChangeLog index 909ba2d122cc..3a3163208bbc 100644 --- a/net-ftp/lftp/ChangeLog +++ b/net-ftp/lftp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-ftp/lftp # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/ChangeLog,v 1.56 2004/09/11 16:25:15 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/ChangeLog,v 1.57 2004/09/13 11:18:56 dragonheart Exp $ + + 13 Sep 2004; Daniel Black <dragonheart@gentoo.org> lftp-3.0.7-r1.ebuild, + -lftp-3.0.7.ebuild, -lftp-3.0.3.ebuild, -lftp-3.0.2.ebuild: + x86 stable - removed memory leaking and excess versions 11 Sep 2004; Tom Martin <slarti@gentoo.org> lftp-3.0.6.ebuild: Stable on amd64. @@ -10,7 +14,7 @@ *lftp-3.0.7-r1 (27 Aug 2004) - 27 Aug 2004; <dan@gentoo.org> +files/lftp-3.0.7-memleak.patch, + 27 Aug 2004; <dragonheart@gentoo.org> +files/lftp-3.0.7-memleak.patch, +lftp-3.0.7-r1.ebuild: Memory leak fixed - thanks to Luke Macken in bug #61335. OSX fix thanks to Miguel Sousa Filipe in bug #61349 diff --git a/net-ftp/lftp/files/digest-lftp-3.0.2 b/net-ftp/lftp/files/digest-lftp-3.0.2 deleted file mode 100644 index 0591c7b76f6d..000000000000 --- a/net-ftp/lftp/files/digest-lftp-3.0.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 45d11d68fc2e1dd62939db7b28996bea lftp-3.0.2.tar.bz2 1214608 diff --git a/net-ftp/lftp/files/digest-lftp-3.0.3 b/net-ftp/lftp/files/digest-lftp-3.0.3 deleted file mode 100644 index 4c9982780be7..000000000000 --- a/net-ftp/lftp/files/digest-lftp-3.0.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 ee346d91ecd280a8e7f6ea406ceed144 lftp-3.0.3.tar.bz2 1214354 diff --git a/net-ftp/lftp/files/digest-lftp-3.0.7 b/net-ftp/lftp/files/digest-lftp-3.0.7 deleted file mode 100644 index 5449f3a1081c..000000000000 --- a/net-ftp/lftp/files/digest-lftp-3.0.7 +++ /dev/null @@ -1 +0,0 @@ -MD5 7a7c0b7b81719d2993280efdcec91c49 lftp-3.0.7.tar.bz2 1219131 diff --git a/net-ftp/lftp/lftp-3.0.2.ebuild b/net-ftp/lftp/lftp-3.0.2.ebuild deleted file mode 100644 index 896fe58e33d4..000000000000 --- a/net-ftp/lftp/lftp-3.0.2.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-3.0.2.ebuild,v 1.3 2004/06/24 22:46:41 agriffis Exp $ - -IUSE="ssl socks5 nls" - -inherit eutils - -DESCRIPTION="A sophisticated ftp/http client, file transfer program." -HOMEPAGE="http://ftp.yars.free.net/projects/lftp/" -SRC_URI="http://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/${P}.tar.bz2" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~amd64 ~ppc sparc ~alpha ~hppa ~mips ~ia64" - -DEPEND=">=sys-libs/ncurses-5.1 - ssl? ( >=dev-libs/openssl-0.9.6 ) - socks5? ( >=net-misc/dante-1.1.12 ) - nls? ( sys-devel/gettext ) - alpha? ( dev-lang/perl ) - alpha? ( >=sys-apps/sed-4 )" -RDEPEND="nls? ( sys-devel/gettext )" - -src_compile() { - local myconf - - use nls && myconf="--enable-nls" \ - || myconf="--disable-nls" - - use ssl && myconf="${myconf} --with-ssl=/usr" \ - || myconf="${myconf} --without-ssl" - - use socks5 && myconf="${myconf} --with-socksdante=/usr" \ - || myconf="${myconf} --without-socksdante" - - econf \ - --sysconfdir=/etc/lftp \ - --without-modules \ - ${myconf} || die "econf failed" - - make || die "compile problem" -} - -src_install() { - make install DESTDIR=${D} || die - - # hrmph, empty.. - rm -rf ${D}/usr/lib - - dodoc BUGS COPYING ChangeLog FAQ FEATURES MIRRORS \ - NEWS README* THANKS TODO -} diff --git a/net-ftp/lftp/lftp-3.0.3.ebuild b/net-ftp/lftp/lftp-3.0.3.ebuild deleted file mode 100644 index f2d88d2e6bfd..000000000000 --- a/net-ftp/lftp/lftp-3.0.3.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-3.0.3.ebuild,v 1.3 2004/06/24 22:46:41 agriffis Exp $ - -IUSE="ssl socks5 nls" - -inherit eutils - -DESCRIPTION="A sophisticated ftp/http client, file transfer program." -HOMEPAGE="http://ftp.yars.free.net/projects/lftp/" -SRC_URI="http://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/${P}.tar.bz2" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~amd64 ~ppc ~sparc alpha ~hppa ~mips ~ia64" - -DEPEND=">=sys-libs/ncurses-5.1 - ssl? ( >=dev-libs/openssl-0.9.6 ) - socks5? ( >=net-misc/dante-1.1.12 ) - nls? ( sys-devel/gettext ) - alpha? ( dev-lang/perl ) - alpha? ( >=sys-apps/sed-4 )" -RDEPEND="nls? ( sys-devel/gettext )" - -src_compile() { - local myconf - - use nls && myconf="--enable-nls" \ - || myconf="--disable-nls" - - use ssl && myconf="${myconf} --with-ssl=/usr" \ - || myconf="${myconf} --without-ssl" - - use socks5 && myconf="${myconf} --with-socksdante=/usr" \ - || myconf="${myconf} --without-socksdante" - - econf \ - --sysconfdir=/etc/lftp \ - --without-modules \ - ${myconf} || die "econf failed" - - make || die "compile problem" -} - -src_install() { - make install DESTDIR=${D} || die - - # hrmph, empty.. - rm -rf ${D}/usr/lib - - dodoc BUGS COPYING ChangeLog FAQ FEATURES MIRRORS \ - NEWS README* THANKS TODO -} diff --git a/net-ftp/lftp/lftp-3.0.7-r1.ebuild b/net-ftp/lftp/lftp-3.0.7-r1.ebuild index 09f4087a6f81..ec499b47534b 100644 --- a/net-ftp/lftp/lftp-3.0.7-r1.ebuild +++ b/net-ftp/lftp/lftp-3.0.7-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-3.0.7-r1.ebuild,v 1.1 2004/08/26 21:15:09 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-3.0.7-r1.ebuild,v 1.2 2004/09/13 11:18:56 dragonheart Exp $ IUSE="ssl socks5 nls" @@ -14,7 +14,7 @@ SRC_URI="http://the.wiretapped.net/mirrors/lftp/${P}.tar.bz2" #SRC_URI="http://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/${P}.tar.bz2" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~amd64 ~ppc sparc ~alpha ~hppa ~mips ~ia64 ~ppc64" +KEYWORDS="x86 ~amd64 ~ppc sparc ~alpha ~hppa ~mips ~ia64 ~ppc64" DEPEND=">=sys-libs/ncurses-5.1 ssl? ( >=dev-libs/openssl-0.9.6 ) diff --git a/net-ftp/lftp/lftp-3.0.7.ebuild b/net-ftp/lftp/lftp-3.0.7.ebuild deleted file mode 100644 index e7b95aac36d4..000000000000 --- a/net-ftp/lftp/lftp-3.0.7.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-3.0.7.ebuild,v 1.2 2004/08/19 02:39:41 gustavoz Exp $ - -IUSE="ssl socks5 nls" - -inherit eutils - -DESCRIPTION="A sophisticated ftp/http client, file transfer program." -HOMEPAGE="http://ftp.yars.free.net/projects/lftp/" - -SRC_URI="http://the.wiretapped.net/mirrors/lftp/${P}.tar.bz2" -# Was a bit too slow and unreliable last time I tried (dragonheart) -#SRC_URI="http://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/${P}.tar.bz2" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~amd64 ~ppc sparc ~alpha ~hppa ~mips ~ia64 ~ppc64" - -DEPEND=">=sys-libs/ncurses-5.1 - ssl? ( >=dev-libs/openssl-0.9.6 ) - socks5? ( >=net-misc/dante-1.1.12 ) - nls? ( sys-devel/gettext ) - alpha? ( dev-lang/perl ) - alpha? ( >=sys-apps/sed-4 ) - virtual/libc - sys-libs/readline - socks5? ( sys-libs/pam ) - sys-apps/gawk - sys-devel/bison - sys-devel/libtool" - -RDEPEND="nls? ( sys-devel/gettext ) - >=sys-libs/ncurses-5.1 - ssl? ( >=dev-libs/openssl-0.9.6 ) - virtual/libc - sys-libs/readline - socks5? ( sys-libs/pam ) - socks5? ( >=net-misc/dante-1.1.12 )" - -src_compile() { - local myconf - - use nls && myconf="--enable-nls" \ - || myconf="--disable-nls" - - use ssl && myconf="${myconf} --with-ssl=/usr" \ - || myconf="${myconf} --without-ssl" - - use socks5 && myconf="${myconf} --with-socksdante=/usr" \ - || myconf="${myconf} --without-socksdante" - - econf \ - --sysconfdir=/etc/lftp \ - --without-modules \ - ${myconf} || die "econf failed" - - emake || die "compile problem" -} - -src_install() { - emake install DESTDIR=${D} || die - - # hrmph, empty.. - rm -rf ${D}/usr/lib - - dodoc BUGS COPYING ChangeLog FAQ FEATURES MIRRORS \ - NEWS README* THANKS TODO -} |