From ef1b17c6cc49dc3426633096a89982e325e5ac55 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Tue, 28 Jun 2016 09:31:19 +0000 Subject: [PATCH] Update to bash43-046 OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=216 --- bash-4.3-patches.tar.bz2 | 4 ++-- bash.changes | 17 +++++++++++++++++ 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/bash-4.3-patches.tar.bz2 b/bash-4.3-patches.tar.bz2 index 32ee2a50..08a29142 100644 --- a/bash-4.3-patches.tar.bz2 +++ b/bash-4.3-patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d986fa455da314cb3e05d3ad96b753f9f5334f74833241b5ffc87143b3d24eab -size 30642 +oid sha256:e69ad4cd12be75bab8a7d9ef41bd2be92c6930bc0689827cfea0ca93425647f0 +size 31521 diff --git a/bash.changes b/bash.changes index 2a8e5a50..56f375f4 100644 --- a/bash.changes +++ b/bash.changes @@ -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