]> git.ipfire.org Git - ipfire-2.x.git/blob - src/patches/bash/bash50-006
bash: update to 5.0 (patchlevel 11)
[ipfire-2.x.git] / src / patches / bash / bash50-006
1 BASH PATCH REPORT
2 =================
3
4 Bash-Release: 5.0
5 Patch-ID: bash50-006
6
7 Bug-Reported-by: Tomas Mozes <hydrapolic@gmail.com>
8 Bug-Reference-ID: <CAG6MAzQumLU2vhnmr1UrYAUQAFW5Yo8hfM_sEibX9RJQWJkRrA@mail.gmail.com>
9 Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2019-03/msg00037.html
10
11 Bug-Description:
12
13 Bash-5.0 did not build successfully if SYSLOG_HISTORY was defined without
14 also defining SYSLOG_SHOPT.
15
16 Patch (apply with `patch -p0'):
17
18 *** ../bash-5.0-patched/builtins/shopt.def 2018-10-05 14:49:02.000000000 -0400
19 --- builtins/shopt.def 2019-01-23 09:55:22.000000000 -0500
20 ***************
21 *** 123,127 ****
22 #endif
23
24 ! #if defined (SYSLOG_HISTORY) && defined (SYSLOG_SHOPT)
25 extern int syslog_history;
26 #endif
27 --- 123,127 ----
28 #endif
29
30 ! #if defined (SYSLOG_HISTORY)
31 extern int syslog_history;
32 #endif
33 *** ../bash-5.0/patchlevel.h 2016-06-22 14:51:03.000000000 -0400
34 --- patchlevel.h 2016-10-01 11:01:28.000000000 -0400
35 ***************
36 *** 26,30 ****
37 looks for to find the patch level (for the sccs version string). */
38
39 ! #define PATCHLEVEL 5
40
41 #endif /* _PATCHLEVEL_H_ */
42 --- 26,30 ----
43 looks for to find the patch level (for the sccs version string). */
44
45 ! #define PATCHLEVEL 6
46
47 #endif /* _PATCHLEVEL_H_ */