From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/12054 Path: news.gmane.org!.POSTED!not-for-mail From: "Jens Schleusener" Newsgroups: gmane.linux.lib.musl.general Subject: "musl" gzip-compressed tarballs are decompressed if using newest wegt release Date: Wed, 1 Nov 2017 11:19:30 +0100 (CET) Message-ID: Reply-To: musl@lists.openwall.com NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII X-Trace: blaine.gmane.org 1509531596 19344 195.159.176.226 (1 Nov 2017 10:19:56 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 1 Nov 2017 10:19:56 +0000 (UTC) User-Agent: Alpine 2.20 (LSU 67 2015-01-07) To: musl@lists.openwall.com Original-X-From: musl-return-12068-gllmg-musl=m.gmane.org@lists.openwall.com Wed Nov 01 11:19:51 2017 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.84_2) (envelope-from ) id 1e9q7e-000486-0o for gllmg-musl@m.gmane.org; Wed, 01 Nov 2017 11:19:46 +0100 Original-Received: (qmail 16360 invoked by uid 550); 1 Nov 2017 10:19:50 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 16320 invoked from network); 1 Nov 2017 10:19:49 -0000 X-ID: Zkj6DYZTghchY0QIbaMGaXPJDnYbZ6pBHI8xp-p5Z55xCRLKz3Fju5J8PAQ8MrUQip X-TOI-MSGID: a025c81e-ff0f-461a-95e6-dd9a2d4be1df Xref: news.gmane.org gmane.linux.lib.musl.general:12054 Archived-At: Hi, not a real "musl" software problem but just an observation of a changed behaviour of "musl" tarball downloads with the newest "wegt" release (1.19.2): The tarballs are saved now decompressed but contains the original extension (.tar.gz). Although if the extension would be .tar it seems at least to me an undesired behaviour. Reason seems a new "wget" feature, here some extracted lines taken from the ChangeLog 2017-08-04 Add gzip Content-Encoding decompression (gethttp): Decompress files with gzip Content-Encoding in combination with the HTTP header the www.musl-libc.org server delivers: Content-Type: application/x-tar Content-Encoding: gzip Solutions/workarounds may be on the server side delivering of a HTTP header like Content-Type: application/x-gzip (or Content-Type: application/octet-stream) or on the client side the use of the new "wget" option --compression=none Regards Jens