]> git.ipfire.org Git - ipfire-2.x.git/commit
bash: Update the bash patches to -037
authorAdolf Belka <adolf.belka@ipfire.org>
Tue, 19 Nov 2024 11:09:27 +0000 (12:09 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Thu, 12 Dec 2024 12:07:23 +0000 (13:07 +0100)
commitae0d5d9897d508de530fc337b658b7c4a4158b31
tree48c6be15e5c54d21147fb996f76510127bc9b77c
parent1c7ba83fc2cb762c5250b8a2aaeaed947251472d
bash: Update the bash patches to -037

- Update from patches 1-32 to 1-37
- Update of rootfile not required
- Changelog
    Patch 33
A typo in the autoconf test for strtold causes false negatives for strtold
 being available and working when compiled with gcc-14.
    Patch 34
If we parse a compound assignment during an alias expansion, it's possible
 to have the current input string popped out from underneath the parse. In
 this case, we should not restore the input we were using when we began to
 parse the compound assignment.
    Patch 35
There are systems that supply one of select or pselect, but not both.
    Patch 36
When readline is accumulating bytes until it reads a complete multibyte
 character, reading a byte that makes the multibyte character invalid can
 result in discarding the bytes in the partial character.
    Patch 37
Fix the case where text to be completed from the line buffer (quoted) is
 compared to the common prefix of the possible matches (unquoted) and the
 quoting makes the former appear to be longer than the latter. Readline
 assumes the match doesn't add any characters to the word and doesn't display
 multiple matches.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
lfs/bash
src/patches/bash/bash52-033 [new file with mode: 0644]
src/patches/bash/bash52-034 [new file with mode: 0644]
src/patches/bash/bash52-035 [new file with mode: 0644]
src/patches/bash/bash52-036 [new file with mode: 0644]
src/patches/bash/bash52-037 [new file with mode: 0644]