]> git.ipfire.org Git - ipfire-2.x.git/commit
readline: Update patches to include 11 - 13
authorAdolf Belka <adolf.belka@ipfire.org>
Tue, 13 Aug 2024 16:19:46 +0000 (18:19 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 14 Aug 2024 09:10:53 +0000 (09:10 +0000)
commit16bc85bcea1096439bec8d0ef11a95f56026bac7
tree29a5c0d2add33459d14fcf4518ea07e83a5b0fd3
parent8127b738120146adc042ea229db64a6e4b624d15
readline: Update patches to include 11 - 13

- Update patches from 1 - 10 to 1 - 13
- Update of rootfile not required
- Changelog of patches
    11 Some systems (e.g., macOS) send signals early on in interactive initialization,
so readline should retry a failed open of the init file.
    12 If a user happens to bind do-lowercase-version to something that isn't a
capital letter, so _rl_to_lower doesn't change anything and the result is
still bound to do-lowercase-version, readline can recurse infinitely.
    13 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.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/readline
src/patches/readline/readline82-011 [new file with mode: 0644]
src/patches/readline/readline82-012 [new file with mode: 0644]
src/patches/readline/readline82-013 [new file with mode: 0644]