diff --git a/bash-4.3-patches.tar.bz2 b/bash-4.3-patches.tar.bz2 index e3eb1a5b..32ee2a50 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:29fd1f90b266b3275937d80b42f348df5dfbdd11153de06c84c3b0dd73e1e415 -size 29698 +oid sha256:d986fa455da314cb3e05d3ad96b753f9f5334f74833241b5ffc87143b3d24eab +size 30642 diff --git a/bash.changes b/bash.changes index 4eeff1c9..f842e109 100644 --- a/bash.changes +++ b/bash.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Mon Aug 31 11:23:11 UTC 2015 - werner@suse.de + +- Add upstream patch bash43-039 + Using the output of `declare -p' when run in a function can result in variables + that are invisible to `declare -p'. This problem occurs when an assignment + builtin such as `declare' receives a quoted compound array assignment as one of + its arguments. +- Add upstream patch bash43-040 + There is a memory leak that occurs when bash expands an array reference on + the rhs of an assignment statement. +- Add upstream patch bash43-041 + There are several out-of-bounds read errors that occur when completing command + lines where assignment statements appear before the command name. The first + two appear only when programmable completion is enabled; the last one only + happens when listing possible completions. +- Add upstream patch bash43-042 + There is a problem when parsing command substitutions containing `case' + commands within pipelines that causes the parser to not correctly identify + the end of the command substitution. + ------------------------------------------------------------------- Wed Jul 1 08:31:09 UTC 2015 - coolo@suse.com