From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sa-prd-fep-044.btinternet.com (mailomta17-sa.btinternet.com [213.120.69.23]) by sourceware.org (Postfix) with ESMTPS id 67C1E385800A for ; Thu, 31 Dec 2020 17:08:32 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 67C1E385800A Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=dronecode.org.uk Authentication-Results: sourceware.org; spf=none smtp.mailfrom=jon.turney@dronecode.org.uk Received: from sa-prd-rgout-002.btmx-prd.synchronoss.net ([10.2.38.5]) by sa-prd-fep-044.btinternet.com with ESMTP id <20201231170831.ZYZR11685.sa-prd-fep-044.btinternet.com@sa-prd-rgout-002.btmx-prd.synchronoss.net> for ; Thu, 31 Dec 2020 17:08:31 +0000 Authentication-Results: btinternet.com; auth=pass (PLAIN) smtp.auth=jonturney@btinternet.com X-SNCR-Rigid: 5ED9AA6E21097E63 X-Originating-IP: [81.129.146.178] X-OWM-Source-IP: 81.129.146.178 (GB) X-OWM-Env-Sender: jonturney@btinternet.com X-VadeSecure-score: verdict=clean score=0/300, class=clean X-RazorGate-Vade: gggruggvucftvghtrhhoucdtuddrgedujedrvddvhedgleejucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuueftkffvkffujffvgffngfevqffopdfqfgfvnecuuegrihhlohhuthemuceftddunecunecujfgurhepuffvfhfhkffffgggjggtgfesthekredttdefjeenucfhrhhomheplfhonhcuvfhurhhnvgihuceojhhonhdrthhurhhnvgihsegurhhonhgvtghouggvrdhorhhgrdhukheqnecuggftrfgrthhtvghrnhepueekleegjefhfeethfduudejtedvlefgvdffgefgteekudetkeehheeuledtheegnecuffhomhgrihhnpehphihpihdrohhrghenucfkphepkedurdduvdelrddugeeirddujeeknecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehhvghloheplgduledvrdduieekrddurdduuddungdpihhnvghtpeekuddruddvledrudegiedrudejkedpmhgrihhlfhhrohhmpeeojhhonhdrthhurhhnvgihsegurhhonhgvtghouggvrdhorhhgrdhukhequceuqfffjgepkeeukffvoffkoffgpdhrtghpthhtohepoegthihgfihinhdqrghpphhssegthihgfihinhdrtghomheq X-RazorGate-Vade-Verdict: clean 0 X-RazorGate-Vade-Classification: clean Received: from [192.168.1.111] (81.129.146.178) by sa-prd-rgout-002.btmx-prd.synchronoss.net (5.8.340) (authenticated as jonturney@btinternet.com) id 5ED9AA6E21097E63 for cygwin-apps@cygwin.com; Thu, 31 Dec 2020 17:08:31 +0000 Subject: Re: [RFE] calm needs to know about ZStandard compressed archives To: "cygwin-apps@cygwin.com" References: <8735zt7j3t.fsf@Rainer.invalid> <875z4iou3b.fsf@Rainer.invalid> <871rf6otv7.fsf@Rainer.invalid> <6aebdeb5-82ab-03a1-31c1-9d36fe4aac22@gmail.com> From: Jon Turney Message-ID: Date: Thu, 31 Dec 2020 17:08:30 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0 MIME-Version: 1.0 In-Reply-To: <6aebdeb5-82ab-03a1-31c1-9d36fe4aac22@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-3570.4 required=5.0 tests=BAYES_00, FORGED_SPF_HELO, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, KAM_SHORT, NICE_REPLY_A, RCVD_IN_ABUSEAT, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_PASS, SPF_NONE, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin-apps@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin package maintainer discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Dec 2020 17:08:33 -0000 On 31/12/2020 16:01, Marco Atzeri via Cygwin-apps wrote: > On 31.12.2020 16:52, Achim Gratz wrote: >> Marco Atzeri via Cygwin-apps writes: >>> On 31.12.2020 16:47, Achim Gratz wrote: >>>> Jon Turney writes: >>>>> This isn't totally straightforward as calm uses the python tar module >>>>> to validate the upload archives, but that doesn't (yet) support zstd >>>>> compression. >>>> Maybe this would help until upstream gets their act together… >>>> https://pypi.org/project/xtarfile/ >>> >>> do you need it as python package ? >> >> The tricky part is if it's available on sourceware, I'd guess. > > locate says no, for the time being Thanks, but since this is only done in one spot, I think I can just arrange to pipe ztd archives through 'unzstd' before validating. Achim, Can you publish your cygport changes, when you are happy with them, so I can make some packages to test with?