readline: bump version to 7.0
[buildroot-gz.git] / package / bash / 0044-patchlevel-44.patch
blob62d541222a8d4497368c26b5704419fd737b8610
1 From http://ftp.gnu.org/pub/gnu/bash/bash-4.3-patches/bash43-044
3 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
5 BASH PATCH REPORT
6 =================
8 Bash-Release: 4.3
9 Patch-ID: bash43-044
11 Bug-Reported-by: Ondrej Oprala <ooprala@redhat.com>
12 Bug-Reference-ID: <539ED55B.2080103@redhat.com>
13 Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2014-06/msg00046.html
15 Bug-Description:
17 A typo prevents the `compat42' shopt option from working as intended.
19 Patch (apply with `patch -p0'):
21 diff -rC 2 bash-4.3.42/builtins/shopt.def bash-4.3.43/builtins/shopt.def
22 *** a/builtins/shopt.def 2013-02-27 09:43:20.000000000 -0500
23 --- b/builtins/shopt.def 2015-10-16 11:25:28.000000000 -0400
24 ***************
25 *** 161,165 ****
26 { "compat40", &shopt_compat40, set_compatibility_level },
27 { "compat41", &shopt_compat41, set_compatibility_level },
28 ! { "compat42", &shopt_compat41, set_compatibility_level },
29 #if defined (READLINE)
30 { "complete_fullquote", &complete_fullquote, (shopt_set_func_t *)NULL},
31 --- 161,165 ----
32 { "compat40", &shopt_compat40, set_compatibility_level },
33 { "compat41", &shopt_compat41, set_compatibility_level },
34 ! { "compat42", &shopt_compat42, set_compatibility_level },
35 #if defined (READLINE)
36 { "complete_fullquote", &complete_fullquote, (shopt_set_func_t *)NULL},
38 *** a/patchlevel.h 2012-12-29 10:47:57.000000000 -0500
39 --- b/patchlevel.h 2014-03-20 20:01:28.000000000 -0400
40 ***************
41 *** 26,30 ****
42 looks for to find the patch level (for the sccs version string). */
44 ! #define PATCHLEVEL 43
46 #endif /* _PATCHLEVEL_H_ */
47 --- 26,30 ----
48 looks for to find the patch level (for the sccs version string). */
50 ! #define PATCHLEVEL 44
52 #endif /* _PATCHLEVEL_H_ */