bash: update to 5.3 patch level 12
authorWei-Ting Yang <redacted>
Tue, 9 Jun 2026 04:26:11 +0000 (12:26 +0800)
committerJosef Schlehofer <redacted>
Tue, 9 Jun 2026 11:17:25 +0000 (13:17 +0200)
commit3085718815907c25841c00fc80985d80277bb9f4
treead5e9852d6a9d8ac93c4ff207f2a8889f6887a11
parent5504291b8195ad35712bf6b3cfa091063db0ab34
bash: update to 5.3 patch level 12

- Fix loop in subshells calling wait builtin with inherited job list
- Fix mapfile problem when callback unsets the variable it is modifying
- Fix subshells inappropriately running the EXIT trap if they receive a
  fatal signal before resetting traps

Signed-off-by: Wei-Ting Yang <redacted>
14 files changed:
utils/bash/Makefile
utils/bash/patches/000-bash_5.3_patch_1.patch [moved from utils/bash/patches/000-bash-5.3-patch-1.patch with 100% similarity]
utils/bash/patches/001-bash_5.3_patch_2.patch [moved from utils/bash/patches/001-bash-5.3-patch-2.patch with 100% similarity]
utils/bash/patches/002-bash_5.3_patch_3.patch [moved from utils/bash/patches/002-bash-5.3-patch-3.patch with 100% similarity]
utils/bash/patches/003-bash_5.3_patch_4.patch [moved from utils/bash/patches/003-bash-5.3-patch-4.patch with 100% similarity]
utils/bash/patches/004-bash_5.3_patch_5.patch [moved from utils/bash/patches/004-bash-5.3-patch-5.patch with 100% similarity]
utils/bash/patches/005-bash_5.3_patch_6.patch [moved from utils/bash/patches/005-bash-5.3-patch-6.patch with 100% similarity]
utils/bash/patches/006-bash_5.3_patch_7.patch [moved from utils/bash/patches/006-bash-5.3-patch-7.patch with 100% similarity]
utils/bash/patches/007-bash_5.3_patch_8.patch [moved from utils/bash/patches/007-bash-5.3-patch-8.patch with 100% similarity]
utils/bash/patches/008-bash_5.3_patch_9.patch [moved from utils/bash/patches/008-bash-5.3-patch-9.patch with 100% similarity]
utils/bash/patches/009-bash_5.3_patch_10.patch [new file with mode: 0644]
utils/bash/patches/010-bash_5.3_patch_11.patch [new file with mode: 0644]
utils/bash/patches/011-bash_5.3_patch_12.patch [new file with mode: 0644]
utils/bash/patches/901-startup_files.patch [moved from utils/bash/patches/901-startup-files.patch with 100% similarity]
git clone https://git.99rst.org/PROJECT