From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from omta002.cacentral1.a.cloudfilter.net (omta002.cacentral1.a.cloudfilter.net [3.97.99.33]) by sourceware.org (Postfix) with ESMTPS id 32159384F713 for ; Mon, 12 Dec 2022 00:33:26 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 32159384F713 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=SystematicSW.ab.ca Authentication-Results: sourceware.org; spf=none smtp.mailfrom=systematicsw.ab.ca Received: from shw-obgw-4002a.ext.cloudfilter.net ([10.228.9.250]) by cmsmtp with ESMTP id 4OF0peoiUl2xS4Wl3pbK00; Mon, 12 Dec 2022 00:33:25 +0000 Received: from localhost.localdomain ([184.64.124.72]) by cmsmtp with ESMTP id 4Wl2p2bHCyAOe4Wl2pFV8P; Mon, 12 Dec 2022 00:33:25 +0000 X-Authority-Analysis: v=2.4 cv=e5oV9Il/ c=1 sm=1 tr=0 ts=639676d5 a=oHm12aVswOWz6TMtn9zYKg==:117 a=oHm12aVswOWz6TMtn9zYKg==:17 a=FNyBlpCuAAAA:8 a=VwQbUJbxAAAA:8 a=BQGpZC7ahdPLjb4Zrp8A:9 a=RlW-AWeGUCXs_Nkyno-6:22 a=AjGcO6oz07-iQ99wixmX:22 From: Cygwin dash Co-Maintainer To: Cygwin Announcements Reply-To: Cygwin Date: Sun, 11 Dec 2022 17:32:07 -0700 Message-Id: <20221211173207.907-1-Brian.Inglis@SystematicSW.ab.ca> Subject: Test: dash 0.5.12 (TEST) X-CMAE-Envelope: MS4xfEFyUJgsTX/t6zuRQzqD5auUb9K+lHog5HHZAGS4xPCCADQIpMjooO0vfu3g7SGF3UZGi3gouU6M1+Y+6LUgro/uguuq1Z0AapETE7rURI7S70/fZ5kk 7oOon6E7fgG4FhijTMnLwQcG5/FE2KNugEF+zVcwdEsdnLiqFVirGWUkDESQXP8CWxZHYHGG4HrSk6rdClw99e4crt4cdIo5hdGsb0SEPRMPzZKPUWuGfOhU X-Spam-Status: No, score=-1164.0 required=5.0 tests=BAYES_00,KAM_DMARC_STATUS,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW,SPF_HELO_NONE,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 test packages have been uploaded to the Cygwin distribution: * dash 0.5.12 DASH is a POSIX-compliant implementation of /bin/sh that aims to be as small as possible. It does this without sacrificing speed where possible. In fact, it is significantly faster than bash (the GNU Bourne-Again SHell) for most tasks. Please test this Base category shell as extensively as possible (especially if you are a Cygwin package maintainer) as this package is used in all installations. I have it locally installed as my /bin/sh so it is used by most scripts, cron jobs, and cygport builds, so it has and is getting frequent exercise with no apparent issues so far. If no issues are reported within a couple of weeks the package will be upgraded to current. For more information see the project home page: http://gondor.apana.org.au/~herbert/dash/ For changes since the previous release, see below; for complete details see: https://git.kernel.org/pub/scm/utils/dash/dash.git/log/?h=v0.5.12&showmsg=1 2022-12-11 0.5.12 error: Remove USE_NORETURN ifdef eval: Always set exitstatus in evaltree Check eflag after redirection error Check nflag in evaltree instead of cmdloop Do not cache value of eflag in evaltree Prevent recursive PS4 expansion Test evalskip before flipping status for NNOT expand: Add ifsfree to expand to fix a logic error that causes a buffer over-read Always quote caret when using fnmatch Make glob(3) interruptible by SIGINT input: Clear unget on RESET Remove special case for unget EOF jobs: Always reset SIGINT/SIGQUIT handlers Block signals during tcsetpgrp Fix waitcmd busy loop Only block in waitcmd on first run man: fix formatting parser: Add VSBIT to ensure subtype is never zero Fix VSLENGTH parsing with trailing garbage Get rid of PEOA redir: Retry open64 on EINTR shell: Call CHECK_DECL on stat64 Disable glob again as it strips traing slashes Enable fnmatch/glob by default Fail if building --with-libedit and can't find libedit Group readdir64/dirent64 with open64