diff options
author | salo <salo@pkgsrc.org> | 2004-08-13 07:19:51 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2004-08-13 07:19:51 +0000 |
commit | 275b73f6836c77b7144b177b90e65480f8c2e0e2 (patch) | |
tree | 97fc03457547eada58f9788c34cb4458a4ed9a38 /net/lftp/Makefile | |
parent | defd97be15e863de10949c89c022553b68b46330 (diff) | |
download | pkgsrc-275b73f6836c77b7144b177b90e65480f8c2e0e2.tar.gz |
Updated to version 3.0.7.
Changes:
- slow-start in sftp implemented.
- ftp proxy which expects user@proxy-user@host is now supported
with new boolean setting ftp:proxy-auth-joined.
- key passphrase for sftp is now supported.
- new setting http:cache-control to set corresponding request
header.
- don't send FEAT to ftp proxy before login.
- fixed timeout handling after FEAT command.
- fixed find and du to show status line correctly when output
goes to screen.
- fixed shell (!) command to return proper error code.
- fixed binding ftp data socket in non-passive mode.
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 1b821fb3e75..31c3a198003 100644 --- a/net/lftp/Makefile +++ b/net/lftp/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.46 2004/07/10 03:14:45 grant Exp $ +# $NetBSD: Makefile,v 1.47 2004/08/13 07:19:51 salo Exp $ # -DISTNAME= lftp-3.0.6 +DISTNAME= lftp-3.0.7 CATEGORIES= net MASTER_SITES= ftp://ftp.cs.tu-berlin.de/pub/net/ftp/lftp/ \ ftp://ftp.tuwien.ac.at/infosys/browsers/ftp/lftp/ \ |