SHA256
3
0
forked from pool/bash

Add upstream patches bash52-027, bash52-028, bash52-030, bash52-031, and bash52-032

OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=385
This commit is contained in:
Dr. Werner Fink 2024-08-19 09:21:15 +00:00 committed by Git OBS Bridge
parent 53eb5bfab5
commit 8ec570e397
3 changed files with 23 additions and 3 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fd2f5e8ab1d04f97c681be63d585c545cd4d6b9ba5bee5e42ff06e107fbd9c37
size 32648
oid sha256:05848ea08ae66bede10e81d33e64bbde0a308da1a6e02cb866103a94410715ab
size 35886

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Mon Aug 19 08:57:30 UTC 2024 - Dr. Werner Fink <werner@suse.de>
- Add upstream patches
* bash52-027
The configure test for the presence of strtoimax(3) is inverted.
* bash52-028
A DEBUG trap in an asynchronous process can steal the controlling terminal
away from the calling shell, causing it to exit.
* bash52-030
`wait -n' can fail to return some jobs if they exit due to signals the shell
does not report to the user.
* bash52-031
There is a memory leak in the code that implements the optimized $(<file)
expansion for some code paths.
* bash52-032
When printing functions containing coprocesses, the displayed coproc command
has the word COPROC inserted unconditionally, resulting in function bodies
that cannot be re-read as input.
-------------------------------------------------------------------
Mon Mar 25 14:20:17 UTC 2024 - Dr. Werner Fink <werner@suse.de>