[Bug-wget] Re: Fwd: wget file-size parsing bug when doing FTP mirroring?

2009-04-01 Thread Petr Pisar
On 2009-04-01, Niek Bergboer niekbergb...@gmail.com wrote: [...snip...] -rw-rw-r-- � 1 guest � �everyone 91892436 Sep 13 �2003 Sent Items.dbx [...snip...] Mostly as expected. However, wget then tells me: The sizes do not match (local 91892436) -- retrieving.

Re: [Bug-wget] Re: Fwd: wget file-size parsing bug when doing FTP mirroring?

2009-04-01 Thread Niek Bergboer
Ah... I just saw that my distribution (Ubuntu Server 8.04) sported a really old wget (1.10.2); I just compiled 1.11.4 from source, and that solves the problem. Sorry for my rambling here ;) Niek On Wed, Apr 1, 2009 at 16:49, Niek Bergboer niekbergb...@gmail.com wrote: Hi Petr, Yes, I can

Re: [Bug-wget] [PATCH] TLS SNI support

2009-04-01 Thread Phil Pennock
On 2009-04-01 at 09:51 +0200, Petr Pisar wrote: +/* Determine whether or not a hostname is an IP address that we recognise. */ +bool +is_ip_address (const char *name) +{ + const char *endp; + + endp = name + strlen(name); + if (is_valid_ipv4_address(name, endp)) +return

Re: [Bug-wget] [PATCH] TLS SNI support

2009-04-01 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Phil Pennock wrote: On 2009-04-01 at 09:51 +0200, Petr Pisar wrote: +/* Determine whether or not a hostname is an IP address that we recognise. */ +bool +is_ip_address (const char *name) +{ + const char *endp; + + endp = name +

[Bug-wget] [wget] french translation

2009-04-01 Thread François
Hello, I'm reporting an issue on wget french translation. You can read the bug at https://qa.mandriva.com/show_bug.cgi?id=46594 Thanks, François.