UPDATE: net/lftp

2020-08-23 Thread Rafael Sadowski
OK to update lftp to 4.9.2? https://lftp.tech/news.html I add a simple patch to fix build with LibreSSL. Index: Makefile === RCS file: /cvs/ports/net/lftp/Makefile,v retrieving revision 1.128 diff -u -p -u -p -r1.128 Makefile --- Make

Re: UPDATE: net/lftp

2017-10-16 Thread Rafael Sadowski
On Wed Oct 11, 2017 at 04:23:32PM +0200, Jeremie Courreges-Anglas wrote: > On Tue, Oct 10 2017, Stuart Henderson wrote: > > On 2017/10/09 22:34, Rafael Sadowski wrote: > >> +RUN_DEPENDS +=devel/desktop-file-utils \ > >> + x11/gtk+3,-guic > > > > oh yuk, please don't pull that in for a

Re: UPDATE: net/lftp

2017-10-11 Thread Jeremie Courreges-Anglas
On Tue, Oct 10 2017, Stuart Henderson wrote: > On 2017/10/09 22:34, Rafael Sadowski wrote: >> +RUN_DEPENDS += devel/desktop-file-utils \ >> +x11/gtk+3,-guic > > oh yuk, please don't pull that in for a CLI ftp client.. +1 -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDC

Re: UPDATE: net/lftp

2017-10-10 Thread Stuart Henderson
On 2017/10/09 22:34, Rafael Sadowski wrote: > +RUN_DEPENDS += devel/desktop-file-utils \ > + x11/gtk+3,-guic oh yuk, please don't pull that in for a CLI ftp client..

Re: UPDATE: net/lftp

2017-10-09 Thread Rafael Sadowski
On Sat Sep 23, 2017 at 06:17:40PM +, Rafael Sadowski wrote: > Hi all, > > please find below an update diff for lftp 4.8.1. I add a simple patch to > avoid running into an assert at the program end. > > Changelog between 4.7.1 and 4.8.1 > > Version 4.8.1 - 2017-09-12 > > - improved rate limi

UPDATE: net/lftp

2017-09-23 Thread Rafael Sadowski
Hi all, please find below an update diff for lftp 4.8.1. I add a simple patch to avoid running into an assert at the program end. Changelog between 4.7.1 and 4.8.1 Version 4.8.1 - 2017-09-12 - improved rate limiting to allow per-host limits. - ftp: make prefer-epsv default "no". - ftp: fixed qu

UPDATE: net/lftp

2017-08-19 Thread Rafael Sadowski
Hi All, simple diff to update lftp the last 4.7.x stable branch. The 4.8 update needs some more time or rather I need more time. OK? Comments? Best regards, Rafael Sadowski Index: Makefile === RCS file: /cvs/ports/net/lftp/Makefil

UPDATE: net/lftp

2017-03-10 Thread Rafael Sadowski
Hi All! Here's an update to lftp 4.7.7. Best regards, Rafael Index: Makefile === RCS file: /cvs/ports/net/lftp/Makefile,v retrieving revision 1.113 diff -u -p -u -p -r1.113 Makefile --- Makefile16 Feb 2017 10:56:00 - 1

Re: UPDATE: net/lftp 4.7.6

2017-02-15 Thread Rafael Sadowski
On Wed Feb 15, 2017 at 09:42:54PM +, Stuart Henderson wrote: > On 2017/02/15 22:13, Rafael Sadowski wrote: > > - add gettext-tools as RUN_DEPENDS to calm portcheck. > > that doesn't make sense. D'oh! I always fall back on it. lftp needs gettext and this comes with devel/libidn. I would like t

Re: UPDATE: net/lftp 4.7.6

2017-02-15 Thread Stuart Henderson
On 2017/02/15 22:13, Rafael Sadowski wrote: > - add gettext-tools as RUN_DEPENDS to calm portcheck. that doesn't make sense.

UPDATE: net/lftp 4.7.6

2017-02-15 Thread Rafael Sadowski
Hi All, simple update to 4.7.6 from today. Changelog: - obsolete settings xfer:log, xfer:log-file, xfer:max-log-size are now - aliased to log:enabled/xfer, log:file/xfer and log:max-size/xfer. - fixed a missing SFTP status message. - fixed a coredump when opening "slot:name" without a path in the

Re: UPDATE: net/lftp

