- update to 0.5.12:
* eval: Test evalskip before flipping status for NNOT * parser: Add VSBIT to ensure subtype is never zero * eval: Check eflag after redirection error * eval: Always set exitstatus in evaltree * expand: Add ifsfree to expand to fix a logic error that causes a buffer over-read * expand: Always quote caret when using fnmatch * parser: Fix VSLENGTH parsing with trailing garbage * shell: Fail if building --with-libedit and can't find libedit * jobs: Only block in waitcmd on first run * redir: Retry open64 on EINTR * eval: Prevent recursive PS4 expansion * jobs: Fix waitcmd busy loop - drop check-nflag-in-evaltree.patch (upstream) OBS-URL: https://build.opensuse.org/package/show/shells/dash?expand=0&rev=44
This commit is contained in:
parent
327a8c1220
commit
8836de8792
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:db778110891f7937985f29bf23410fe1c5d669502760f584e54e0e7b29e123bd
|
||||
size 240681
|
BIN
dash-0.5.12.tar.gz
(Stored with Git LFS)
Normal file
BIN
dash-0.5.12.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
18
dash.changes
18
dash.changes
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 23 06:51:58 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.5.12:
|
||||
* eval: Test evalskip before flipping status for NNOT
|
||||
* parser: Add VSBIT to ensure subtype is never zero
|
||||
* eval: Check eflag after redirection error
|
||||
* eval: Always set exitstatus in evaltree
|
||||
* expand: Add ifsfree to expand to fix a logic error that causes a buffer over-read
|
||||
* expand: Always quote caret when using fnmatch
|
||||
* parser: Fix VSLENGTH parsing with trailing garbage
|
||||
* shell: Fail if building --with-libedit and can't find libedit
|
||||
* jobs: Only block in waitcmd on first run
|
||||
* redir: Retry open64 on EINTR
|
||||
* eval: Prevent recursive PS4 expansion
|
||||
* jobs: Fix waitcmd busy loop
|
||||
- drop check-nflag-in-evaltree.patch (upstream)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 22 02:02:00 UTC 2022 - Luciano Santos <luc14n0@opensuse.org>
|
||||
|
||||
|
@ -18,15 +18,13 @@
|
||||
|
||||
|
||||
Name: dash
|
||||
Version: 0.5.11.5
|
||||
Version: 0.5.12
|
||||
Release: 0
|
||||
Summary: POSIX-compliant Implementation of /bin/sh
|
||||
License: BSD-3-Clause
|
||||
Group: System/Shells
|
||||
URL: http://gondor.apana.org.au/~herbert/dash/
|
||||
Source0: http://gondor.apana.org.au/~herbert/dash/files/%{name}-%{version}.tar.gz
|
||||
# PATCH-FIX-UPSTREAM: https://git.kernel.org/pub/scm/utils/dash/dash.git/commit/?id=29d6f2148f10213de4e904d515e792d2cf8c968e
|
||||
Patch1: check-nflag-in-evaltree.patch
|
||||
BuildRequires: libedit-devel
|
||||
|
||||
%description
|
||||
|
Loading…
Reference in New Issue
Block a user