SHA256
6
0
forked from pool/bash
2015-05-28 08:53:09 +00:00
committed by Git OBS Bridge
parent 890d92fc99
commit 52e241b215
3 changed files with 26 additions and 3 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Thu May 28 08:50:30 UTC 2015 - werner@suse.de
- Add upstream patch bash43-034
If neither the -f nor -v options is supplied to unset, and a name argument is
found to be a function and unset, subsequent name arguments are not treated as
variables before attempting to unset a function by that name.
- Add upstream patch bash43-035
A locale with a long name can trigger a buffer overflow and core dump. This
applies on systems that do not have locale_charset in libc, are not using
GNU libiconv, and are not using the libintl that ships with bash in lib/intl.
- Add upstream patch bash43-036
When evaluating and setting integer variables, and the assignment fails to
create a variable (for example, when performing an operation on an array
variable with an invalid subscript), bash attempts to dereference a null
pointer, causing a segmentation violation.
- Add upstream patch bash43-037
If an associative array uses `@' or `*' as a subscript, `declare -p' produces
output that cannot be reused as input.
- Add upstream patch bash43-038
There are a number of instances where `time' is not recognized as a reserved
word when the shell grammar says it should be.
-------------------------------------------------------------------
Mon May 18 06:10:49 UTC 2015 - meissner@suse.com