bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Tim Rühsen
Subject: Re: [Bug-wget] nettle-3.4.tar.gz isn't actually compressed
Date: Wed, 10 Jan 2018 15:49:33 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2

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-Encoding: identity' in a way that it sends data
with Content-Type: x-gzip.
You'll see that with --compression=none.
What I want to say: that server seems to be misconfigured (nginx 1.6.2)


With Best Regards, Tim



On 01/08/2018 02:02 PM, Tomas Hozza wrote:
> 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 Fedora package.

I can't reproduce that issue

> 
> Thank you.
> 
> Regards,
> Tomas
> 
> On 20.11.2017 17:07, Tim Rühsen wrote:
>> There already has been a discussion about that (starting here:
>> http://lists.gnu.org/archive/html/bug-wget/2017-11/msg00000.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 days and make up a new release then.
>>
>> Interestingly, the change was introduced on 25th of July - and there was
>> no complaint until 1st of November. I guess we have a very limited base
>> of testers :-(
>>
>>
>> With Best Regards, Tim
>>
>>
>> On 11/20/2017 03:38 PM, address@hidden wrote:
>>>> 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 built on linux-gnu.
>>>
>>> ####:2> wget http://www.lysator.liu.se/~nisse/archive/nettle-3.4.tar.gz
>>> --2017-11-20 15:17:26--  
>>> http://www.lysator.liu.se/~nisse/archive/nettle-3.4.ta\
>>> r.gz
>>> Resolving www.lysator.liu.se (www.lysator.liu.se)... 130.236.254.11, 
>>> 2001:6b0:1\
>>> 7:f0a0::b
>>> Connecting to www.lysator.liu.se (www.lysator.liu.se)|130.236.254.11|:80... 
>>> con\
>>> nected.
>>> HTTP request sent, awaiting response... 200 OK
>>> Length: 1935069 (1.8M) [application/unix-tar]
>>> Saving to: 'nettle-3.4.tar.gz'
>>> [...]
>>> 2017-11-20 15:17:26 (4.25 MB/s) - 'nettle-3.4.tar.gz' saved 
>>> [1935069/1935069]
>>>
>>> ####:3> file 'nettle-3.4.tar.gz'
>>> nettle-3.4.tar.gz: gzip compressed data, last modified: Sun Nov 19 13:36:24 
>>> 201\
>>> 7, from Unix
>>>
>>>
>>> ####:5> wget --version |egrep built
>>> GNU Wget 1.19.2 built on linux-gnu.
>>>
>>> ####:6> rm -f nettle-3.4.tar.gz && wget 
>>> http://www.lysator.liu.se/~nisse/archiv\
>>> e/nettle-3.4.tar.gz
>>> --2017-11-20 15:18:14--  
>>> http://www.lysator.liu.se/~nisse/archive/nettle-3.4.ta\
>>> r.gz
>>> Resolving www.lysator.liu.se (www.lysator.liu.se)... 130.236.254.11, 
>>> 2001:6b0:1\
>>> 7:f0a0::b
>>> Connecting to www.lysator.liu.se (www.lysator.liu.se)|130.236.254.11|:80... 
>>> con\
>>> nected.
>>> HTTP request sent, awaiting response... 200 OK
>>> Length: 1935069 (1.8M) [application/unix-tar]
>>> Saving to: 'nettle-3.4.tar.gz'
>>> [...]
>>> 2017-11-20 15:18:14 (4.11 MB/s) - 'nettle-3.4.tar.gz' saved [6348800]
>>>
>>> ####:7> file nettle-3.4.tar.gz
>>> nettle-3.4.tar.gz: POSIX tar archive (GNU)
>>>
>>> ciao
>>> gabriele
>>>
>>>
>>
> 

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]