Subject: pkg/22008: Update net/lftp
To: None <gnats-bugs@gnats.netbsd.org>
From: Toru TAKAMIZU <ttaka@earth.email.ne.jp>
List: netbsd-bugs
Date: 06/29/2003 18:39:30
>Number: 22008
>Category: pkg
>Synopsis: Update net/lftp
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Sun Jun 29 09:40:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator: Toru TAKAMIZU
>Release: NetBSD 1.6.1_STABLE
>Organization:
>Environment:
System: NetBSD localhost 1.6.1_STABLE NetBSD 1.6.1_STABLE (MIWA) #30: Wed Jun 25 21:41:35 JST 2003 toru@localhost:/usr/src/sys/arch/i386/compile/MIWA i386
Architecture: i386
Machine: i386
>Description:
The attached patch provides the update to the latest (2.6.6) release.
Many bugs are fixed.
The patch is quite simple this time.
From NEWS:
Version 2.6.6 - 2003-05-28
* raised sane mirror connection limit to 64.
* fixed hftp file information retrieval when use-head is off (reported by
Robert A. Thompson).
* ignore zero size reported by SIZE (for sunsolve.sun.com).
* fixed a bug with exclude/include of directories in reverse mirror.
* several bugs with mirror --script fixed (reported by Olaf Kaehler).
* fixed a bug with unterminated string in HTML parsing; add wwwoffle support
(AIDA Shinra).
* fixed a bug with ssl settings pointing to files and directories (Diego
Reyes).
* fixed a bug with sending empty path in HTTP protocol (Geoffrey Lee).
* fixed catching of file size from ftp server message 150.
* fixed hftp with password - now it should work with all proxies as it
sends password in URI even when Authorization header is used.
* new debugging command .tasks to show number of tasks.
* now lftp does not load/save histories until it interacts with user.
E.g. `lftp -c command' does not update ~/.lftp/rl_history now.
>How-To-Repeat:
>Fix:
Index: Makefile
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/net/lftp/Makefile,v
retrieving revision 1.22
diff -u -r1.22 Makefile
--- Makefile 2003/03/06 08:46:31 1.22
+++ Makefile 2003/06/29 09:32:19
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.22 2003/03/06 08:46:31 wiz Exp $
#
-DISTNAME= lftp-2.6.5
+DISTNAME= lftp-2.6.6
CATEGORIES= net
MASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/ \
ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/old/
Index: distinfo
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/net/lftp/distinfo,v
retrieving revision 1.9
diff -u -r1.9 distinfo
--- distinfo 2003/03/06 08:46:31 1.9
+++ distinfo 2003/06/29 09:32:19
@@ -1,7 +1,7 @@
$NetBSD: distinfo,v 1.9 2003/03/06 08:46:31 wiz Exp $
-SHA1 (lftp-2.6.5.tar.bz2) = f2605e190cdcd9dafa02be1f9173dbdd9cb022ac
-Size (lftp-2.6.5.tar.bz2) = 1135329 bytes
-SHA1 (patch-aa) = 727d216e32d66671e2c74e08e32c1f1017acc87e
+SHA1 (lftp-2.6.6.tar.bz2) = 0913de7d39ab2d187cd8fe51d4d21a8938ddaf40
+Size (lftp-2.6.6.tar.bz2) = 1163154 bytes
+SHA1 (patch-aa) = 007249b3b1235cc8b163f95324ad94ac75284915
SHA1 (patch-ab) = 4312c2878b6e553bdadfab8528906f811cd9d381
SHA1 (patch-ac) = 6df164610322c4dcfa82b8cb92e6a0845a75aee2
Index: patches/patch-aa
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/net/lftp/patches/patch-aa,v
retrieving revision 1.3
diff -u -r1.3 patch-aa
--- patches/patch-aa 2001/10/03 14:37:13 1.3
+++ patches/patch-aa 2003/06/29 09:32:19
@@ -1,13 +1,13 @@
$NetBSD: patch-aa,v 1.3 2001/10/03 14:37:13 wiz Exp $
---- src/Makefile.in.orig Thu Sep 13 17:35:18 2001
-+++ src/Makefile.in
-@@ -691,7 +691,7 @@
+--- src/Makefile.in.orig Wed May 28 19:39:59 2003
++++ src/Makefile.in Mon Jun 9 08:36:00 2003
+@@ -815,7 +815,7 @@
all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS)
installdirs:
- $(mkinstalldirs) $(DESTDIR)$(pkgverlibdir) $(DESTDIR)$(bindir) $(DESTDIR)$(bindir) $(DESTDIR)$(pkgdatadir)
+ $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(bindir) $(DESTDIR)$(pkgdatadir)
-
install: install-am
install-exec: install-exec-am
+ install-data: install-data-am
>Release-Note:
>Audit-Trail:
>Unformatted: