From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-44.mimecast.com (us-smtp-delivery-44.mimecast.com [205.139.111.44]) by sourceware.org (Postfix) with ESMTPS id 4A2D43858C52 for ; Tue, 12 Apr 2022 00:41:19 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 4A2D43858C52 Authentication-Results: sourceware.org; dmarc=fail (p=none dis=none) header.from=cygwin.com Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=cygwin.com Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-508-spkfCYiaM32BqhlMo-14WQ-1; Mon, 11 Apr 2022 20:41:17 -0400 X-MC-Unique: spkfCYiaM32BqhlMo-14WQ-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.rdu2.redhat.com [10.11.54.7]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 6DCE729AA383 for ; Tue, 12 Apr 2022 00:41:17 +0000 (UTC) Received: from yselkowitz.remote.redhat.com (unknown [10.22.16.82]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 4CDE9145B99F for ; Tue, 12 Apr 2022 00:41:17 +0000 (UTC) Message-ID: <757a2e58f75db0ea9da6f2b8b4537ffd1a1efb87.camel@cygwin.com> Subject: Re: [PATCH cygport] xorg.cygclass: Allow configuration of default SRC_URI compression From: Yaakov Selkowitz To: cygwin-apps@cygwin.com Date: Mon, 11 Apr 2022 20:41:16 -0400 In-Reply-To: <20220411125855.20219-1-jon.turney@dronecode.org.uk> References: <20220411125855.20219-1-jon.turney@dronecode.org.uk> User-Agent: Evolution 3.42.2 (3.42.2-1.module_f35+13513+2c5bddf4) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.85 on 10.11.54.7 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: cygwin.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00, KAM_DMARC_NONE, KAM_DMARC_STATUS, RCVD_IN_DNSWL_LOW, SPF_FAIL, SPF_HELO_NONE, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) 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: Tue, 12 Apr 2022 00:41:20 -0000 On Mon, 2022-04-11 at 13:58 +0100, Jon Turney wrote: > Historically, xorg packages were usually provided as .gz and .bz2 > compressed tarballs.=C2=A0 The current trend is to no longer provide .bz2= , > but .gz and .xz instead.=C2=A0 Allow the compression to be configured, wi= th a > backwards compatible default. If all or even most current packages use .xz, then maybe just default to th= at and define XORG_SRC_COMPRESSION for the (current) exceptions? --=20 Yaakov