- Add bash upstream patch 46 to fix a problem introduced by patch
32 a problem with "$@" and arrays expanding empty positional
parameters or array elements when using substring expansion,
pattern substitution, or case modfication. The empty parameters
or array elements are removed instead of expanding to empty
strings ("").
- Add readline upstream patch 5: The readline shared library
helper script needs to be updated for Mac OS X 10.9
OBS-URL: https://build.opensuse.org/request/show/228434
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bash?expand=0&rev=114
- Add patch from upstream mailing list to speed up array handling
- Add patch from upstream mailing list to avoid fdleaks
- Use lsdiff to determine the depth of the leading slashes in a
patch file
- Disable workaround for bnc#382214 due bnc#806628, let's see when
the old bug will be up again.
- Update bash 4.2 to patch level 45
* When SIGCHLD is trapped, and a SIGCHLD trap handler runs when
a pending `read -t' invocation times out and generates SIGALRM,
bash can crash with a segmentation fault.
* When converting a multibyte string to a wide character string
as part of pattern matching, bash does not handle the end of
the string correctly, causing the search for the NUL to go
beyond the end of the string and reference random memory.
Depending on the contents of that memory, bash can produce
errors or crash.
* The <&n- and >&n- redirections, which move one file descriptor
to another, leave the file descriptor closed when applied to
builtins or compound commands.
- Use screen to provide a controlling terminal for running the
test suite
OBS-URL: https://build.opensuse.org/request/show/160437
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bash?expand=0&rev=107
- Avoid autoconf on older products
- Apply audit patch variant to readline as well as we use a shared
libreadline
- Avoid bash-devel on older products as older GNU make do not have
a realpath builtin
- Do not trigger the export of COLUMNS or LINES due enforced
checkwinsize (bnc#793536)
- Update bash 4.2 to patch level 42
* Missing I/O errors if output redirection applied to builtin
commands when the file descriptor was closed
* Process substitution incorrectly inherited a flag that
inhibited using the temporary environment for variable lookups
if it was providing the filename to a redirection.
* Compilation failed after specifying the `minimal config' option
OBS-URL: https://build.opensuse.org/request/show/147710
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bash?expand=0&rev=104
- Update bash 4.2 to patch level 36
* Patch 25: When used in a shell function,
`declare -g -a array=(compound assignment)' creates a local
variable instead of a global one.
* Patch 26: The `lastpipe' option does not behave correctly on
machines where the open file limit is less than 256.
* Patch 27: When the `extglob' shell option is enabled, pattern
substitution does not work correctly in the presence of
multibyte characters.
* Patch 28: When using a word expansion for which the right hand
side is evaluated, certain expansions of quoted null strings
include spurious ^? characters.
* Patch 29: Bash-4.2 tries to leave completed directory names as
the user typed them, without expanding them to a full pathname.
One effect of this is that shell variables used in pathnames
being completed (e.g., $HOME) are left unchanged, but the `$'
is quoted by readline because it is a special character to the shell.
* Patch 30: When attempting to glob strings in a multibyte locale,
and those strings contain invalid multibyte characters that cause
mbsnrtowcs to return 0, the globbing code loops infinitely.
* Patch 31: A change between bash-4.1 and bash-4.2 to prevent the
readline input hook from being called too frequently had the side
effect of causing delays when reading pasted input on systems such
as Mac OS X. This patch fixes those delays while retaining the
bash-4.2 behavior.
* Patch 32: Bash-4.2 has problems with DEL characters in the
expanded value of variables used in the same quoted string as
variables that expand to nothing.
* Patch 33: Bash uses a static buffer when expanding the /dev/fd
prefix for the test and conditional commands, among other uses,
OBS-URL: https://build.opensuse.org/request/show/127401
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bash?expand=0&rev=98