]> git.ipfire.org Git - ipfire-2.x.git/blame - src/patches/bash/bash50-006
Merge branch 'next'
[ipfire-2.x.git] / src / patches / bash / bash50-006
CommitLineData
415fb8b5
PM
1 BASH PATCH REPORT
2 =================
3
4Bash-Release: 5.0
5Patch-ID: bash50-006
6
7Bug-Reported-by: Tomas Mozes <hydrapolic@gmail.com>
8Bug-Reference-ID: <CAG6MAzQumLU2vhnmr1UrYAUQAFW5Yo8hfM_sEibX9RJQWJkRrA@mail.gmail.com>
9Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2019-03/msg00037.html
10
11Bug-Description:
12
13Bash-5.0 did not build successfully if SYSLOG_HISTORY was defined without
14also defining SYSLOG_SHOPT.
15
16Patch (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_ */