Dear lftp users and OpenBSD ports, simple bugfix update.
lftp 4.6.5: - sftp: fixed handling of out-of-order replies. - fixed futex_wait issue in SIGCHLD handler. - ftp: fixed ls freezing with unstable server connection. - torrent: show more correct ETA on the status line. - fixed gnutls priority string. - mirror: fixed excessive stack usage on large directories. - documented some hard to fix bugs. - improved man page on open command and cmd:prompt setting. - translations updated (zh_TW). lftp port: - update DESCR with more protocol informations. lftp handle not only FTP(s). OK? Best regards, Rafael Index: Makefile =================================================================== RCS file: /cvs/ports/net/lftp/Makefile,v retrieving revision 1.107 diff -u -p -u -p -r1.107 Makefile --- Makefile 31 Aug 2015 07:50:59 -0000 1.107 +++ Makefile 10 Dec 2015 22:59:00 -0000 @@ -2,7 +2,7 @@ COMMENT= shell-like command line ftp and sftp client -DISTNAME= lftp-4.6.4 +DISTNAME= lftp-4.6.5 CATEGORIES= net HOMEPAGE= http://lftp.yar.ru/ Index: distinfo =================================================================== RCS file: /cvs/ports/net/lftp/distinfo,v retrieving revision 1.66 diff -u -p -u -p -r1.66 distinfo --- distinfo 31 Aug 2015 07:50:59 -0000 1.66 +++ distinfo 10 Dec 2015 22:59:00 -0000 @@ -1,2 +1,2 @@ -SHA256 (lftp-4.6.4.tar.gz) = eR54N3nT1rUZ0MIxVUMLl4XyhUAj64NMcW9bp4hzsVo= -SIZE (lftp-4.6.4.tar.gz) = 2656129 +SHA256 (lftp-4.6.5.tar.gz) = KdHILWEIA9XAF2V9dmPgX6Ab1Y8OBhgPMG5DDweBYpk= +SIZE (lftp-4.6.5.tar.gz) = 2666338 Index: patches/patch-configure =================================================================== RCS file: /cvs/ports/net/lftp/patches/patch-configure,v retrieving revision 1.11 diff -u -p -u -p -r1.11 patch-configure --- patches/patch-configure 31 Aug 2015 07:50:59 -0000 1.11 +++ patches/patch-configure 10 Dec 2015 22:59:00 -0000 @@ -2,9 +2,9 @@ $OpenBSD: patch-configure,v 1.11 2015/08 Use GNU readline as our base readline lacks add_history_time(). ---- configure.orig Thu Aug 20 11:49:32 2015 -+++ configure Sun Aug 30 17:51:08 2015 -@@ -47962,7 +47962,7 @@ if ${lftp_cv_precompiled_readline+:} false; then : +--- configure.orig Thu Dec 10 14:20:13 2015 ++++ configure Fri Dec 11 00:08:40 2015 +@@ -48137,7 +48137,7 @@ if ${lftp_cv_precompiled_readline+:} false; then : else old_LIBS="$LIBS" @@ -13,7 +13,7 @@ Use GNU readline as our base readline la cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ extern int (*rl_getc_function)(); -@@ -48002,7 +48002,7 @@ if test $lftp_cv_precompiled_readline = yes; then +@@ -48177,7 +48177,7 @@ if test $lftp_cv_precompiled_readline = yes; then READLINE_DIR='' { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } Index: patches/patch-src_Makefile_in =================================================================== RCS file: /cvs/ports/net/lftp/patches/patch-src_Makefile_in,v retrieving revision 1.10 diff -u -p -u -p -r1.10 patch-src_Makefile_in --- patches/patch-src_Makefile_in 31 Aug 2015 07:50:59 -0000 1.10 +++ patches/patch-src_Makefile_in 10 Dec 2015 22:59:00 -0000 @@ -1,7 +1,7 @@ $OpenBSD: patch-src_Makefile_in,v 1.10 2015/08/31 07:50:59 benoit Exp $ ---- src/Makefile.in.orig Thu Aug 20 11:49:33 2015 -+++ src/Makefile.in Sun Aug 30 17:51:08 2015 -@@ -227,7 +227,7 @@ am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(p +--- src/Makefile.in.orig Thu Dec 10 14:20:12 2015 ++++ src/Makefile.in Fri Dec 11 00:08:40 2015 +@@ -236,7 +236,7 @@ am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(p "$(DESTDIR)$(pkgdatadir)" LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES) \ $(pkgverlib_LTLIBRARIES) Index: pkg/DESCR =================================================================== RCS file: /cvs/ports/net/lftp/pkg/DESCR,v retrieving revision 1.5 diff -u -p -u -p -r1.5 DESCR --- pkg/DESCR 24 Sep 2009 06:40:05 -0000 1.5 +++ pkg/DESCR 10 Dec 2015 22:59:00 -0000 @@ -1,7 +1,8 @@ -LFTP is a shell-like command line ftp and sftp client. It is reliable: -can retry operations and does reget automatically. It can do several -transfers simultaneously in background. You can start a transfer in -background and continue browsing the ftp site or another one. This all -is done in one process. Background jobs will be completed in nohup mode -if you exit or close modem connection. Lftp has reput, mirror, reverse -mirror among its features. +Command line driven, shell-like, reliable file transfer program. lftp can +handle several file access methods - FTP, FTPS, HTTP, HTTPS, HFTP, FISH, SFTP +and file. It is reliable: can retry operations and does reget automatically. +It can do several transfers simultaneously in background. You can start a +transfer in background and continue browsing the ftp site or another one. This +all is done in one process. Background jobs will be completed in nohup mode if +you exit or close modem connection. Lftp has reput, mirror, reverse mirror +among its features.