diff options
author | salo <salo@pkgsrc.org> | 2004-12-21 17:58:55 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2004-12-21 17:58:55 +0000 |
commit | 45d8212ae3e238736fb52f51d6f7a92f2e44ae0f (patch) | |
tree | 0ef486cfc93044d8292c910d825a787cb04da358 /net/lftp/Makefile | |
parent | 429fdd9cb83fb996932fc6cda52400e0465816fb (diff) | |
download | pkgsrc-45d8212ae3e238736fb52f51d6f7a92f2e44ae0f.tar.gz |
Updated to version 3.0.13
Changes:
3.0.13:
=======
- man page updated.
- fixed mirror option --no-symlinks (sense reversed).
- fixed a coredump.
3.0.12:
=======
- new setting ftps:initial-prot to workaround broken ftps servers.
Default is empty so that lftp would assume it is not known, and if
PROT command is not implemented then clear data transfers would be
assumed.
- ftp over http proxies with CONNECT method can now use proxy authorization.
- mirror fixed not to chmod unchanged files (should help incremental backups).
- fixed excluding files for sftp protocol (mirror -x).
- fixed transfer of growing files over fish protocol.
- fixed mkdir over hftp.
- fixed delay between connection attempts (broken in 3.0.10).
- Polish translation updated.
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 97b211852cc..efed6f7bd2b 100644 --- a/net/lftp/Makefile +++ b/net/lftp/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.52 2004/11/04 15:43:12 salo Exp $ +# $NetBSD: Makefile,v 1.53 2004/12/21 17:58:55 salo Exp $ # -DISTNAME= lftp-3.0.11 +DISTNAME= lftp-3.0.13 CATEGORIES= net MASTER_SITES= ftp://ftp.cs.tu-berlin.de/pub/net/ftp/lftp/ \ ftp://ftp.tuwien.ac.at/infosys/browsers/ftp/lftp/ \ |