qi: Fix 'rootdir' value, include post-install from proper location
[dragora.git] / patches / bash / bash50-006
blob2ad1cd200907b1966fa111edb447d02ae75219c0
1                              BASH PATCH REPORT
2                              =================
4 Bash-Release:   5.0
5 Patch-ID:       bash50-006
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
11 Bug-Description:
13 Bash-5.0 did not build successfully if SYSLOG_HISTORY was defined without
14 also defining SYSLOG_SHOPT.
16 Patch (apply with `patch -p0'):
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_ */