Re: [Bug-wget] [Bug-Wget] Wget closes connection despite Keep-Alive

2014-11-05 Thread Darshit Shah
On 11/04, Tim Rühsen wrote: Am Dienstag, 4. November 2014, 23:25:40 schrieb Darshit Shah: While looking at some debug output from Wget, I noticed that in case of a 416 Range Not Satisfiable response, Wget forces the connection close despite the fact that the server explicitly sent a

Re: [Bug-wget] Send Content-Length with POST 0 length body

2014-11-05 Thread Giuseppe Scrivano
Matthew Atkinson mutley...@ntlworld.com writes: I don't think this ever got pushed. thanks to have checked it. I've pushed it right now. Regards, Giuseppe

Re: [Bug-wget] [Bug-Wget] Wget closes connection despite Keep-Alive

2014-11-05 Thread Tim Ruehsen
On Wednesday 05 November 2014 13:49:56 Darshit Shah wrote: * Off-topic: Looking at the condition, there's one comparison that we can avoid: hs-restval 0 contlen = 0 hs-restval = contlen In this case, hs-restval 0 is redundant and un-needed. ACK. I'm waiting for Giuseppe's views on

Re: [Bug-wget] certificate revocation lists (CRLs) #43501

2014-11-05 Thread Tim Ruehsen
On Wednesday 05 November 2014 12:24:06 Noël Köthe wrote: Hello, wget does not support CRLs. There is a bug report about this here: https://savannah.gnu.org/bugs/?43501 The first step could to document (IMHO prefered in the manpage) this behavior (see attached first ugly patch because I

Re: [Bug-wget] certificate revocation lists (CRLs) #43501

2014-11-05 Thread Noël Köthe
Hello Debian,;) wget developers are working on CRL support and raised the following questions which somebody of you guys have a better answer: Am Mittwoch, den 05.11.2014, 12:48 +0100 schrieb Tim Ruehsen: BTW, does Debian meanwhile has a CRL infrastructure (something like /etc/ssl/certs/) or

Re: [Bug-wget] certificate revocation lists (CRLs) #43501

2014-11-05 Thread Noël Köthe
Hello Tim, Am Mittwoch, den 05.11.2014, 12:48 +0100 schrieb Tim Ruehsen: https://savannah.gnu.org/bugs/?43501 The first step could to document (IMHO prefered in the manpage) this behavior (see attached first ugly patch because I don't know where to place this better). The next

Re: [Bug-wget] [PATCH] fixing clock_gettime link error

2014-11-05 Thread Tim Ruehsen
On Tuesday 04 November 2014 10:36:41 Tim Ruehsen wrote: 2. make check says clock_gettime undefined: I need to specify LIBS=-lrt with configure. (regression to wget-1.15) I set up a Debian lenny with glibc 2.11 and could reproduce the problem. This patch fixes it for me (using same method

Re: [Bug-wget] certificate revocation lists (CRLs) #43501

2014-11-05 Thread Christoph Anton Mitterer
On Wed, 2014-11-05 at 13:51 +0100, Noël Köthe wrote: I'm aware of fetch-crl https://packages.debian.org/unstable/main/fetch-crl but maybe there is more anything planed like CRL support for the ca-certificates package? My personal experience with this (and we massively use it in the LCG, where

Re: [Bug-wget] [PATCH] use python test suite only if python3 found

2014-11-05 Thread Tim Rühsen
Am Dienstag, 4. November 2014, 17:19:42 schrieb Giuseppe Scrivano: Tim Ruehsen tim.rueh...@gmx.de writes: * configure.ac: check for python3 * Makefile.am: only use python test suite if python3 found On system without python3 the test suite will fail since the tests are

Re: [Bug-wget] [PATCH] wget --local-encoding=blorp crashes, prints wrong error message

2014-11-05 Thread Tim Rühsen
Am Dienstag, 4. November 2014, 12:57:43 schrieb Tim Ruehsen: On Tuesday 04 November 2014 12:02:08 Mikael Magnusson wrote: % wget --local-encoding=blorp google.com Conversion from 'blorp' to 'blorp' isn't supported zsh: segmentation fault wget --local-encoding=blorp google.com (the

Re: [Bug-wget] [PATCH] use python test suite only if python3 found

2014-11-05 Thread Giuseppe Scrivano
Tim Rühsen tim.rueh...@gmx.de writes: Am Dienstag, 4. November 2014, 17:19:42 schrieb Giuseppe Scrivano: Tim Ruehsen tim.rueh...@gmx.de writes: * configure.ac: check for python3 * Makefile.am: only use python test suite if python3 found On system without python3 the