2017-02-15 Thread Rafael Sadowski
*ping* On Tue Jan 24, 2017 at 07:39:08PM +0100, Rafael Sadowski wrote: > Hi ports@, > > simple update to 4.7.5. Changelog: > > Version 4.7.5 - 2017-01-01: > > - http: recognize apache listing with ISO date/time. > - ipv6: ignore link-local address without a scope. > - new settings log:prefix-{r

UPDATE: net/lftp

2017-01-24 Thread Rafael Sadowski
Hi ports@, simple update to 4.7.5. Changelog: Version 4.7.5 - 2017-01-01: - http: recognize apache listing with ISO date/time. - ipv6: ignore link-local address without a scope. - new settings log:prefix-{recv,send,note,error}. - documentation and help improvements. - mirror: fixed recursion mod

Re: UPDATE: net/lftp

2016-11-24 Thread Rafael Sadowski
On Thu Nov 24, 2016 at 04:45:13AM +0100, Jeremie Courreges-Anglas wrote: > Rafael Sadowski writes: > > > On Wed Nov 23, 2016 at 12:24:01PM +, Stuart Henderson wrote: > >> On 2016/11/22 04:40, Jeremie Courreges-Anglas wrote: > >> > > # lftp needs add_history_time() > >> > > LIB_DEPENDS= dev

Re: UPDATE: net/lftp

2016-11-23 Thread Jeremie Courreges-Anglas
Rafael Sadowski writes: > On Wed Nov 23, 2016 at 12:24:01PM +, Stuart Henderson wrote: >> On 2016/11/22 04:40, Jeremie Courreges-Anglas wrote: >> > > # lftp needs add_history_time() >> > > LIB_DEPENDS=devel/libidn \ >> > > devel/readline>=6.1p2 \ >> > > + >> > > +RUN_DE

Re: UPDATE: net/lftp

2016-11-23 Thread Rafael Sadowski
On Wed Nov 23, 2016 at 12:24:01PM +, Stuart Henderson wrote: > On 2016/11/22 04:40, Jeremie Courreges-Anglas wrote: > > > # lftp needs add_history_time() > > > LIB_DEPENDS= devel/libidn \ > > > devel/readline>=6.1p2 \ > > > + > > > +RUN_DEPENDS= devel/gettext > > > > I do n

Re: UPDATE: net/lftp

2016-11-23 Thread Stuart Henderson
On 2016/11/22 04:40, Jeremie Courreges-Anglas wrote: > > # lftp needs add_history_time() > > LIB_DEPENDS= devel/libidn \ > > devel/readline>=6.1p2 \ > > + > > +RUN_DEPENDS= devel/gettext > > I do not understand this. gettext could be part of LIB_DEPENDS, but why > would

Re: UPDATE: net/lftp

2016-11-21 Thread Jeremie Courreges-Anglas
Rafael Sadowski writes: > Hi @ports, > > below is an update diff to net/lftp 4.7.4. Tested on amd64. > > OK, comments? Please see below, > Kind regards, > > Rafael Sadowski > > > Index: Makefile > === > RCS file: /cvs/ports/net/lft

UPDATE: net/lftp

2016-11-19 Thread Rafael Sadowski
Hi @ports, below is an update diff to net/lftp 4.7.4. Tested on amd64. OK, comments? Kind regards, Rafael Sadowski Index: Makefile === RCS file: /cvs/ports/net/lftp/Makefile,v retrieving revision 1.110 diff -u -p -u -p -r1.110 Ma

UPDATE: net/lftp

2016-07-30 Thread Rafael Sadowski
Hi @ports, Tested @amd64 with out problems. OK, comments? Kind regards, Rafael Index: Makefile === RCS file: /cvs/ports/net/lftp/Makefile,v retrieving revision 1.109 diff -u -p -u -p -r1.109 Makefile --- Makefile27 May 2016 12

Re: UPDATE: net/lftp

2015-12-11 Thread Rafael Sadowski
On Thu Dec 10, 2015 at 11:48:50PM +, Stuart Henderson wrote: > On 2015/12/11 00:22, Rafael Sadowski wrote: > > 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

Re: UPDATE: net/lftp

2015-12-10 Thread Stuart Henderson
On 2015/12/11 00:22, Rafael Sadowski wrote: > 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: s

UPDATE: net/lftp

2015-12-10 Thread Rafael Sadowski
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

Re: update: net/lftp 4.6.3a -> 4.6.4

2015-08-31 Thread Benoit Lecocq
On 08/30/15 18:32, Rafael Sadowski wrote: > hi @ports, > > simple maintainer update to next stable version. > > Version 4.6.4 - 2015-08-20 > > mirror: new option --transfer-all. > torrent: new setting torrent:timeout to limit time without any progress. > torrent: fixed handling of u

update: net/lftp 4.6.3a -> 4.6.4

2015-08-30 Thread Rafael Sadowski
hi @ports, simple maintainer update to next stable version. Version 4.6.4 - 2015-08-20 mirror: new option --transfer-all. torrent: new setting torrent:timeout to limit time without any progress. torrent: fixed handling of udp tracker without explicit port number. torrent: improv

Re: UPDATE: net/lftp Version 4.6.3

2015-06-17 Thread Stuart Henderson
On 2015/06/17 16:59, Rafael Sadowski wrote: > Hi @ports, > > simple lftp update to last version 4.6.3: > > Changes (Some bugs fixed, minor features add): > > new mirror setting mirror:overwrite and options > --overwrite/--no-overwrite. > new mirror option --upload-older. > new mirro

UPDATE: net/lftp Version 4.6.3

2015-06-17 Thread Rafael Sadowski
Hi @ports, simple lftp update to last version 4.6.3: Changes (Some bugs fixed, minor features add): new mirror setting mirror:overwrite and options --overwrite/--no-overwrite. new mirror option --upload-older. new mirror option --recursion={always,never,missing,newer}. try to dow

update: net/lftp

2015-01-08 Thread Stefan Sperling
This updates lftp to the latest release. ok? I didn't touch the RAND_egd hack in Makefile but perhaps it's not necessary anymore? Index: Makefile === RCS file: /cvs/ports/net/lftp/Makefile,v retrieving revision 1.101 diff -u -p -r1.1

UPDATE: net/lftp 4.6.0

2014-12-21 Thread Rafael Sadowski
Hey @ports, simple math/lftp update to 4.6.0. changes since last version in tree: Version 4.6.0 - 2014-10-13 new torrent --share option. new setting mirror:require-source. new settings xfer:use-temp-file and xfer:temp-file-name. ftp: wait for QUIT reply before closing control s

UPDATE: net/lftp

2014-04-13 Thread Benoit Lecocq
Hi, This diff updates lftp to the latest release. Comments ? OK ? Cheers, benoit Index: Makefile === RCS file: /cvs/ports/net/lftp/Makefile,v retrieving revision 1.96 diff -u -p -u -r1.96 Makefile --- Makefile 24 Mar 2014 09:08:46 -

UPDATE: net/lftp

2011-05-01 Thread Kevin Lo
Here's an update to lftp 4.2.3. Tested on amd64. Comments? ok? Index: Makefile === RCS file: /cvs/ports/net/lftp/Makefile,v retrieving revision 1.87 diff -u -p -r1.87 Makefile --- Makefile4 Jan 2011 10:32:38 - 1.87 +++ M

UPDATE: net/lftp 4.1.2

2011-01-03 Thread Kevin Lo
Hi, Here's an update to lftp 4.1.2. Tested on amd64. Comments? Ok? Kevin Index: Makefile === RCS file: /cvs/ports/net/lftp/Makefile,v retrieving revision 1.86 diff -u -p -r1.86 Makefile --- Makefile18 Oct 2010 18:36:49

Re: UPDATE: net/lftp

2007-10-01 Thread Kevin Lo
Mattieu Baptiste wrote: > On 10/1/07, Stuart Henderson <[EMAIL PROTECTED]> wrote: > > > -MASTER_SITES=http://ftp.yars.free.net/pub/source/lftp/ \ > > > - http://ftp.yars.free.net/pub/source/lftp/old/ > > > > This should be left as it is, so that fetches from the master site > >

Re: UPDATE: net/lftp

2007-10-01 Thread Mattieu Baptiste
On 10/1/07, Stuart Henderson <[EMAIL PROTECTED]> wrote: > > -MASTER_SITES=http://ftp.yars.free.net/pub/source/lftp/ \ > > - http://ftp.yars.free.net/pub/source/lftp/old/ > > This should be left as it is, so that fetches from the master site > continue to work when a new version

Re: UPDATE: net/lftp

2007-09-30 Thread Stuart Henderson
On 2007/09/30 20:29, Mattieu Baptiste wrote: > Tested on i386. This looks like a worthwhile update - works fine for me on amd64 and sparc64. > -EXTRACT_SUFX=.tar.bz2 good :-) > -MASTER_SITES=http://ftp.yars.free.net/pub/source/lftp/ \ > - http://ftp.yars.free.net/pub

UPDATE: net/lftp

2007-09-30 Thread Mattieu Baptiste
Hi all, The following diff updates lftp to the latest version (3.5.14). It fixes on my machine various hangs and segfaults. Tested on i386. The diff is also available at : http://mattieu.b.free.fr/openbsd/lftp.patch Cheers, Mattieu Index: Makefile ==