diff options
author | salo <salo@pkgsrc.org> | 2006-07-16 22:25:56 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2006-07-16 22:25:56 +0000 |
commit | 1a2259ef384295d9e4039a859872faa4c4c4fc3a (patch) | |
tree | 5241cdcb7004df3cc6911840d61b91f149ad964b | |
parent | 1e4df3d4a5ffe2ead282a043d047fa94fa75367e (diff) | |
download | pkgsrc-1a2259ef384295d9e4039a859872faa4c4c4fc3a.tar.gz |
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.
-rw-r--r-- | net/lftp/Makefile | 4 | ||||
-rw-r--r-- | net/lftp/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/lftp/Makefile b/net/lftp/Makefile index 6e56f592f38..df6098887da 100644 --- a/net/lftp/Makefile +++ b/net/lftp/Makefile @@ -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/ \ diff --git a/net/lftp/distinfo b/net/lftp/distinfo index 76cf1a07cca..a21ebc15cde 100644 --- a/net/lftp/distinfo +++ b/net/lftp/distinfo @@ -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 |