]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/commit
bash: Update to include patches 27 to 32
authorAdolf Belka <adolf.belka@ipfire.org>
Tue, 13 Aug 2024 16:19:36 +0000 (18:19 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 14 Aug 2024 09:07:16 +0000 (09:07 +0000)
commitbebbb0423dcc0b47311351c9498f05a6ce513315
treebf2488b794c491e0aa90281137eb2bfbd0fc853b
parentad4f573733ec2ed5a05d729f3704a449ccb8227c
bash: Update to include patches 27 to 32

- Update from patches 1-26 to 1-32
- Update of rootfile not required
- Changelog of patches
   27 The configure test for the presence of strtoimax(3) is inverted.
   28 A DEBUG trap in an asynchronous process can steal the controlling terminal
away from the calling shell, causing it to exit.
   29 There are problems with recovery after parser errors when parsing compound
assignments. For instance, the `local' builtin reports an error but never
cleans up the function context.
   30 `wait -n' can fail to return some jobs if they exit due to signals the shell
does not report to the user.
   31 There is a memory leak in the code that implements the optimized $(<file)
expansion for some code paths.
   32 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.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/bash
src/patches/bash/bash52-027 [new file with mode: 0644]
src/patches/bash/bash52-028 [new file with mode: 0644]
src/patches/bash/bash52-029 [new file with mode: 0644]
src/patches/bash/bash52-030 [new file with mode: 0644]
src/patches/bash/bash52-031 [new file with mode: 0644]
src/patches/bash/bash52-032 [new file with mode: 0644]