pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/lftp Updated to version 3.0.7.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d129e9905b70
branches:  trunk
changeset: 479357:d129e9905b70
user:      salo <salo%pkgsrc.org@localhost>
date:      Fri Aug 13 07:19:51 2004 +0000

description:
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:

 net/lftp/Makefile |  4 ++--
 net/lftp/distinfo |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (27 lines):

diff -r 4839e3bb95f8 -r d129e9905b70 net/lftp/Makefile
--- a/net/lftp/Makefile Fri Aug 13 07:11:57 2004 +0000
+++ b/net/lftp/Makefile Fri Aug 13 07:19:51 2004 +0000
@@ -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 -r 4839e3bb95f8 -r d129e9905b70 net/lftp/distinfo
--- a/net/lftp/distinfo Fri Aug 13 07:11:57 2004 +0000
+++ b/net/lftp/distinfo Fri Aug 13 07:19:51 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index