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 | |
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')
-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 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/ \ diff --git a/net/lftp/distinfo b/net/lftp/distinfo index cabb242cb79..0f132a2a91e 100644 --- a/net/lftp/distinfo +++ b/net/lftp/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.22 2004/06/14 08:42:17 salo Exp $ +$NetBSD: distinfo,v 1.23 2004/08/13 07:19:51 salo Exp $ -SHA1 (lftp-3.0.6.tar.bz2) = e763eb9f54bfe5d2acdd752cbada8c18706c508a -Size (lftp-3.0.6.tar.bz2) = 1219493 bytes +SHA1 (lftp-3.0.7.tar.bz2) = afd5b4e95c178e4fb195f3c1190cff0d0db94151 +Size (lftp-3.0.7.tar.bz2) = 1219131 bytes SHA1 (patch-aa) = 07b287f211e1fa87ce319ccc5f9746ebc07da632 SHA1 (patch-ab) = d230522c60786a2bcbce346419d8dfce412578d3 SHA1 (patch-ac) = 8000bf8b44b39b7f87e9d7c89bcb513aa5150753 |