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.
This commit is contained in:
parent
bee7fabdc9
commit
71ebda7b92
2 changed files with 5 additions and 6 deletions
|
@ -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/
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue