]> git.ipfire.org Git - ipfire-2.x.git/commit
bash: Update to include patches 22 to 26
authorAdolf Belka <adolf.belka@ipfire.org>
Tue, 30 Jan 2024 22:13:40 +0000 (23:13 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 31 Jan 2024 10:27:43 +0000 (10:27 +0000)
commit85db98e91926dbd9a81c059183c06ad34381d046
treea8372e5bb6a2852e9b313e65e6f0053daffea83e
parentb9fb3495a83845908ac78f467bc1103758bb28f4
bash: Update to include patches 22 to 26

- Update from version 5.2 with patches 1 to 21 to 5.2 with patches 1 to 26
- Update of rootfile not required
- Changelog
    Patch 26
The custom color prefix that readline uses to color possible completions
 must have a leading `.'.
    Patch 25
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 $?.
    Patch 24
Fix bug where associative array compound assignment would not expand tildes
 in values.
    Patch 23
Running `local -' multiple times in a shell function would overwrite the
 original saved set of options.
    Patch 22
It's possible for readline to try to zero out a line that's not null-
 terminated, leading to a memory fault.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/bash
src/patches/bash/bash52-022 [new file with mode: 0644]
src/patches/bash/bash52-023 [new file with mode: 0644]
src/patches/bash/bash52-024 [new file with mode: 0644]
src/patches/bash/bash52-025 [new file with mode: 0644]
src/patches/bash/bash52-026 [new file with mode: 0644]