Accepting request 890765 from Base:System

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

OBS-URL: https://build.opensuse.org/request/show/890765
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bash?expand=0&rev=169
This commit is contained in:
Dominique Leuenberger 2021-05-11 21:03:26 +00:00 committed by Git OBS Bridge
commit 8c5eb20c8f
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