Bug#868609: le FTBFS with latest ncurses

2017-08-23 Thread Alexander V. Lukyanov
On Fri, Aug 18, 2017 at 12:39:00PM +0200, Raphael Geissert wrote: > Do you plan to make a new release with the fixes? or should I grab the > patches from github? 1.16.5 has been released. -- Alexander.

Bug#868609: le FTBFS with latest ncurses

2017-08-21 Thread Alexander V. Lukyanov
On Fri, Aug 18, 2017 at 12:39:00PM +0200, Raphael Geissert wrote: > Do you plan to make a new release with the fixes? or should I grab the > patches from github? I'm going to release next version soon. I'm only waiting for a feedback from a NetBSD user (compilation problem). -- Alexander.

Bug#868609: le FTBFS with latest ncurses

2017-07-25 Thread Alexander V. Lukyanov
On Tue, Jul 25, 2017 at 04:55:54AM -0400, Thomas Dickey wrote: > > > e) fix a different fail-to-build with the opaque TERMTYPE > > > > I don't see how these lines are equivalent: > > > > - TERMTYPE *tp = _term->type; > > + TERMTYPE *tp = (TERMTYPE *)(_term); > > They're the same because the

Bug#868609: le FTBFS with latest ncurses

2017-07-25 Thread Alexander V. Lukyanov
On Sat, Jul 22, 2017 at 10:52:19AM -0400, Thomas Dickey wrote: > c) add a cast to fix a signed/unsigned compiler warning I will check if a newer/better version of regex.c if available in emacs (it was taken from there). > d) add (to help with running valgrind) the ExitProgram macro Where is

Bug#868609: le FTBFS with latest ncurses

2017-07-17 Thread Alexander V. Lukyanov
On Mon, Jul 17, 2017 at 05:28:09AM -0400, Thomas Dickey wrote: > On Mon, Jul 17, 2017 at 11:43:35AM +0300, Alexander V. Lukyanov wrote: > > On Mon, Jul 17, 2017 at 02:48:27AM +0300, Adrian Bunk wrote: > > > Source: le > > > Version: 1.16.3-1 > > > Seve

Bug#868609: le FTBFS with latest ncurses

2017-07-17 Thread Alexander V. Lukyanov
On Mon, Jul 17, 2017 at 02:48:27AM +0300, Adrian Bunk wrote: > Source: le > Version: 1.16.3-1 > Severity: serious > Tags: buster sid > > https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/le.html > > ... > gcc -DHAVE_CONFIG_H -I. -I../lib -I../lib -I../lib -I/usr/include/ncursesw

Bug#504638: abort (*** glibc detected *** lftp: malloc(): memory corruption) when trying to use zless

2008-11-11 Thread Alexander V. Lukyanov
This patch should fix the bug. -- Alexander. Index: OutputJob.cc === RCS file: /home/lav/cvsroot/lftp/src/OutputJob.cc,v retrieving revision 1.21 diff -u -p -r1.21 OutputJob.cc --- OutputJob.cc22 May 2008 13:20:37 -

Bug#436566: [Fwd: Bug#436566: lftp: Does not correctly encode UTF-8 symbols in URL.]

2007-08-08 Thread Alexander V. Lukyanov
On Wed, Aug 08, 2007 at 08:50:18PM +0200, Noèl Köthe wrote: here is a patch from a Debian user.:) Reply-To set to the submitter, Debian BTS and this list. Weitergeleitete Nachricht Von: Thomas de Grivel billitch (at) gmail.com Betreff: Bug#436566: lftp: Does not

Bug#435437: [Fwd: Bug#435437: lftp: tupo in russian translation]

2007-08-01 Thread Alexander V. Lukyanov
help for mput command have the same description as mget :-) patch included I have applied the patch and made other corrections to mput description. Thanks! -- Alexander. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#408579: [Fwd: Bug#408579: lftp: option [-p port] ignored if a path is specified]

2007-02-26 Thread Alexander V. Lukyanov
Depending on the specification of a path (/ is considered as a path) or not, the option [-p port] can be ignored. This patch should fix the problem. Index: commands.cc === RCS file: /home/lav/cvsroot/lftp/src/commands.cc,v

Bug#385570: please provide a way to expire upstream caches

