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 C1AE93858CDB for ; Sun, 22 Jan 2023 22:05:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C1AE93858CDB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1674425138; bh=OsFcFr9vR/t85wc8GWTzVNGUIaASOVik3bsMA8B/CfU=; h=To:Date:Subject:From:Reply-To:Cc:From; b=qq+A/P+GAN+C/AnsuvATptv46lzvJCkbuOOi61XdvavnUudR5D5ZQuUJeck9Fv60b lwQNsMPTxW7dRVgEKf64vJntxfsxCJ2bIA6mcVkLAXBHDn6wxIXzaYM+/yeVq13IPa irWv4cZvQRrIDP0sFoh4jHr2X/+njO9yTi24+k1Q= DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 881923858425 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1674425138; bh=OsFcFr9vR/t85wc8GWTzVNGUIaASOVik3bsMA8B/CfU=; h=To:Date:Subject:List-Id:List-Unsubscribe:List-Archive:List-Help: List-Subscribe:From:Reply-To:Cc:From; b=lwO4/jZtusFm5K1tNqHbGt2j42z5XoH0pEmDwtNNqFSnumNc7RcQ6kTkNRLuXoCF1 CxXVeK52OXvHAQ2ELRC2fJ+wZV23eiR4UUuHPOPdEB3Zsj5v4IpWkY9QiKMx9MGaIn bd7oiwwKswYwdi7KEx1XYlAVISK/ZhrL7qpAocos= DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 54A093858D32 X-Authority-Analysis: v=2.4 cv=e5oV9Il/ c=1 sm=1 tr=0 ts=63cdb302 a=oHm12aVswOWz6TMtn9zYKg==:117 a=oHm12aVswOWz6TMtn9zYKg==:17 a=FNyBlpCuAAAA:8 a=VwQbUJbxAAAA:8 a=Z5315WihHrwJpxl2exYA:9 a=RlW-AWeGUCXs_Nkyno-6:22 a=AjGcO6oz07-iQ99wixmX:22 To: cygwin@cygwin.com Date: Sun, 22 Jan 2023 15:02:16 -0700 Message-Id: Subject: [ANNOUNCEMENT] Updated: dash 0.5.12 X-CMAE-Envelope: MS4xfEQpVlCZx0zod49jeThw73kKuzNE1E8mF6IY5BxW2YnTrCC8PLDDNw0CaFIXY1RFxXbaUDyoWSqls2UuVtpefidJZTI9u+ZBPjoyO8Qt7ejgZCUuSTHo uq2h+v7C+oQVsRZTaqgEnkSkIfDlS/3jlfrwzZJR4SQ93+fy92mbsRSXztKdoT84ZdAJt7/VJM/uWACrRxv0W/rn5I+vnsoQ8Gg= 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 X-BeenThere: cygwin-announce@cygwin.com X-Mailman-Version: 2.1.29 From: Cygwin dash Co-Maintainer via Cygwin-announce Reply-To: cygwin@cygwin.com Cc: Cygwin dash Co-Maintainer Errors-To: cygwin-announce-bounces+cygwin-announce-resender=cygwin.com@cygwin.com X-Mailer: Perl5 Mail::Internet v2.20 Sender: Kernel Overflow User List-Id: The following packages have been upgraded in the Cygwin distribution: * dash 0.5.12 This Base category shell is used in all installations, so it has been available in test for a few weeks, is locally installed as my /bin/sh, used by most scripts, cron jobs, and cygport builds, getting frequent use with no issues so far. As no issues have been reported, the upgrade is being released as current stable. 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. 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