SHA256
6
0
forked from pool/bash

Update to bash 5.2 patchlevel 26

OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=378
This commit is contained in:
2024-01-16 09:08:48 +00:00
committed by Git OBS Bridge
parent b6fcb37fbd
commit 5a7ee7d04a
4 changed files with 26 additions and 6 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Tue Jan 16 08:49:57 UTC 2024 - Dr. Werner Fink <werner@suse.de>
- Add upstream patches
* bash52-022
It's possible for readline to try to zero out a line that's not
null-terminated, leading to a memory fault.
* bash52-023
Running `local -' multiple times in a shell function would
overwrite the original saved set of options.
* bash52-024
Fix bug where associative array compound assignment would not
expand tildes in values.
* bash52-025
Make sure a subshell checks for and handles any terminating
signals before exiting (which might have arrived after the
command completed) so the parent and any EXIT trap will see
the correct value for $?.
-------------------------------------------------------------------
Wed Nov 15 09:08:33 UTC 2023 - Dr. Werner Fink <werner@suse.de>