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 3993F3858CDB for ; Thu, 2 Mar 2023 13:33:25 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 3993F3858CDB 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-4004a.ext.cloudfilter.net ([10.228.9.227]) by cmsmtp with ESMTP id XhhSpoUNzuZMSXj3kpHAVC; Thu, 02 Mar 2023 13:33:24 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=shaw.ca; s=s20180605; t=1677764004; bh=Z1C2O4vwhsgPC4Rhys7r7rOQe8YJWXncmkoX+tvxQ+U=; h=From:To:Reply-To:Date:Subject; b=lhrO/FP0s2aLeDKNExx2VYNPM/AeeFsNKMmbRgC8/DYNDjBpdly1VXT0k03jPWkV5 530/QKiAQd8htrw/F8vWUEXWlHzoyfmTEFY+1nKndPPv6Nd2MP08kHtOWOfSUBq/rf 8LHbxTjWSInJvX1OQEiw9rfpNd9BeR8dNO4CY8d5OXg0LQPqKQmVFxwAlf9iyP3Qdt vTUS/FKeNeBYDJT3a/85+wGisM/0RfdgBlJ/1ajFpDQc+znslhxvshsaSfOHFiuqS4 7PgL+aPlItr+eV0HZMZI4W0Lncl/F4ZczZCBFgJQ76EXB0vZ/o14Znbp7LyBOGRjQI vMX8E1z1HUg6w== Received: from localhost.localdomain ([184.64.102.149]) by cmsmtp with ESMTP id Xj3jpE4pP3fOSXj3kpAN2O; Thu, 02 Mar 2023 13:33:24 +0000 X-Authority-Analysis: v=2.4 cv=J8G5USrS c=1 sm=1 tr=0 ts=6400a5a4 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: Wed, 01 Mar 2023 21:59:51 -0700 Message-Id: <20230301215951.4979-1-Brian.Inglis@Shaw.ca> Subject: Test: dash 0.5.12-4 (TEST) X-CMAE-Envelope: MS4xfNCUBbN/QwJddm/41ilDpdav9RpM+X440CiXykcV43Nv8fSB4tweobyMR11pXRFmyMtlGJMRw9/MzawhmolfvVeVerNgDcio6kpsuDj0OAA8CCl3r0b5 AXryWc1oGqtYwzx6ORIzGxKvmQzC3CdKLd/2+CLYyb49+ScI2/JIhEAEGwfz2I5WjsA6SclmSpedh/3+PRYyHgvcjVelHaE5UY0= X-Spam-Status: No, score=-2.2 required=5.0 tests=BAYES_00,DATE_IN_PAST_06_12,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_LOW,RCVD_IN_MSPIKE_H2,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 List-Id: The following test packages have been uploaded to the Cygwin distribution: * dash 0.5.12-4 Add dash-VER-R link as no version info or query is available. This test release has been rebuilt re-enabling libc fnmatch and glob as Cygwin/winsup now supports locale dependent named character and equivalence class patterns like glibc in Cygwin versions > 3.4.6-1. Install this test package only if you are running Cygwin snapshots or test packages newer than 3.4.6-1 as it 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 locale dependent named character class, equivalence class, and collating symbol patterns to the Cygwin libc fnmatch and glob 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