SHA256
3
0
forked from pool/bash

Add upstream bash51-005, bash51-006, bash51-007, and bash51-008

OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=327
This commit is contained in:
Dr. Werner Fink 2021-05-05 15:09:41 +00:00 committed by Git OBS Bridge
parent 38ccd68a66
commit c13730cabe
3 changed files with 17 additions and 3 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:67717d807a3d64efeafa02b9078297e345a90b9ed153964c4b392579b1ff5be2
size 3631
oid sha256:eae6def895cb3712538a395e821cd935b85928510419ef16ca59778955849f9c
size 5494

View File

@ -1,4 +1,18 @@
-------------------------------------------------------------------
Wed May 5 14:59:54 UTC 2021 - Dr. Werner Fink <werner@suse.de>
- Add official patch bash51-005
* Fix two memory leaks when assigning arrays using compound assignment syntax.
- Add official patch bash51-006
* Make sure child processes forked to run command substitutions are in the
proper process group.
- Add official patch bash51-007
* The code to check readline versions in an inputrc file had the sense of the
comparisons reversed.
- Add official patch bash51-008
* Process substitution FIFOs opened by child processes as targets of redirections
were not removed appropriately, leaving remnants in the file system.
-------------------------------------------------------------------
Mon Jan 11 12:00:19 UTC 2021 - Dr. Werner Fink <werner@suse.de>
- Update to final bash 5.1

View File

@ -86,7 +86,7 @@ BuildRequires: screen
BuildRequires: sed
BuildRequires: update-alternatives
Requires(post): update-alternatives
Requires(preun): update-alternatives
Requires(preun):update-alternatives
Provides: /bin/bash
Provides: /bin/sh
%global _sysconfdir /etc