You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
1.2 KiB

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