delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2023/02/13/00:07:52

X-Recipient: archive-cygwin AT delorie DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 656B93858C74
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
s=default; t=1676264830;
bh=2QtKgYPxhaKVqjCEzPYMwtTIqYenFGCozUsByQ3BlMw=;
h=To:Date:Subject:List-Id:List-Unsubscribe:List-Archive:List-Post:
List-Help:List-Subscribe:From:Reply-To:Cc:From;
b=S87hMugusKVfb+IR8RcXLpKFko1+eNlEUnnV/IbpJBm9sLzgL9vBDgSdXispLbYY3
dq0k3swcCzONI66HPe2koEnvR33fNgLxXM3P1FURjUJfPRIZWjf41b62sKUOzOB/qH
EAnZG03e4P97p8wLUKCcVedWDltIinqDrlKTtkr0=
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 37FD03858D35
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C0D733858416
DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org E57963858D35
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
To: cygwin AT cygwin DOT com
Date: Sun, 12 Feb 2023 22:03:25 -0700
Message-Id: <announce.20230212220325.5447-1-Brian.Inglis@Shaw.ca>
Subject: [ANNOUNCEMENT] 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
X-BeenThere: cygwin-announce AT cygwin DOT com
X-Mailman-Version: 2.1.29
X-Mailer: Perl5 Mail::Internet v2.20
X-BeenThere: cygwin AT cygwin DOT com
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
From: Cygwin dash Co-Maintainer via Cygwin-announce via Cygwin
<cygwin AT cygwin DOT com>
Reply-To: cygwin AT cygwin DOT com
Cc: Cygwin dash Co-Maintainer via Cygwin-announce <cygwin-announce AT cygwin DOT com>,
Cygwin dash Co-Maintainer <Brian DOT Inglis AT Shaw DOT ca>
MIME-Version: 1.0
Sender: "Cygwin" <cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com>

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


-- 
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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019