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 E57963858D35 for ; Mon, 13 Feb 2023 05:05:12 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org E57963858D35 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=Shaw.ca Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=shaw.ca Received: from shw-obgw-4002a.ext.cloudfilter.net ([10.228.9.250]) by cmsmtp with ESMTP id RDHSp027rc9C4RR1cpqOAF; Mon, 13 Feb 2023 05:05:12 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=shaw.ca; s=s20180605; t=1676264712; bh=GUrgYDA2a79KOSwq58tLe7omfntcpw/rLsTuvT3lJzg=; h=From:To:Reply-To:Date:Subject; b=A+xEGvWgh/A2FuRglQ4DVXS2+gVNU08eWmnkIjnTvk92eMHGk4VgVV27nQe+zn08l gVt0rzpWq1dIc6aQte2qRBzN+/fJ2A2Ar1r5bCBC8u/rJd3975npFtLl8KW4nqEWjs 2dL+w8Kb5S+38eI+lDTUXa9DV3OovzlEuDMEE5iJfYklbDCM3nq6uFw1UHDGwOunwS PULDWH2jPI/qROdOk/SL/IuugzW+rNr5a0XRyCeqK5EQ/B9zernnF6pfjXS2+0wwhT Cjz4CY71BiR8gjQoAWc8ifCEJXhylDuiZZioahOaW8SJJHK+9p00abbFItxIxYtFs/ fLL9o8h5asajg== Received: from localhost.localdomain ([184.64.102.149]) by cmsmtp with ESMTP id RR1bpiIuMyAOeRR1cpVDbh; Mon, 13 Feb 2023 05:05:12 +0000 X-Authority-Analysis: v=2.4 cv=e5oV9Il/ c=1 sm=1 tr=0 ts=63e9c508 a=DxHlV3/gbUaP7LOF0QAmaA==:117 a=DxHlV3/gbUaP7LOF0QAmaA==: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, 12 Feb 2023 22:03:25 -0700 Message-Id: <20230212220325.5447-1-Brian.Inglis@Shaw.ca> Subject: Updated: dash 0.5.12-2 X-CMAE-Envelope: MS4xfH24XOYWwplLGzg36GpEO9k0wudLtaSVKGIUAkagfPNd921wjQl1hiZvVKYtNhBEAMzvichAY5zmJ6zILTwKJ918by9lY7ydkt780MFJvO04hLV7hD8Y a6U2GjqQ/xdwcv/DYxs5QNE/kbG1vihPic4gaLnkGTLN3iXipbeiESj8CT/qpXvHsiTmspQV51i/RlPA6SaaJW45GHRFy3rUDW8= X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_NUMSUBJECT,RCVD_IN_DNSWL_LOW,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham 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 packages have been upgraded in the Cygwin distribution: * dash 0.5.12-2 This package is being upgraded to current as the previous release breaks existing function that may be relied on by some scripts. This release has been rebuilt disabling libc fnmatch and glob as Cygwin/winsup/newlib do not support locale dependent named character classes like glibc. Thanks to Andrey Repin for testing and bringing this to our attention, and Harald van Dijk on the dash list for pointing out the commit responsible and the solution. 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 trailing slashes Enable fnmatch/glob by default Fail if building --with-libedit and can't find libedit Group readdir64/dirent64 with open64