Re: [Bug-wget] nettle-3.4.tar.gz isn't actually compressed

2018-01-19 Thread Tim Rühsen
On 01/19/2018 02:23 AM, Thomas Deutschmann wrote: > Hi, > >> sorry, I lost focus on this issue while waiting for >> more examples. > > In Gentoo we hit this several times: > > https://bugs.gentoo.org/640930 > https://bugs.gentoo.org/639752 > https://bugs.gentoo.org/636238 > https://bugs.gentoo.o

Re: [Bug-wget] nettle-3.4.tar.gz isn't actually compressed

2018-01-18 Thread Thomas Deutschmann
Hi, > sorry, I lost focus on this issue while waiting for > more examples. In Gentoo we hit this several times: https://bugs.gentoo.org/640930 https://bugs.gentoo.org/639752 https://bugs.gentoo.org/636238 https://bugs.gentoo.org/641686 Like outlined in the bugs, this is caused by invalid gzip/d

Re: [Bug-wget] nettle-3.4.tar.gz isn't actually compressed

2018-01-10 Thread Tim Rühsen
Hi Thomas, sorry, I lost focus on this issue while waiting for more examples. Just pushed a commit which excludes .gz and .tgz files from automatic decompression. BTW, the only example we so far is http://www.lysator.liu.se/~nisse/archive/nettle-3.3.tar.gz. And that server ignores 'Accept-Encodin

Re: [Bug-wget] nettle-3.4.tar.gz isn't actually compressed

2018-01-08 Thread Tomas Hozza
Hi Tim. I got a bug report in Fedora 27 for this issue (https://bugzilla.redhat.com/show_bug.cgi?id=1532233). I checked the git repository and I don't see any fix there yet. Do you have any ETA for the fix? Unless you plan a new bugfix release soon, I would like to backport the fix to our Fedo

Re: [Bug-wget] nettle-3.4.tar.gz isn't actually compressed

2017-11-21 Thread Jens Schleusener
On Mon, 20 Nov 2017, Tim Rühsen wrote: There already has been a discussion about that (starting here: http://lists.gnu.org/archive/html/bug-wget/2017-11/msg0.html). Looks like we didn't fix it correctly. Hmm, but after that report til now no new release were published and the reported bug

Re: [Bug-wget] nettle-3.4.tar.gz isn't actually compressed

2017-11-20 Thread Tim Rühsen
There already has been a discussion about that (starting here: http://lists.gnu.org/archive/html/bug-wget/2017-11/msg0.html). Looks like we didn't fix it correctly. Currently, to disable gzip compression at all: add compression = none to ~/.wgetrc and/or /etc/wgetrc. We'll fix it the next

Re: [Bug-wget] nettle-3.4.tar.gz isn't actually compressed

2017-11-20 Thread balducci
> Maybe depends on version of wget? I probably used wget-1.18 (the version > in debian stable; I don't have access to the same system at the moment > so I'm not 100% sure). Looks like the odd behavior is for 19.2 only; 19.1 behaves "normally": :1> wget --version|egrep built GNU Wget 1.19.1 b

Re: [Bug-wget] nettle-3.4.tar.gz isn't actually compressed

2017-11-20 Thread Niels Möller
bug-wget context: Running wget http://www.lysator.liu.se/~nisse/archive/nettle-3.4.tar.gz unexpectedly decompresses the file before saving it to disk, and this seems to be a change of behavior in wget-19.2. The HTTP headers include Content-Type: application/unix-tar Content-Encoding: x-gz