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 /net/lftp/Makefile | |
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.
Diffstat (limited to 'net/lftp/Makefile')
-rw-r--r-- | net/lftp/Makefile | 4 |
1 files changed, 2 insertions, 2 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/ \ |