]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - src/patches/bash/bash52-026
bash: Update to include patches 22 to 26
[people/pmueller/ipfire-2.x.git] / src / patches / bash / bash52-026
1 BASH PATCH REPORT
2 =================
3
4 Bash-Release: 5.2
5 Patch-ID: bash52-026
6
7 Bug-Reported-by: Stefan Klinger <readline-gnu.org@stefan-klinger.de>
8 Bug-Reference-ID:
9 Bug-Reference-URL: https://lists.gnu.org/archive/html/bug-readline/2023-08/msg00018.html
10
11 Bug-Description:
12
13 The custom color prefix that readline uses to color possible completions
14 must have a leading `.'.
15
16 Patch (apply with `patch -p0'):
17
18 *** ../bash-5.2-patched/lib/readline/colors.c 2021-12-08 11:38:25.000000000 -0500
19 --- lib/readline/colors.c 2023-08-28 16:40:04.000000000 -0400
20 ***************
21 *** 74,78 ****
22 static void restore_default_color (void);
23
24 ! #define RL_COLOR_PREFIX_EXTENSION "readline-colored-completion-prefix"
25
26 COLOR_EXT_TYPE *_rl_color_ext_list = 0;
27 --- 74,78 ----
28 static void restore_default_color (void);
29
30 ! #define RL_COLOR_PREFIX_EXTENSION ".readline-colored-completion-prefix"
31
32 COLOR_EXT_TYPE *_rl_color_ext_list = 0;
33
34 *** ../bash-5.2/patchlevel.h 2020-06-22 14:51:03.000000000 -0400
35 --- patchlevel.h 2020-10-01 11:01:28.000000000 -0400
36 ***************
37 *** 26,30 ****
38 looks for to find the patch level (for the sccs version string). */
39
40 ! #define PATCHLEVEL 25
41
42 #endif /* _PATCHLEVEL_H_ */
43 --- 26,30 ----
44 looks for to find the patch level (for the sccs version string). */
45
46 ! #define PATCHLEVEL 26
47
48 #endif /* _PATCHLEVEL_H_ */