Update to bash43-046

OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=216
This commit is contained in:
Dr. Werner Fink 2016-06-28 09:31:19 +00:00 committed by Git OBS Bridge
parent 6ca0f1fec9
commit ef1b17c6cc
2 changed files with 19 additions and 2 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d986fa455da314cb3e05d3ad96b753f9f5334f74833241b5ffc87143b3d24eab
size 30642
oid sha256:e69ad4cd12be75bab8a7d9ef41bd2be92c6930bc0689827cfea0ca93425647f0
size 31521

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Jun 28 09:27:24 UTC 2016 - werner@suse.de
- Add upstream patch bash43-046
An incorrect conversion from an indexed to associative array can
result in a core dump.
- Add upstream patch bash43-045
If a file open attempted as part of a redirection fails because it
is interrupted by a signal, the shell needs to process any pending
traps to allow the redirection to be canceled.
- Add upstream patch bash43-044
A typo prevents the `compat42' shopt option from working as intended.
- Add upstream patch bash43-043
When the lastpipe option is enabled, the last component can contain
nested pipelines and cause a segmentation fault under certain
circumestances.
-------------------------------------------------------------------
Fri Apr 1 08:38:48 UTC 2016 - werner@suse.de