]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commit
bash: Update the patches applied to bash
authorAdolf Belka <adolf.belka@ipfire.org>
Mon, 18 Dec 2023 17:28:52 +0000 (18:28 +0100)
committerPeter Müller <peter.mueller@ipfire.org>
Sun, 7 Jan 2024 14:05:33 +0000 (14:05 +0000)
commitde1cd0d54d5adf45ed3a447d0e3577ca51d71b1f
treec169f293b9285984f7a7304fb93c2697563ca949
parentda4e2fc635f14d2b0964de8e1e8aeb4a1a34d1ec
bash: Update the patches applied to bash

- Update the patches to include patches 16 to 21
- Update of rootfile not required
- Changelog
patch 21: fix for expanding command substitutions in a word expansion in a
  here-document
patch 20: allow time reserved word as first token in command substitution
patch 19: fix case where background job set the terminal process group
patch 18: fix for returning unknown tokens to the bison parser
patch 17: fix for optimizing forks when using the . builtin in a subshell
patch 16: fix for a crash if one of the expressions in an arithmetic for command
  expands to NULL

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
lfs/bash
src/patches/bash/bash52-016 [new file with mode: 0644]
src/patches/bash/bash52-017 [new file with mode: 0644]
src/patches/bash/bash52-018 [new file with mode: 0644]
src/patches/bash/bash52-019 [new file with mode: 0644]
src/patches/bash/bash52-020 [new file with mode: 0644]
src/patches/bash/bash52-021 [new file with mode: 0644]