From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from re-prd-fep-048.btinternet.com (mailomta1-re.btinternet.com [213.120.69.94]) by sourceware.org (Postfix) with ESMTPS id 990D43858D37 for ; Mon, 19 Sep 2022 18:02:23 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 990D43858D37 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-005.btmx-prd.synchronoss.net ([10.2.54.8]) by re-prd-fep-048.btinternet.com with ESMTP id <20220919180222.KEIR3057.re-prd-fep-048.btinternet.com@re-prd-rgout-005.btmx-prd.synchronoss.net> for ; Mon, 19 Sep 2022 19:02:22 +0100 Authentication-Results: btinternet.com; auth=pass (PLAIN) smtp.auth=jonturney@btinternet.com; bimi=skipped X-SNCR-Rigid: 613A91243A68F86B 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: gggruggvucftvghtrhhoucdtuddrgedvfedrfedvjedguddvvdcutefuodetggdotefrodftvfcurfhrohhfihhlvgemuceutffkvffkuffjvffgnffgvefqofdpqfgfvfenuceurghilhhouhhtmecufedtudenucenucfjughrpefkffggfgfufhfvhfgjtgfgsehtjeertddtfeejnecuhfhrohhmpeflohhnucfvuhhrnhgvhicuoehjohhnrdhtuhhrnhgvhiesughrohhnvggtohguvgdrohhrghdruhhkqeenucggtffrrghtthgvrhhnpeeiffevffdvvdeiudekteelveegfeejleelfeekhfffhfehfffgvdduveekteejudenucffohhmrghinhepshhpugigrdhorhhgnecukfhppeekuddrudehfedrleekrddukeejnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehhvghloheplgduledvrdduieekrddurddutdeingdpihhnvghtpeekuddrudehfedrleekrddukeejpdhmrghilhhfrhhomhepjhhonhdrthhurhhnvgihsegurhhonhgvtghouggvrdhorhhgrdhukhdpnhgspghrtghpthhtohepuddprhgtphhtthhopegthihgfihinhdqrghnnhhouhhntggvsegthihgfihinhdrtghomh 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-005.btmx-prd.synchronoss.net (5.8.716.04) (authenticated as jonturney@btinternet.com) id 613A91243A68F86B for cygwin-announce@cygwin.com; Mon, 19 Sep 2022 19:02:22 +0100 Message-ID: <1252206b-355b-b291-c570-cb98bf9db8a1@dronecode.org.uk> Date: Mon, 19 Sep 2022 19:02:21 +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 Subject: cygport-0.35.3-1 Content-Language: en-GB References: <4db5304a-3d8e-428c-dfa5-73b953246d17@dronecode.org.uk> To: cygwin-announce@cygwin.com From: Jon Turney In-Reply-To: <4db5304a-3d8e-428c-dfa5-73b953246d17@dronecode.org.uk> X-Forwarded-Message-Id: <4db5304a-3d8e-428c-dfa5-73b953246d17@dronecode.org.uk> 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