X-Recipient: archive-cygwin@delorie.com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0071938582BE
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
	s=default; t=1677714218;
	bh=NM29gd++P2kUe3tGEk/vxlc+8vR6z7wpDgn1k3SuaZM=;
	h=To:Date:Subject:List-Id:List-Unsubscribe:List-Archive:List-Post:
	 List-Help:List-Subscribe:From:Reply-To:Cc:From;
	b=HrFytpLmTjuzb31RiYhZpifS1i6WS9Gyur4U2WzhvfN7EfVo/VGOZ6W5Yx79+1FVI
	 ZByiVN57noV0MB7OA4seJ03gbWuWbSPaT3XenG/BqtxkMsK0IiPbfq9wGmd0ngVJJu
	 WtWKRack067oILDrpa5B+4V+ThFznf/4aF8rdJII=
X-Original-To: cygwin@cygwin.com
Delivered-To: cygwin@cygwin.com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 171ED3858439
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CDE5E385843E
DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 4713F3858D3C
X-Authority-Analysis: v=2.4 cv=VbHkgXl9 c=1 sm=1 tr=0 ts=63ffe2c9
 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
To: cygwin@cygwin.com
Date: Wed, 01 Mar 2023 16:37:19 -0700
Message-Id: <announce.20230301163719.31290-1-Brian.Inglis@Shaw.ca>
Subject: [ANNOUNCEMENT] Test: dash 0.5.12-3 (TEST)
X-CMAE-Envelope: MS4xfPItGRlNkpSLC9mlfQXke21CT/9Shr7MmITknPcq17TijDjNLInzE/IGEh8SHs5M+Gf7FnztjOuvSaOn8GwGHxjibdxAiRwflEL5fKAxap2SJOXSduZT
 lK0JviC8752YGU3ZEADb9QTciMMk+5NxgJSKroyxBZd2ImpDlkKQBb++B0HZnxJZGnDZ5JHJZaEHTiAQrNTs7mtC0fiwk+faTKY=
X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00, DKIM_SIGNED,
 DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, 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
X-BeenThere: cygwin-announce@cygwin.com
X-Mailman-Version: 2.1.29
X-Mailer: Perl5 Mail::Internet v2.20
X-BeenThere: cygwin@cygwin.com
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-request@cygwin.com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
 <mailto:cygwin-request@cygwin.com?subject=subscribe>
From: Cygwin dash Co-Maintainer via Cygwin-announce via Cygwin
 <cygwin@cygwin.com>
Reply-To: cygwin@cygwin.com
Cc: Cygwin dash Co-Maintainer via Cygwin-announce <cygwin-announce@cygwin.com>,
        Cygwin dash Co-Maintainer <Brian.Inglis@Shaw.ca>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: "Cygwin" <cygwin-bounces+archive-cygwin=delorie.com@cygwin.com>

The following test packages have been uploaded to the Cygwin distribution:

* dash	0.5.12-3

This test release has been rebuilt re-enabling libc fnmatch and glob as
Cygwin/winsup/newlib now supports locale dependent named character and
equivalence class patterns like glibc in Cygwin versions > 3.4.6-1.
Install this test package only of you are running Cygwin snapshots or
test packages newer than 3.4.6-1 as is an install condition, so *should*
not be installable with current stable or older.
If no issues are reported the package will be upgraded to current when
the Cygwin current stable release is updated to > 3.4.6-1.

Thanks to Andrey Repin for testing and bringing this to our attention,
Harald van Dijk on the dash list for pointing out the commit
responsible, and Corinna Vinschen for adding support for the class
patterns to the Cygwin libc functions.

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.

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


-- 
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple
