From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost.localdomain (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id EF1C83858020 for ; Mon, 19 Sep 2022 18:02:52 +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 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 Message-Id: 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: [ANNOUNCEMENT] cygport-0.35.3-1 Content-Language: en-GB References: <4db5304a-3d8e-428c-dfa5-73b953246d17@dronecode.org.uk> To: cygwin@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 X-BeenThere: cygwin-announce@cygwin.com X-Mailman-Version: 2.1.29 Errors-To: cygwin-announce-bounces+cygwin-announce-resender=cygwin.com@cygwin.com Reply-To: cygwin@cygwin.com X-Mailer: Perl5 Mail::Internet v2.20 Sender: Kernel Overflow User 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