pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/lftp Update to lftp-3.5.11.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7a096fa5c47c
branches:  trunk
changeset: 528245:7a096fa5c47c
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Wed Apr 25 18:37:38 2007 +0000

description:
Update to lftp-3.5.11.

Version 3.5.11 - 2007-04-11
* fixed mirror for MDTM-less ftp servers.
* fixed readline prompt for \[\] (visible on win32).
* fixed compilation with Sun native compiler (Yann Rouillard).
Version 3.5.10 - 2007-03-26
* fixed core dump when doing ls on file: connection.
* fixed core dump when doing pget to write-protected directory.

diffstat:

 net/lftp/Makefile         |   4 ++--
 net/lftp/distinfo         |  10 +++++-----
 net/lftp/patches/patch-ae |  19 +++++++++++--------
 3 files changed, 18 insertions(+), 15 deletions(-)

diffs (58 lines):

diff -r d99cd83050db -r 7a096fa5c47c net/lftp/Makefile
--- a/net/lftp/Makefile Wed Apr 25 18:10:17 2007 +0000
+++ b/net/lftp/Makefile Wed Apr 25 18:37:38 2007 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.77 2007/03/07 09:25:31 salo Exp $
+# $NetBSD: Makefile,v 1.78 2007/04/25 18:37:38 tnn Exp $
 
-DISTNAME=              lftp-3.5.9
+DISTNAME=              lftp-3.5.11
 CATEGORIES=            net
 MASTER_SITES=          http://ftp.yars.free.net/pub/source/lftp/ \
                        ftp://ftp.iasi.roedu.net/pub/os/Linux/network/ftp/lftp/ \
diff -r d99cd83050db -r 7a096fa5c47c net/lftp/distinfo
--- a/net/lftp/distinfo Wed Apr 25 18:10:17 2007 +0000
+++ b/net/lftp/distinfo Wed Apr 25 18:37:38 2007 +0000
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.41 2007/03/07 09:25:31 salo Exp $
+$NetBSD: distinfo,v 1.42 2007/04/25 18:37:38 tnn Exp $
 
-SHA1 (lftp-3.5.9.tar.bz2) = ce4f7abb5a74e90218bb2ee94170ace747025298
-RMD160 (lftp-3.5.9.tar.bz2) = 669b11f06b59b43be4cdd2506484141adb1255b0
-Size (lftp-3.5.9.tar.bz2) = 1291792 bytes
+SHA1 (lftp-3.5.11.tar.bz2) = d9a3add50667cbdf98ee765d521b77f628612c0d
+RMD160 (lftp-3.5.11.tar.bz2) = a8c905073fcf13d50af11357662271985abcd220
+Size (lftp-3.5.11.tar.bz2) = 1330090 bytes
 SHA1 (patch-aa) = 6e3e8410994c7de84c5e42ad658cb72dec0f3426
 SHA1 (patch-ab) = d230522c60786a2bcbce346419d8dfce412578d3
 SHA1 (patch-ac) = 8000bf8b44b39b7f87e9d7c89bcb513aa5150753
 SHA1 (patch-ad) = 23f8250be519e7c2721adf27f094282d261061f5
-SHA1 (patch-ae) = e8616490ef62a40066dcd81ec8b0e854e0e62703
+SHA1 (patch-ae) = 97f539b1e0d6dfb083aac5b17c29e9a0a60444e4
diff -r d99cd83050db -r 7a096fa5c47c net/lftp/patches/patch-ae
--- a/net/lftp/patches/patch-ae Wed Apr 25 18:10:17 2007 +0000
+++ b/net/lftp/patches/patch-ae Wed Apr 25 18:37:38 2007 +0000
@@ -1,12 +1,15 @@
-$NetBSD: patch-ae,v 1.2 2007/03/07 09:25:31 salo Exp $
+$NetBSD: patch-ae,v 1.3 2007/04/25 18:37:38 tnn Exp $
 
---- po/Makefile.in.in.orig     2006-12-06 06:26:01.000000000 +0000
-+++ po/Makefile.in.in  2007-03-07 09:13:29.000000000 +0000
-@@ -30,6 +30,7 @@ gettextsrcdir = $(datadir)/gettext/po
- 
- INSTALL = @INSTALL@
- INSTALL_DATA = @INSTALL_DATA@
+--- po/Makefile.in.in.orig     2007-03-26 12:25:16.000000000 +0200
++++ po/Makefile.in.in
+@@ -38,8 +38,8 @@ INSTALL_DATA = @INSTALL_DATA@
+ # In automake >= 1.10, @mkdir_p@ is derived from ${MKDIR_P}, which is defined
+ # either as "/path/to/mkdir -p" or ".../install-sh -c -d". For these automake
+ # versions, $(mkinstalldirs) and $(install_sh) are unused.
+-mkinstalldirs = $(SHELL) @install_sh@ -d
+-install_sh = $(SHELL) @install_sh@
++mkinstalldirs = @install_sh@ -d
 +install_sh = @install_sh@
- mkinstalldirs = $(SHELL) @install_sh@ -d
+ MKDIR_P = @MKDIR_P@
  mkdir_p = @mkdir_p@
  



Home | Main Index | Thread Index | Old Index