Accepting request 613679 from home:avindra:branches:Base:System
- Add patch 20, 21, 22 and 23 to bash-4.4-patches.tar.bz2 * 20: In circumstances involving long-running scripts that create and reap many processes, it is possible for the hash table bash uses to store exit statuses from asynchronous processes to develop loops. This patch fixes the loop causes and adds code to detect any future loops. * 21: A SIGINT received inside a SIGINT trap handler can possibly cause the shell to loop. * 22: There are cases where a failing readline command (e.g., delete-char at the end of a line) can cause a multi-character key sequence to `back up' and attempt to re-read some of the characters in the sequence. * 23: When sourcing a file from an interactive shell, setting the SIGINT handler to the default and typing ^C will cause the shell to exit. - remove bash-4.4-wait-sigint-handler.patch (upstreamed) OBS-URL: https://build.opensuse.org/request/show/613679 OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=264
This commit is contained in:
20
bash.changes
20
bash.changes
@@ -3,6 +3,26 @@ Mon Jun 4 09:21:15 UTC 2018 - werner@suse.de
|
||||
|
||||
- In patch bash-4.4.dif avoud setgroups(2) but use initgroups(3) (boo#1095670)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 2 17:17:13 UTC 2018 - avindra@opensuse.org
|
||||
|
||||
- Add patch 20, 21, 22 and 23 to bash-4.4-patches.tar.bz2
|
||||
* 20: In circumstances involving long-running scripts that create
|
||||
and reap many processes, it is possible for the hash table bash
|
||||
uses to store exit statuses from asynchronous processes to
|
||||
develop loops. This patch fixes the loop causes and adds code
|
||||
to detect any future loops.
|
||||
* 21: A SIGINT received inside a SIGINT trap handler can possibly
|
||||
cause the shell to loop.
|
||||
* 22: There are cases where a failing readline command (e.g.,
|
||||
delete-char at the end of a line) can cause a multi-character
|
||||
key sequence to `back up' and attempt to re-read some of the
|
||||
characters in the sequence.
|
||||
* 23: When sourcing a file from an interactive shell, setting the
|
||||
SIGINT handler to the default and typing ^C will cause the
|
||||
shell to exit.
|
||||
- remove bash-4.4-wait-sigint-handler.patch (upstreamed)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 18 10:49:26 UTC 2018 - werner@suse.de
|
||||
|
||||
|
Reference in New Issue
Block a user