pkgsrc/shells/bash
wiz ae43674fe7 bash: update to 5.1.12.
Updated provided by kre@

Changes:
9.  The bash malloc implementation of malloc_usable_size() does not follow
    the specification. This can cause library functions that use it to
    overwrite memory bounds checking.

10. If `wait -n' is interrupted by a trapped signal other than SIGINT, it
    does not completely clean up state, and that can prevent subsequent
    calls to `wait -n' from working correctly.

11. When reading a compound assignment, and running it through the parser
    to split it into words, we need to save and restore any alias we're
    currently expanding.

12. There is a possible race condition that arises when a child process
    receives a signal trapped by the parent before it can reset the signal
    dispositions.   The child process is not supposed to trap the signal
2021-11-18 20:38:19 +00:00
..
patches bash: update to 5.1.12. 2021-11-18 20:38:19 +00:00
DESCR
distinfo bash: update to 5.1.12. 2021-11-18 20:38:19 +00:00
Makefile bash: update to 5.1.12. 2021-11-18 20:38:19 +00:00
options.mk bash: make nls option enabled by default 2019-10-25 12:36:50 +00:00
PLIST bash: update to 5.1.4. 2021-01-04 10:39:23 +00:00