]> git.ipfire.org Git - ipfire-2.x.git/commit
bash: Update to patch level 3
authorAdolf Belka <adolf.belka@ipfire.org>
Thu, 7 Aug 2025 15:22:45 +0000 (17:22 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 7 Aug 2025 17:16:38 +0000 (17:16 +0000)
commit0fb4546ddf85187a423ca56a7b012f5074d9c089
tree8bdde14ef54efce05923bb7c6a93b16545991d60
parent9983bc12ca0e1508aa4e3b69a9ce34f5caa685cd
bash: Update to patch level 3

- Update from patch level 0 to 3
- Update of rootfile not required
- Changelog
    Patch 3
Bash leaves internal quoting in place when expanding array subscripts
 that appear inside array subscripts in an arithmetic context, causing
 expansion failures.
    Patch 2
There are too many differences in the various implementations of shm_open(2)
 to rely on it for bash's use.
    Patch 1
In posix mode, `wait -n' with pid arguments does not restrict the set of
 processes it considers to those arguments.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/bash
src/patches/bash/bash53-001 [new file with mode: 0644]
src/patches/bash/bash53-002 [new file with mode: 0644]
src/patches/bash/bash53-003 [new file with mode: 0644]