From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 100291 invoked by alias); 2 Jun 2019 18:27:53 -0000 Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com Received: (qmail 100282 invoked by uid 89); 2 Jun 2019 18:27:52 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-4.7 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_2,KAM_SHORT,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.1 spammy=pn, perform, category, Variables X-HELO: vsmx009.vodafonemail.xion.oxcs.net Received: from vsmx009.vodafonemail.xion.oxcs.net (HELO vsmx009.vodafonemail.xion.oxcs.net) (153.92.174.87) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 02 Jun 2019 18:27:50 +0000 Received: from vsmx001.vodafonemail.xion.oxcs.net (unknown [192.168.75.191]) by mta-5-out.mta.xion.oxcs.net (Postfix) with ESMTP id AD8F2C0349 for ; Sun, 2 Jun 2019 18:27:48 +0000 (UTC) Received: from Gertrud (unknown [87.185.221.231]) by mta-5-out.mta.xion.oxcs.net (Postfix) with ESMTPA id 853AB300064 for ; Sun, 2 Jun 2019 18:27:46 +0000 (UTC) From: Achim Gratz To: cygwin-apps@cygwin.com Subject: [Attn. Maintainer] tar User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) Date: Sun, 02 Jun 2019 18:27:00 -0000 Message-ID: <87muizzvts.fsf@Rainer.invalid> MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2019-06/txt/msg00001.txt.bz2 GNU tar has seen some development activity in the last three years again, as a new feature ZStandard compression is now supported. I've changed the cygport file minimally and locally built the package on both arches successfully. There are some test failures that look like they were probably there in the current version also, but I haven't checked so far. --8<---------------cut here---------------start------------->8--- Failed tests: GNU tar 1.32 test suite test groups: NUM: FILE-NAME:LINE TEST-GROUP-NAME KEYWORDS 35: T-null2.at:17 --null enables verbatim reading files-from null t-null2 t-verbatim 147: time01.at:20 time: tricky time stamps time time01 213: xattr03.at:25 xattrs: trusted.* attributes xattrs xattr03 chdir 215: xattr05.at:28 xattrs: keywords with '=' and '%' xattrs xattr05 chdir 218: acls01.at:25 acls: basic functionality xattrs acls acls01 219: acls02.at:25 acls: work with -C xattrs acls acls02 chdir 220: acls03.at:30 acls: default ACLs xattrs acls acls03 chdir --8<---------------cut here---------------end--------------->8--- Test numbers 218 and 219 only failed on 32bit, but also on a different system, so it might be related to the default ACL there. Here's the changed cygport file: --8<---------------cut here---------------start------------->8--- # tar.cygport - directions for packaging tar for cygwin # Copyright (C) 2006-2010, 2014-2015 Eric Blake # This file is free software; I give unlimited permission to copy and/or # distribute it, with or without modifications, as long as this notice is # preserved. NAME=tar VERSION=1.32 RELEASE=1 SUMMARY="A GNU file archiving program" DESCRIPTION="The GNU tar program saves many files together in one archive and can restore individual files (or all of the files) from that archive. Tar can also be used to add supplemental files to an archive and to update or list files in the archive. Tar includes multivolume support, automatic archive compression/decompression, the ability to perform remote archives, and the ability to perform incremental and full backups." CATEGORY=Base REQUIRES='bzip2 gzip xz zstd' HOMEPAGE=http://www.gnu.org/software/$PN SRC_URI=mirror://gnu/$PN/$P.tar.xz SRC_URI+=" $SRC_URI.sig" CYGCONF_ARGS="--without-libintl-prefix --without-libiconv-prefix \ --enable-backup-scripts --with-packager=Cygwin --with-packager-version=$PVR \ --with-packager-bug-reports=cygwin@cygwin.com" DIFF_EXCLUDES='-x testsuite' # Enable this function for releases that work without autoreconf src_compile() { cd $B cygconf cygmake } # Local Variables: # fill-column: 72 # mode: sh # sh-indentation: 2 # End: --8<---------------cut here---------------end--------------->8--- Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ SD adaptation for Waldorf microQ V2.22R2: http://Synth.Stromeko.net/Downloads.html#WaldorfSDada