diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2003-09-05 16:47:54 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2003-09-05 16:47:54 +0000 |
commit | b3e7df508fb109af167211fed5e1a14869a001c0 (patch) | |
tree | 2e4061c6e4c5b796f264998df22affcd3f35e4ee /net/lftp | |
parent | 2b495672a34cac6fd1e783a692a2cfdefd0a8219 (diff) | |
download | pkgsrc-b3e7df508fb109af167211fed5e1a14869a001c0.tar.gz |
Update to 2.6.7
Changes:
Version 2.6.7 - 2003-08-29
* new settings ftp:use-size, ftp:use-mdtm, ftp:use-telnet-iac.
* optimized writing to local disk by increasing write size.
* fixed size catching from 150 ftp server reply.
* correct exit code of commands help, lftp (reported by trancefx).
* hftp improvements from Johannes Zellner: CSM proxy support; colored listings;
do not print hour:minute if not known.
* translations updated.
* fixed a bug with saving last working directory for a site.
* fixed a bug with FXP of zero sized files.
* fixed a bug happening when a 5xx reply is received after QUIT is sent.
* readline updated to version 4.3.
Diffstat (limited to 'net/lftp')
-rw-r--r-- | net/lftp/Makefile | 5 | ||||
-rw-r--r-- | net/lftp/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/net/lftp/Makefile b/net/lftp/Makefile index 0bd31a0d175..287c1638cfb 100644 --- a/net/lftp/Makefile +++ b/net/lftp/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.26 2003/07/24 09:21:18 seb Exp $ +# $NetBSD: Makefile,v 1.27 2003/09/05 16:47:54 xtraeme Exp $ # -DISTNAME= lftp-2.6.6 -PKGREVISION= 1 +DISTNAME= lftp-2.6.7 CATEGORIES= net MASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/ \ ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/old/ diff --git a/net/lftp/distinfo b/net/lftp/distinfo index 769f9f5effe..16f384686db 100644 --- a/net/lftp/distinfo +++ b/net/lftp/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.10 2003/06/29 10:22:22 uebayasi Exp $ +$NetBSD: distinfo,v 1.11 2003/09/05 16:47:54 xtraeme Exp $ -SHA1 (lftp-2.6.6.tar.bz2) = 0913de7d39ab2d187cd8fe51d4d21a8938ddaf40 -Size (lftp-2.6.6.tar.bz2) = 1163154 bytes +SHA1 (lftp-2.6.7.tar.bz2) = d6f94de8e26fd4898d388cf103d92ed3eb8a766c +Size (lftp-2.6.7.tar.bz2) = 1194853 bytes SHA1 (patch-aa) = 007249b3b1235cc8b163f95324ad94ac75284915 SHA1 (patch-ab) = 4312c2878b6e553bdadfab8528906f811cd9d381 SHA1 (patch-ac) = 6df164610322c4dcfa82b8cb92e6a0845a75aee2 |