From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from re-prd-fep-045.btinternet.com (mailomta9-re.btinternet.com [213.120.69.102]) by sourceware.org (Postfix) with ESMTPS id A2DDE3858D28 for ; Mon, 19 Sep 2022 17:53:48 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org A2DDE3858D28 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=dronecode.org.uk Authentication-Results: sourceware.org; spf=none smtp.mailfrom=dronecode.org.uk Received: from re-prd-rgout-004.btmx-prd.synchronoss.net ([10.2.54.7]) by re-prd-fep-045.btinternet.com with ESMTP id <20220919175346.DHTV3219.re-prd-fep-045.btinternet.com@re-prd-rgout-004.btmx-prd.synchronoss.net> for ; Mon, 19 Sep 2022 18:53:46 +0100 Authentication-Results: btinternet.com; auth=pass (PLAIN) smtp.auth=jonturney@btinternet.com; bimi=skipped X-SNCR-Rigid: 613A901C3A68F818 X-Originating-IP: [81.153.98.187] X-OWM-Source-IP: 81.153.98.187 (GB) X-OWM-Env-Sender: jonturney@btinternet.com X-VadeSecure-score: verdict=clean score=0/300, class=clean X-RazorGate-Vade: gggruggvucftvghtrhhoucdtuddrgedvfedrfedvjedguddvtdcutefuodetggdotefrodftvfcurfhrohhfihhlvgemuceutffkvffkuffjvffgnffgvefqofdpqfgfvfenuceurghilhhouhhtmecufedtudenucenucfjughrpefkffggfgfvhffutgfgsehtjeertddtfeejnecuhfhrohhmpeflohhnucfvuhhrnhgvhicuoehjohhnrdhtuhhrnhgvhiesughrohhnvggtohguvgdrohhrghdruhhkqeenucggtffrrghtthgvrhhnpeefkedvieehjedukeetieeiuefhtdefuedvtdfgfeeggeehgedvieehhffgvddvheenucffohhmrghinhepshhpugigrdhorhhgnecukfhppeekuddrudehfedrleekrddukeejnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehhvghloheplgduledvrdduieekrddurddutdeingdpihhnvghtpeekuddrudehfedrleekrddukeejpdhmrghilhhfrhhomhepjhhonhdrthhurhhnvgihsegurhhonhgvtghouggvrdhorhhgrdhukhdpnhgspghrtghpthhtohepuddprhgtphhtthhopegthihgfihinhdqrghpphhssegthihgfihinhdrtghomh X-RazorGate-Vade-Verdict: clean 0 X-RazorGate-Vade-Classification: clean Received: from [192.168.1.106] (81.153.98.187) by re-prd-rgout-004.btmx-prd.synchronoss.net (5.8.716.04) (authenticated as jonturney@btinternet.com) id 613A901C3A68F818 for cygwin-apps@cygwin.com; Mon, 19 Sep 2022 18:53:46 +0100 Message-ID: <4db5304a-3d8e-428c-dfa5-73b953246d17@dronecode.org.uk> Date: Mon, 19 Sep 2022 18:53:46 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.2.2 X-Mozilla-News-Host: news://news.gmane.io:119 Content-Language: en-GB To: "cygwin-apps@cygwin.com" From: Jon Turney Subject: cygport-0.35.3-1 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3568.6 required=5.0 tests=BAYES_00,FORGED_SPF_HELO,KAM_DMARC_STATUS,KAM_LAZY_DOMAIN_SECURITY,KAM_NUMSUBJECT,KAM_SHORT,RCVD_IN_BARRACUDACENTRAL,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_NONE,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: The following packages have been uploaded to the Cygwin distribution: * cygport-0.35.3-1 cygport is the standard method for building and maintaining packages for the Cygwin distribution. Highlights of this release: * cygport now warns if HOMEPAGE (which should contain a URL) or LICENSE (which should contain an SPDX License expression from https://spdx.org/licenses/) are missing. Achim Gratz (1): bin/cygport.in: Fix handling of filenames w/o .cygport suffix on command line Jon Turney (8): autotools.cygclass: Fix detecting autoconf version 2.13 Add lzip to requires of cygport package Allow 'cygport vars' to work when missing some cygclass prereqs Use 'command -v' rather than 'hash' in check_prog() README: Mention some useful but currently undocmented sub-commands Warn about missing HOMEPAGE or LICENSE Bump version to 0.35.3 Add LICENSE to sample.cygport William Hu (1): Avoid errors from find when packaging ocaml