diff options
author | salo <salo@pkgsrc.org> | 2004-05-25 12:01:16 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2004-05-25 12:01:16 +0000 |
commit | a6e4e4febb29adbbd4169699b241f39f8975447c (patch) | |
tree | feaa193def80a6281ade05287f4e28ca1e2f3609 /net/lftp | |
parent | 67ce9d7857e1dfb7b395a3ceaa344b04877dcb9b (diff) | |
download | pkgsrc-a6e4e4febb29adbbd4169699b241f39f8975447c.tar.gz |
Update to version 3.0.3.
Changes:
- better DESCR and COMMENT
3.0.3:
======
* cls for sftp can now print symbolic user, group and number of hard links.
* make cd dir/ check if dir exists.
* follow ftp:ssl-force even if ftp server does not advertise AUTH in FEAT reply.
* fixed excessive STAT commands in FXP transfer.
* fixed core dump when disconnecting with active FXP transfer.
* fixed memory leak in sftp uploading and file renaming.
Diffstat (limited to 'net/lftp')
-rw-r--r-- | net/lftp/DESCR | 8 | ||||
-rw-r--r-- | net/lftp/Makefile | 6 | ||||
-rw-r--r-- | net/lftp/distinfo | 6 |
3 files changed, 10 insertions, 10 deletions
diff --git a/net/lftp/DESCR b/net/lftp/DESCR index dfc3db3374f..a723c39bcf9 100644 --- a/net/lftp/DESCR +++ b/net/lftp/DESCR @@ -1,4 +1,4 @@ -lftp is quite a powerful ftp client. It uses GNU readline to read commands. -It uses shell-like command syntax allowing you to launch several commands in -parallel in background (&). lftp has reliable put, reput, mirror, and many -other commands. +lftp is powerful file transfer client. It uses GNU readline to read commands +and shell-like command syntax allowing you to launch several commands in +parallel in background. lftp has reliable put, reput, mirror, and many other +commands. lftp supports ftp, http, https, fish and sftp protocols. diff --git a/net/lftp/Makefile b/net/lftp/Makefile index 6e937ec12a3..10df67d8365 100644 --- a/net/lftp/Makefile +++ b/net/lftp/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.40 2004/04/16 02:57:48 salo Exp $ +# $NetBSD: Makefile,v 1.41 2004/05/25 12:01:16 salo Exp $ # -DISTNAME= lftp-3.0.2 +DISTNAME= lftp-3.0.3 CATEGORIES= net MASTER_SITES= ftp://ftp.cs.tu-berlin.de/pub/net/ftp/lftp/ \ ftp://ftp.tuwien.ac.at/infosys/browsers/ftp/lftp/ \ @@ -13,7 +13,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= michal@pasternak.w.lub.pl HOMEPAGE= http://lftp.yar.ru/ -COMMENT= Powerful command line ftp client +COMMENT= Powerful command line file transfer client PKG_INSTALLATION_TYPES= overwrite pkgviews diff --git a/net/lftp/distinfo b/net/lftp/distinfo index dd438c927e7..4c631bcea4f 100644 --- a/net/lftp/distinfo +++ b/net/lftp/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.18 2004/04/16 02:57:48 salo Exp $ +$NetBSD: distinfo,v 1.19 2004/05/25 12:01:16 salo Exp $ -SHA1 (lftp-3.0.2.tar.bz2) = d6c5da82f7fc4f9ad23fd71ab45b665b1a54f8ec -Size (lftp-3.0.2.tar.bz2) = 1214608 bytes +SHA1 (lftp-3.0.3.tar.bz2) = 3e42c286f7a4525afbfb57899fd9f1f3be9e63ba +Size (lftp-3.0.3.tar.bz2) = 1214354 bytes SHA1 (patch-aa) = fb0ed7e19b2f1119fa515ee2dc656ee6e1e285ce SHA1 (patch-ab) = 4312c2878b6e553bdadfab8528906f811cd9d381 SHA1 (patch-ac) = 6df164610322c4dcfa82b8cb92e6a0845a75aee2 |