Re: [lftp] lftp linking error with hardining options (Fish.cc:567:18: error: format not a string literal and no format arguments [-Werror=format-security])

2012-03-25 Thread Noël Köthe
Am Sonntag, den 25.03.2012, 12:43 +0200 schrieb Noël Köthe: When trying to build lftp the linking fails with the following error: /bin/bash ../libtool --silent --tag=CXX --mode=compile gcc -DHAVE_CONFIG_H -I. -I../lib -I../lib -I../trio -I/usr/include/p11-kit-1 -D_FORTIFY_SOURCE=2

Re: [lftp] lftp linking error with hardining options (Fish.cc:567:18: error: format not a string literal and no format arguments [-Werror=format-security])

2012-03-25 Thread Noël Köthe
Hello, Am Sonntag, den 25.03.2012, 12:47 +0200 schrieb Noël Köthe: attached is a patch for the problem from Simon Ruderich si...@ruderich.org: changed (minor whitespace) to apply cleanly. -- Noël Köthe noel debian.org Debian GNU/Linux, www.debian.org Description: Fix errors reported

[lftp] mget: does not get index.html with glob pattern (dir/*) via http

2012-07-07 Thread Noël Köthe
-koeln.de:~ mget -c -d fedora/14/Fedora/x86_64/os/repoview/* 11272788 bytes transferred in 2218 seconds (5.0K/s) Total 2942 files transferred The index.html file is not saved when using http. -- Noël Köthe noel debian.org

[lftp] lftp: Could accept binary prefix in net:* options

2012-07-07 Thread Noël Köthe
think it makes sense? -- Noël Köthe noel debian.org Debian GNU/Linux, www.debian.org signature.asc Description: This is a digitally signed message part ___ lftp mailing list lftp@uniyar.ac.ru http://univ.uniyar.ac.ru/mailman/listinfo/lftp

Re: [lftp] I found a bug about lftp

2012-07-07 Thread Noël Köthe
$ id 1test uid=1001(1test) gid=1001(1test) groups=1001(1test) The regex for usernames in the past was ^[a-z][-a-z0-9]*\$ but I have no idea where or who defines this (POSIX). -- Noël Köthe noel debian.org Debian GNU/Linux, www.debian.org signature.asc Description: This is a digitally signed

[lftp] [Fwd: Bug#697217: FTBFS with glibc 2.16, patch attached]

2013-01-04 Thread Noël Köthe
Kernel: Linux 3.7.0-7-generic (SMP w/4 CPU cores) Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -- Noël Köthe noel debian.org Debian GNU/Linux, www.debian.org diff -Nru lftp-4.3.8/debian/changelog lftp-4.3.8/debian/changelog diff -Nru lftp-4.3.8

[lftp] lftp on kfreebsd-i386 build problem (patch)

2013-01-04 Thread Noël Köthe
and the mailinglist because the problem will/should be fixed in gnulib. Regards. -- Noël Köthe noel debian.org Debian GNU/Linux, www.debian.org signature.asc Description: This is a digitally signed message part ___ lftp mailing list lftp@uniyar.ac.ru http

[lftp] some ftp servers hide dot-files by default

2013-12-23 Thread Noël Köthe
Hello, today I were pointed to this part of the lftp manpage: Some ftp servers hide dot-files by default (e.g. .htaccess), and show them only when LIST command is used with -a option. In such case try to use `set ftp:list-options -a'. I found this wget patch which tries to solve this problem:

Re: [lftp] build error [was: Re: lftp 4.5.0]

2014-06-02 Thread Noël Köthe
Hello Alexander, Am Freitag, den 23.05.2014, 18:38 +0400 schrieb Alexander V. Lukyanov: Torrent.cc:2869:69: error: format not a string literal and no format arguments [-Werror=format-security] LogError(4,dc=_(peer closed connection (before handshake))); Nice catch. In fact

[lftp] lftp minor spelling correction

2016-07-02 Thread Noël Köthe
Hello Alexander, just a pedantic spelling patch: diff --git a/src/Torrent.cc b/src/Torrent.cc index 95b9aca..301d3b7 100644 --- a/src/Torrent.cc +++ b/src/Torrent.cc @@ -3271,7 +3271,7 @@ int TorrentPeer::Do() } if(recv_buf->Error()) { -  LogError(2,"recieve:

lftp produces segmentation fault with mirror --log command (Debian BTS#551062)

2010-07-31 Thread Noël Köthe
addresses found: ::1, 127.0.0.1 lftp t...@localhost:~ ls Connecting to localhost (::1) port 21 --- 220 ProFTPD 1.3.3a Server (Debian) [::1] ... lftp t...@localhost:~ mirror --log=log/mylogfile Segmentation fault $ LC_ALL=C ls log ls: cannot access log: No such file or directory -- Noël Köthe noel

rm -r doesn't delete dotfiles in a directory (.test; #520451)

2010-07-31 Thread Noël Köthe
complete --- DELE testfile --- 250 DELE command successful --- CWD /home/test --- 250 CWD command successful --- RMD testdir --- 550 testdir: Das Verzeichnis ist nicht leer rm failed for 1 of 2 files older report: http://bugs.debian.org/520451 -- Noël Köthe noel debian.org Debian GNU/Linux

missing comma german translation (#511137)

2010-07-31 Thread Noël Köthe
the translation will wounder why it isn't working. Attached a patch which fixes some minor translation, too. (CC: to the last translator) thx. -- Noël Köthe noel debian.org Debian GNU/Linux, www.debian.org diff --git a/po/de.po b/po/de.po index 4e03e74..ae821c0 100644 --- a/po/de.po +++ b/po

lftp.1 patch fixes documentation error (xfer:disk-full-fatal and spelling)

2010-07-31 Thread Noël Köthe
Hello, the attached patch fixes two minor mistakes in lftp.1 1. the option is xfer:disk-full-fatal but the manpage says xfer:full-disk-fatal 2. s/thansfer/transfer thx. -- Noël Köthe noel debian.org Debian GNU/Linux, www.debian.org diff --git a/doc/lftp.1 b/doc/lftp.1 index 2da3806

[lftp-devel] #677861 [kfreebsd-i386]: error: conflicting declaration 'typedef __int32_t gl_intptr_t'

2012-08-15 Thread Noël Köthe
Hello Alexander, the Debian kfreebsd http://www.debian.org/ports/kfreebsd-gnu/ porters reported the following problem when building lftp on kfreebsd-i386: http://bugs.debian.org/677861 Maybe the suggestion from Robert Millan (comment at the bottom) helps to fix it. Thank you. -- Noël Köthe