Update to version 3.5.1
Changes: Version 3.5.1 - 2006-07-05 - a coredump in pget fixed. Version 3.5.0 - 2006-07-05 - implemented pget -c (continue) with a status file. (`set pget:save-status never' to disable periodic saving of the status). - new options of `repeat' command: --count (-c), --delay (-d), --while-ok, --until-ok. - listing and dns cache optimized; added per host enable/disable for caching. - made ABOR more robust. - added support for ALLO command and ftp:use-allo setting. - use binary mode for `quote' (e.g. `quote POST' for http). - sped up uploading in fish protocol. - fixed coredump in pget when terminal lacks prev_line capability. - fixed pget for URLs with question sign.
This commit is contained in:
parent
1e4df3d4a5
commit
1a2259ef38
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.71 2006/07/07 15:49:33 jlam Exp $
|
||||
# $NetBSD: Makefile,v 1.72 2006/07/16 22:25:56 salo Exp $
|
||||
|
||||
DISTNAME= lftp-3.4.7
|
||||
DISTNAME= lftp-3.5.1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://ftp.yars.free.net/pub/source/lftp/ \
|
||||
ftp://ftp.iasi.roedu.net/pub/os/Linux/network/ftp/lftp/ \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.36 2006/05/31 13:41:39 salo Exp $
|
||||
$NetBSD: distinfo,v 1.37 2006/07/16 22:25:56 salo Exp $
|
||||
|
||||
SHA1 (lftp-3.4.7.tar.bz2) = f01fed2dec1b56520598bf1d121230f7a2ea73ea
|
||||
RMD160 (lftp-3.4.7.tar.bz2) = 9b3dd74308a18c1a3a1ba1d2c4ad3077fef49755
|
||||
Size (lftp-3.4.7.tar.bz2) = 1272856 bytes
|
||||
SHA1 (lftp-3.5.1.tar.bz2) = e32783edfd2661907ae4c2cb13db61aa5b9c628d
|
||||
RMD160 (lftp-3.5.1.tar.bz2) = c31dfab18e233238f8304489155e02e843e737f5
|
||||
Size (lftp-3.5.1.tar.bz2) = 1275924 bytes
|
||||
SHA1 (patch-aa) = ca8957b1f3535faaaf5780866857a8a853eed115
|
||||
SHA1 (patch-ab) = d230522c60786a2bcbce346419d8dfce412578d3
|
||||
SHA1 (patch-ac) = 8000bf8b44b39b7f87e9d7c89bcb513aa5150753
|
||||
|
|
Loading…
Reference in a new issue