From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from omta001.cacentral1.a.cloudfilter.net (omta001.cacentral1.a.cloudfilter.net [3.97.99.32]) by sourceware.org (Postfix) with ESMTPS id E4E673858D1E for ; Tue, 3 Jan 2023 21:41:50 +0000 (GMT) Received: from shw-obgw-4003a.ext.cloudfilter.net ([10.228.9.183]) by cmsmtp with ESMTP id CfThpc7Zdc9C4Cp2cpgT7H; Tue, 03 Jan 2023 21:41:50 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=shaw.ca; s=s20180605; t=1672782110; bh=eslFLbGKtbOjYgTJTVznBtaHB8I3JDb/WsHlMEXCGo8=; h=From:To:Reply-To:Date:Subject; b=R+3+rZaS5XfPcvRlkaepKDC2N6pa79BQBAKwberHlsgGLTUa3qqptauoWCv56LDgZ hrg8D5zuxTbcgcB4VOFMeKrj6kLkwOBOMWgdokc4aL5nrvvpNFyEWEICxBr7wCd97h C1my96Rr75mk6Uf9qoFuHr6bAzqqmC4UxTe6DoJFJw0a0Vn8Ydi6bxeMROLCMIWwNA vk9n1evy+ofBz/TLRLORUgdcdXV5UajkGQvfEx7Ew+UWWm/Y0V2jnl0EBp1KN/e2Zt IO/4nbki4Y7BIKZYVJ0JYT2v/pCq2iKD/9c3GZHX9qk8wbkRDT8SOI5/RJEtx//HRt CplZ3qLMqT/0w== Received: from localhost.localdomain ([184.64.124.72]) by cmsmtp with ESMTP id Cp2bpSc45cyvuCp2bpRm45; Tue, 03 Jan 2023 21:41:50 +0000 X-Authority-Analysis: v=2.4 cv=VbHkgXl9 c=1 sm=1 tr=0 ts=63b4a11e a=oHm12aVswOWz6TMtn9zYKg==:117 a=oHm12aVswOWz6TMtn9zYKg==:17 a=HiWkEfo4AAAA:8 a=NEAV23lmAAAA:8 a=8o5u6wJPMsWU_a79YDIA:9 a=_QplDg0m8TGAdENQf2wZ:22 From: "Cygwin vttest Maintainer" To: "Cygwin Announcements" Reply-To: "Cygwin" Date: Tue, 03 Jan 2023 14:38:05 -0700 Message-Id: <20230103143805.47828-1-Brian.Inglis@Shaw.ca> Subject: Updated: vttest 20221229 X-CMAE-Envelope: MS4xfEeMBdoPbxM4Oq3w92uGMNZRh7bTllQAwq1x3t6fH8LbN6roVNeFcVNEKxMzpWY/wvS/d1ipUMcRlNZYqoJ6Y/Kuvs1lOyFSrDw2IXRW6O/H7TcbPTNc bL+gA4JV9mfChZhWhn5A8kL7RhH/s5hHO40tCI5Z4HWag6KSYKCcKdTGij5T8hIWosGax31u1tHtvtm6qE3wi52unPtr2a3A4Aw= X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_NUMSUBJECT,SPF_HELO_NONE,SPF_PASS,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 package has been upgraded in the Cygwin distribution: * vttest 20221229 Tests the functionality of a VT100 terminal (or emulator thereof). Tests both display (escape sequence handling) and keyboard. The program is menu-driven and contains full operating instructions. To run a given menu-item, you enter its number. You can run all menu-items (for a given level) by entering an asterisk, i.e, '*'. It has been enhanced to support and test many xterm control and status escape sequences, and it is mainly used nowadays for testing emulator compatibility. See the project home page for more information: https://invisible-island.net/vttest/ Please see below or read /usr/share/doc/vttest/CHANGES after installation for details of changes since the last Cygwin release. https://github.com/ThomasDickey/vttest-snapshots/blob/master/CHANGES 20221229 changes: * configure-script fixes: CF_XOPEN_SOURCE: amend the test for conflict between _XOPEN_SOURCE and _POSIX_C_SOURCE to allow for the former to be undefined because unneeded. CF_FCNTL_VS_IOCTL: include , for systems which may define FIONREAD there