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 | |
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')
-rw-r--r-- | net/lftp/Makefile | 4 | ||||
-rw-r--r-- | net/lftp/distinfo | 6 |
2 files changed, 5 insertions, 5 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/ \ diff --git a/net/lftp/distinfo b/net/lftp/distinfo index 88448bbc22a..ba8a3a91bee 100644 --- a/net/lftp/distinfo +++ b/net/lftp/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.27 2004/11/04 15:43:12 salo Exp $ +$NetBSD: distinfo,v 1.28 2004/12/21 17:58:55 salo Exp $ -SHA1 (lftp-3.0.11.tar.bz2) = f532d57341cdc1c00797fcd8e408ce96b83d7874 -Size (lftp-3.0.11.tar.bz2) = 1221523 bytes +SHA1 (lftp-3.0.13.tar.bz2) = d57173bbef188f63b82d33f7e15d4e712357b5b4 +Size (lftp-3.0.13.tar.bz2) = 1223604 bytes SHA1 (patch-aa) = 07b287f211e1fa87ce319ccc5f9746ebc07da632 SHA1 (patch-ab) = d230522c60786a2bcbce346419d8dfce412578d3 SHA1 (patch-ac) = 8000bf8b44b39b7f87e9d7c89bcb513aa5150753 |