From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from re-prd-fep-044.btinternet.com (mailomta10-re.btinternet.com [213.120.69.103]) by sourceware.org (Postfix) with ESMTPS id 6D68C3858406 for ; Mon, 2 May 2022 20:51:27 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 6D68C3858406 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-044.btinternet.com with ESMTP id <20220502205126.XYOL3224.re-prd-fep-044.btinternet.com@re-prd-rgout-004.btmx-prd.synchronoss.net> for ; Mon, 2 May 2022 21:51:26 +0100 Authentication-Results: btinternet.com; auth=pass (PLAIN) smtp.auth=jonturney@btinternet.com; bimi=skipped X-SNCR-Rigid: 613A901C2128B1D0 X-Originating-IP: [86.139.167.41] X-OWM-Source-IP: 86.139.167.41 (GB) X-OWM-Env-Sender: jonturney@btinternet.com X-VadeSecure-score: verdict=clean score=0/300, class=clean X-RazorGate-Vade: gggruggvucftvghtrhhoucdtuddrgedvfedrvdehgdduheefucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuueftkffvkffujffvgffngfevqffopdfqfgfvnecuuegrihhlohhuthemuceftddunecunecujfgurhepkfffgggfhffuvfgtgfesthejredttdefjeenucfhrhhomheplfhonhcuvfhurhhnvgihuceojhhonhdrthhurhhnvgihsegurhhonhgvtghouggvrdhorhhgrdhukheqnecuggftrfgrthhtvghrnheptedvleduffekgfefveelteejhfetvdefhfefieekfeeghfefkefftdevhfetffdvnecukfhppeekiedrudefledrudeijedrgedunecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehhvghloheplgduledvrdduieekrddurddutdehngdpihhnvghtpeekiedrudefledrudeijedrgedupdhmrghilhhfrhhomhepjhhonhdrthhurhhnvgihsegurhhonhgvtghouggvrdhorhhgrdhukhdpnhgspghrtghpthhtohepuddprhgtphhtthhopegthihgfihinhdqrghnnhhouhhntggvsegthihgfihinhdrtghomh X-RazorGate-Vade-Verdict: clean 0 X-RazorGate-Vade-Classification: clean Received: from [192.168.1.105] (86.139.167.41) by re-prd-rgout-004.btmx-prd.synchronoss.net (5.8.716.04) (authenticated as jonturney@btinternet.com) id 613A901C2128B1D0 for cygwin-announce@cygwin.com; Mon, 2 May 2022 21:51:26 +0100 Message-ID: <9b79ae08-4ad7-bf0e-0623-ef7faf6a714c@dronecode.org.uk> Date: Mon, 2 May 2022 21:51:21 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.8.1 X-Mozilla-News-Host: news://news.gmane.org:119 Content-Language: en-GB From: Jon Turney Subject: cygport 0.35.0-1 To: cygwin-announce@cygwin.com Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3570.5 required=5.0 tests=BAYES_00, FORGED_SPF_HELO, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, KAM_NUMSUBJECT, RCVD_IN_DNSWL_NONE, SPF_HELO_PASS, SPF_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-announce@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Read-only mailing list announcing new and updated Cygwin packages List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 May 2022 20:51:28 -0000 The following packages have been uploaded to the Cygwin distribution: * cygport-0.35.0-1 cygport is the standard method for building and maintaining packages for the Cygwin distribution. Highlights of this release: * New subcommands 'vars' and 'srcpackage' * cygtest() no longer ignores errors from 'make check' (making the default src_test function consistent with more specialized versions) * Automatic dependency detection now generates a dependency on the perl5_0xy provide for packages which install files into a versioned vendor_perl directory or link with cygperl5_xy.dll. Shortlog: Achim Gratz (2): cygclass/perl.cygclass: do not clobber HOMEPAGE and provide a correct default lib/pkg_info.cygport: implement automatic determination of the appropriate perl5_0xy requirement Adam Dinwoodie (1): autotools.cygclass: correctly detect Autoconf 2.70+ Jon Turney (11): Updates to tests for further rusting of python2 CI: Don't use a relative path with hashfiles() testsuite: Add more expected hints Don't ignore errors from make in cygtest() Add 'vars' command to output arbitrary .cygport variables Add srcpackage command Add git-archive-all to build-depends Updates to tests for package updates xorg.cygclass: Allow configuration of default SRC_URI compression autotools.cygclass: Report an error if ./configure version could not be detected Bump version to 0.35.0