summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authoruebayasi <uebayasi@pkgsrc.org>2003-06-29 10:22:22 +0000
committeruebayasi <uebayasi@pkgsrc.org>2003-06-29 10:22:22 +0000
commitf3fb8d653191b703142530d48f77dfa06f52b706 (patch)
tree29943b32b763b859af50505fdb923d27ef46c764 /net
parent376e3cf7c0f1729c17bacec4f4ba11c92074ed21 (diff)
downloadpkgsrc-f3fb8d653191b703142530d48f77dfa06f52b706.tar.gz
Update to 2.6.6.
Supplied by Toru Takamizu, PR22008. 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.
Diffstat (limited to 'net')
-rw-r--r--net/lftp/Makefile4
-rw-r--r--net/lftp/distinfo8
-rw-r--r--net/lftp/patches/patch-aa10
3 files changed, 11 insertions, 11 deletions
diff --git a/net/lftp/Makefile b/net/lftp/Makefile
index a2c54dfb9a8..227d9348059 100644
--- a/net/lftp/Makefile
+++ b/net/lftp/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2003/03/06 08:46:31 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2003/06/29 10:22:22 uebayasi 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/
diff --git a/net/lftp/distinfo b/net/lftp/distinfo
index 5869c906521..769f9f5effe 100644
--- a/net/lftp/distinfo
+++ b/net/lftp/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.9 2003/03/06 08:46:31 wiz Exp $
+$NetBSD: distinfo,v 1.10 2003/06/29 10:22:22 uebayasi 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
diff --git a/net/lftp/patches/patch-aa b/net/lftp/patches/patch-aa
index c0ced02e0ce..ab7619b632a 100644
--- a/net/lftp/patches/patch-aa
+++ b/net/lftp/patches/patch-aa
@@ -1,13 +1,13 @@
-$NetBSD: patch-aa,v 1.3 2001/10/03 14:37:13 wiz Exp $
+$NetBSD: patch-aa,v 1.4 2003/06/29 10:22:22 uebayasi 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