2006-09-03 Thread Alexander V. Lukyanov
lftp already has the following options: http:cache http:cache-control hftp:cache hftp:cache-control So you can precisely control the squid cache. E.g. turn off cacheing completely: set http:cache off (it adds two request headers: `Pragma: no-cache' and

Bug#379690: lftp: mirror -c gets stalled

2006-07-25 Thread Alexander V. Lukyanov
Here is a patch to fix the problem. -- Alexander. Index: FileCopy.cc === RCS file: /home/lav/cvsroot/lftp/src/FileCopy.cc,v retrieving revision 1.125 diff -u -p -r1.125 FileCopy.cc --- FileCopy.cc 4 Jul 2006 05:15:35 -

Bug#378403: lftp: does not accept http://1.com as user name

2006-07-17 Thread Alexander V. Lukyanov
You can use URL notation to specify such user names like this: open ftp://[EMAIL PROTECTED] -- Alexander. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#270901: lftp: Tab expansion on mirror -R displays cwd of server instead of client

2006-07-07 Thread Alexander V. Lukyanov
This bug was fixed in 3.0.10 (quite long ago). -- Alexander.. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#282326: lftp: All remote actions stall after interrupting a transfer

2006-07-07 Thread Alexander V. Lukyanov
Probably this bug is fixed in 3.5.1, where ABOR handling was improved. -- Alexander. | http://www.yars.free.net/~lav/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#359079: lftp: cannot upload from stdin

2006-07-07 Thread Alexander V. Lukyanov
One can use: put /dev/stdin -o remote_file -- Alexander.. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#375590: lftp: pget and URL escaping

2006-06-28 Thread Alexander V. Lukyanov
Please try the attached patch. Sorry for mail filtering. It is done to fight spam. To avoid the filter, register your mail server in reverse DNS with a good name. In the mean time, I have added your IP address to white list. -- Alexander. | http://www.yars.free.net/~lav/

Bug#375590: lftp: pget and URL escaping

2006-06-28 Thread Alexander V. Lukyanov
On Wed, Jun 28, 2006 at 04:52:45PM -0400, Glenn Maynard wrote: Works against 3.4.7. (I tried compiling it with CVS, but was missing Cache.h.) I have forgotten to commit those files. Fixed. CVS now contains a better fix, without leak of Clone'd sessions when pget'ting non-URL. --

Bug#340332: lftp: ls does not print files starting with . (like .htaccess).

2005-11-23 Thread Alexander V. Lukyanov
On Wed, Nov 23, 2005 at 09:46:49AM +0100, Eugen Dedu wrote: Shouldn't this option be used by default? About a year ago the dot files were taken into account by default. No, it should not. LIST -a option is not necessary supported by ftp server. The option was not ever enabled by default.

Bug#340332: lftp: ls does not print files starting with . (like .htaccess).

2005-11-22 Thread Alexander V. Lukyanov
It is a FAQ. Use: set ftp:list-options -a if the option is supported by the ftp server. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#335335: lftp: does not produce an error when it cannot connect to site

2005-11-22 Thread Alexander V. Lukyanov
It is a feature. lftp considers `Connection refused' a temporary error and retries the operation. To avoid it, use `set net:max-retries 1'. Besides, lftp connects (and re-connects) to the server only when needed, in your case when you want a directory listing. That's a feature too. -- To

Bug#298990: lftp: ftp proxy, netrc and urls

2005-09-20 Thread Alexander V. Lukyanov
To clarify the situation: ftp_proxy environment variable _does not_ set ftp:proxy directly, only if it starts with ftp://. In case ftp_proxy starts with http:// it sets lftp variable hftp:proxy. If you want to set ftp:proxy to http:// you have to do it in ~/.lftp/rc or /etc/lftp.conf This is

Bug#84410: #84410 lftp difference between command line and inside lftp

2005-09-05 Thread Alexander V. Lukyanov
LFTP | Version 3.2.1 | Copyright (c) 1996-2005 Alexander V. Lukyanov # lftp http://www.analog.cx/download.html cd: Access failed: 404 Not Found (/download.html) # lftp lftp :~ get http://www.analog.cx/download.html 9015 bytes transferred This is expected behaviour. Lftp prior to 3.3.0