From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay.hostedemail.com (smtprelay0017.hostedemail.com [216.40.44.17]) by sourceware.org (Postfix) with ESMTPS id 7163C3858020 for ; Fri, 2 Feb 2024 17:02:46 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 7163C3858020 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=SystematicSW.ab.ca Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=SystematicSW.ab.ca ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 7163C3858020 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=216.40.44.17 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1706893368; cv=none; b=lE1vqxZWM40arbKC+Ye9SzcFT5+fnBWHz7p6UP+YHEhLsjAqk39+8gcRE0BXUQHC2B77Dr+HW6tKyoI4WAHsi/5Oz964SKkpJFZaWayY9XYsUAR0IQyJaBjCWnj3vdVBQOv+FtTo3Q+IJ1zYGKPaVI7K2DKu4KpT7mgjqhztGxE= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1706893368; c=relaxed/simple; bh=c8D2maTmC0qzw9FfCZUhP5KIZo+5+5Zy6Dm4oV7CLKE=; h=From:To:Date:Message-Id:Subject; b=PNtkNL7VlGVqDjaxLgKC3WUsu8sePxbQCQFj9eSTtx/KRbTCdDa6DJW4H4BMGBKqkcGCGC+2z6fsypYNm91ltzrasVe96zZQf3JnKx8wYQ3Lyk5pysBlq2bdniMjvjurayQ7BSgPdRbxOhyJGxCqmBSjjZ4vJXRXGei6xgxZjzU= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from omf15.hostedemail.com (a10.router.float.18 [10.200.18.1]) by unirelay01.hostedemail.com (Postfix) with ESMTP id D71131C19B5 for ; Fri, 2 Feb 2024 17:02:44 +0000 (UTC) Received: from [HIDDEN] (Authenticated sender: Brian.Inglis@SystematicSW.ab.ca) by omf15.hostedemail.com (Postfix) with ESMTPA id 33FF017 for ; Fri, 2 Feb 2024 17:02:42 +0000 (UTC) From: "Cygwin dash Co-Maintainer" To: "Cygwin Announcements" Reply-To: "Cygwin" Date: Fri, 02 Feb 2024 10:00:31 -0700 Message-Id: <20240202100031.22708-1-Brian.Inglis@SystematicSW.ab.ca> Subject: Updated: dash 0.5.12-5 X-Rspamd-Queue-Id: 33FF017 X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,KAM_DMARC_STATUS,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE,UNPARSEABLE_RELAY autolearn=no autolearn_force=no version=3.4.6 X-Stat-Signature: kbwzz3kyjp8p6k45h34ooty8yap66wse X-Rspamd-Server: rspamout04 X-Session-Marker: 427269616E2E496E676C69734053797374656D6174696353572E61622E6361 X-Session-ID: U2FsdGVkX19dGOBoBecq7DCR/AR3gecT8EER+934yAI= X-HE-Tag: 1706893362-386190 X-HE-Meta: U2FsdGVkX1+vfOH/M+QF6E2jzm8HFjebxa1EhvFLLtg/FZeKQta6BPymnX/P1HlTbhwk+I18sI+282c3BBhxF6YfEWYMYsKpjSqwJ3wbC2TJ42LDj+H2EGZkOxpcq3pywh5e3tkU7xT/THm/2KVnFiJuzSwZfdNpgWGND7u2Nme5HxAm7YI27QiwYcH19umGdPpxbtz/9NL261vkFzvKNNXKD5vMtgahBmWCW9u3z6qJG/4GfciYMBhCuCD2nANofbqnO4+43v4Z3Eb5R0CM0lKyIKdRn7uB0e9BguFu37b+fdg8bIT3doCL8wLy4SmRaKTY2Ol+t69Dft4lqOWVU0B/0E+VEj6lqZC4LZ6juakW9b+JL6CIVyw7o1h3FL7NWBR3qUOoevM= 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: * dash 0.5.12-5 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. This package is being upgraded to current as an earlier release broke existing function that may be relied on by some scripts, and the current stable Cygwin release now supports locale dependent named character class, equivalence class, and collating symbol filename patterns required by this package release. Add /bin/dash-VER-R link, plus version and date stamp on man page, as no shell version info or query is available. This release has been rebuilt re-enabling libc fnmatch and glob as Cygwin/winsup now supports locale dependent named character class, equivalence class, and collating symbol filename patterns like glibc, and has been available for testing for some time. 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 locale dependent named character, equivalence class, and collating symbol patterns to the Cygwin libc fnmatch and glob functions. 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