Changelog for
bash-loadables-4.2-13.1.x86_64.rpm :
* Tue Oct 04 2016 wernerAATTsuse.de- Avoid confusing library path
* Tue Oct 04 2016 wernerAATTsuse.de- Add upstream patch bash-4.3-PS4-fix.patch based on a0c0a00f to fix minor VUL-1: CVE-2016-7543: bash SHELLOPTS+PS4 (bsc#1001299)
* Thu Sep 22 2016 wernerAATTsuse.de- Add upstream patch bash-4.3-prompt-string-comsub.patch to fix minor VUL-1: CVE-2016-0634 bash: Arbitrary code execution via malicious hostname (bsc#1000396)
* Wed Oct 22 2014 wernerAATTsuse.de- Avoid fdupes on SLES-10
* Tue Oct 21 2014 brianAATTaljex.com- Allow building on targets from SL 10.1 to current since it\'s free
* Mon Oct 06 2014 wernerAATTsuse.de- Replace patches bash-4.2-heredoc-eof-delim.patch and bash-4.2-parse-exportfunc.patch with the official upstream patch levels bash42-052 and bash42-053
* Thu Oct 02 2014 wernerAATTsuse.de- Replace patch bash-4.2-CVE-2014-7187.patch with upstream patch level bash42-051
* Wed Oct 01 2014 wernerAATTsuse.de- Add patches bash-4.2-heredoc-eof-delim.patch for bsc#898812, CVE-2014-6277: more troubles with functions bash-4.2-parse-exportfunc.patch for bsc#898884, CVE-2014-6278: code execution after original 6271 fix
* Tue Sep 30 2014 wernerAATTsuse.de- Make bash-4.2-extra-import-func.patch an optional patch due instruction
* Tue Sep 30 2014 wernerAATTsuse.de- Remove and replace patches bash-4.2-CVE-2014-6271.patch bash-4.2-BSC898604.patch bash-4.2-CVE-2014-7169.patch with bash upstream patch 48, patch 49, and patch 50- Add patch bash-4.2-extra-import-func.patch which is based on the BSD patch of Christos. As further enhancements the option import-functions is mentioned in the manual page and a shopt switch is added to enable and disable import-functions on the fly
* Fri Sep 26 2014 wernerAATTsuse.de- Add patches bash-4.2-BSC898604.patch for bsc#898604: functions via environment hardening bash-4.2-CVE-2014-7169.patch for bsc#898346, CVE-2014-7169: incremental parsing fix for function environment issue bash-4.2-CVE-2014-7187.patch for bsc#898603, CVE-2014-7186, CVE-2014-7187: bad handling of HERE documents and for loop issue
* Thu Sep 18 2014 wernerAATTsuse.de- Add bash-4.2-CVE-2014-6271.patch to fix CVE-2014-6271, the unexpected code execution with environment variables (bnc#896776)
* Mon Sep 15 2014 wernerAATTsuse.de- Add patch bash-4.2-error-getpwd.patch which is the backport of the corrected german error message for a failing getpwd (bnc#895475)
* Sun Jun 29 2014 schwabAATTlinux-m68k.org- Don\'t use outdated C standard
* Tue Apr 15 2014 wernerAATTsuse.de- Add bash upstream patch 47 to fix a problem where the function that shortens pathnames for $PS1 according to the value of $PROMPT_DIRTRIM uses memcpy on potentially-overlapping regions of memory, when it should use memmove. The result is garbled pathnames in prompt strings.- Remove bash-4.2-prompt-dirtrim.patch as this was the original report of above.
* Tue Apr 01 2014 wernerAATTsuse.de- Add bash upstream patch 46 to fix a problem introduced by patch 32 a problem with \"$AATT\" 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
* Tue Mar 18 2014 wernerAATTsuse.de- CVE-2014-2524: bash,readline: temporary file misuse in _rl_tropen (bnc#868822) Even if used only by developers to debug readline library do not open temporary files from public location without O_EXCL
* Fri Jan 31 2014 wernerAATTsuse.de- Add upstream patch bash-4.2-prompt-dirtrim.patch bash patch tar ball to solve some some cases strange output displayed in the prompt if PROMPT_DIRTRIM i sset.
* Fri Jul 12 2013 wernerAATTsuse.de- Reintroduce patch bash-4.2-winch.dif to solve bnc#828877 accordingly to my test and upstream (search on bug-bashAATTgnu.org for message-id <51DFEB10.8080302AATTcase.edu>)
* Mon Jul 08 2013 wernerAATTsuse.de- Add bash-4.2-strcpy.patch from upstream mailing list to patch collection tar ball to avoid when using \\w in the prompt and changing the directory outside of HOME the a strcpy work on overlapping memory areas.
* Tue Jun 04 2013 cooloAATTsuse.com- add a conflict between readline5 and readline6-32bit
* Tue May 28 2013 wernerAATTsuse.de- Do not restart the sighandler after a trap is reset (bnc#820149)
* Thu Mar 21 2013 wernerAATTsuse.de- 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
* Fri Mar 15 2013 wernerAATTsuse.de- 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
* Tue Feb 12 2013 schwabAATTsuse.de- config-guess-sub-update.patch: Update config.guess/sub for aarch64- Fix check for negated warning switch
* Wed Jan 09 2013 wernerAATTsuse.de- 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
* Tue Jan 08 2013 wernerAATTsuse.de- Do not trigger the export of COLUMNS or LINES due enforced checkwinsize (bnc#793536)
* Tue Jan 08 2013 wernerAATTsuse.de- 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
* Mon Nov 05 2012 wernerAATTsuse.de- Update bash 4.2 to patch level 39
* Official fix for the last crash fix
* Avoid variable expansion in arithmetic expressions when evaluation is being suppressed
* Wed Oct 17 2012 wernerAATTsuse.de- Do not mix xmalloc/xfree of libreadline and bash by making the libreadline version weak symbols instead of private symbols
* Fri Aug 24 2012 wernerAATTsuse.de- Add patch from upstream mailing list to avoids crash
* Fri Jul 20 2012 wernerAATTsuse.de- Update bash 4.2 to patch level 37
* Attempting to redo (using `.\') the vi editing mode `cc\', `dd\', or `yy\' commands leads to an infinite loop.
* Thu Jul 19 2012 wernerAATTsuse.de- Do not mask internal _rl symbols as internal as there are many tools out there which uses them (gdb as an example)
* Wed Jul 18 2012 wernerAATTsuse.de- libreadlib: try to avoid to bind references of the symbols rl_instream and rl_outstream- libreadlib: make private symbols really private
* Wed Jul 18 2012 wernerAATTsuse.de- Increase buffer for libreadline messsages if required- Include stdio.h in libreadline header files to get the declaration of FILES correct.
* Mon Jul 09 2012 wernerAATTsuse.de- 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, when it should use a dynamic buffer to avoid buffer overflow.
* Patch 34: In bash-4.2, the history code would inappropriately add a semicolon to multi-line compound array assignments when adding them to the history.
* Patch 35: When given a number of lines to read, `mapfile -n lines\' reads one too many.
* Patch 36: Bash-4.2 produces incorrect word splitting results when expanding double-quoted $AATT in the same string as and adjacent to other variable expansions. The $AATT should be split, the other expansions should not.- Add patch to avoid double free or corruption due expanding number sequence with huge numbers. Patch will go upstream (bnc#763591)
* Tue Jun 26 2012 cfarrellAATTsuse.com- license update: GPL-3.0+ Upstream declares the bash license to be GPL-3.0+ - not GPL-2.0+
* Mon Jun 11 2012 wernerAATTsuse.de- Enable auditing patch by simply applying it
* Wed May 23 2012 meissnerAATTsuse.com- added auditing patch from http://git.savannah.gnu.org/cgit/bash.git/plain/CWRU/audit-patch
* Thu Apr 05 2012 wernerAATTsuse.de- Remove not required patch (was a fix for bnc#141394) which now cause a wrong behaviour if applied (bnc#755453)
* Tue Mar 13 2012 wernerAATTsuse.de- Update bash 4.2 to patch level 24
* Fri Mar 09 2012 wernerAATTsuse.de- Avoid endless loop in user completion caused by endpw patches
* Tue Mar 06 2012 wernerAATTsuse.de- Add small patch for be able to use nanoseconds in comparision of time stamps of files (bnc#750640)
* Tue Mar 06 2012 wernerAATTsuse.de- Reenable patch for bnc#725657 with latest change from latest git repository of the patch.
* Tue Dec 20 2011 cooloAATTsuse.com- add autoconf as buildrequire to avoid implicit dependency
* Mon Dec 19 2011 cooloAATTsuse.de- remove suse_update_config calls - obsolete
* Fri Nov 25 2011 wernerAATTsuse.de- Make build check quiet
* Fri Nov 25 2011 wernerAATTsuse.de- Update bash 4.2 to patch level 20- Update readline 6.2 to patch level 2
* Mon Nov 21 2011 wernerAATTsuse.de- Disable endpwent() in rl_username_completion_function() as this cause a deadlock in a futex of the glibc (bnc#731556)
* Fri Nov 18 2011 wernerAATTsuse.de- Enforce bind references to global function symbols to the definition within libreadline
* Wed Nov 16 2011 wernerAATTsuse.de- Use libtinfo if available otherwise libncurses, this avoids linkage against libncursesw of libreadline (required due bnc #729226)
* Fri Nov 11 2011 wernerAATTsuse.de- Avoid memory mapped /var/run/nscd/passwd at shutdown by simply unmapping this only used area if parent is systemd or SysVinit
* Fri Nov 11 2011 wernerAATTsuse.de- Always close get(pw|gr)func with endpw() respectivly with endgr() to avoid memory mapped passwd/groups of cache files from nscd
* Wed Nov 02 2011 wernerAATTsuse.de- Disable last patch as it seems a bit broken (bnc#725657)
* Tue Oct 25 2011 wernerAATTsuse.de- Add direxpand patch from upstream (bnc#725657)
* Fri Oct 07 2011 wernerAATTsuse.de- Add patch from upstream mailing list to avoid memory leak by reassigning associative array variable
* Mon Sep 19 2011 cooloAATTsuse.com- remove autoreqprov and author lists
* Tue Jun 21 2011 wernerAATTsuse.de- Add fix from upstream mailing list to avoid crash
* Fri Jun 17 2011 cooloAATTnovell.com- use original source URLs
* Thu Jun 16 2011 wernerAATTsuse.de- Fix the fix for bug bnc#681286 to be able to avoid both a not expanding glob as well as the infinit loop in multi byte locale
* Thu May 12 2011 wernerAATTsuse.de- Update bash 4.2 to patch level 10- Add patch from upstream to avoid loosing quoted-nulls- Add modified patch to avod endless loop in UTF-8 locale
* Tue Mar 22 2011 wernerAATTsuse.de- Remove patch to avod endless loop in UTF-8 locale as it breaks glob expanding (bnc#681286)
* Tue Mar 15 2011 wernerAATTsuse.de- Update bash 4.2 to patch level 8- Add Ctr-C patch from upstream- Add fix for endless loop in UTF-8 locale
* Wed Mar 09 2011 wernerAATTsuse.de- Avoid siglongjmp, compare with http://lists.gnu.org/archive/html/bug-bash/2011-03/msg00070.html use temprary solution from Chet
* Tue Mar 08 2011 wernerAATTsuse.de- Much better solution for saving history for system with sigsetjmp
* Tue Mar 08 2011 wernerAATTsuse.de- Reintroduce history saving at SIGHUP
* Mon Mar 07 2011 wernerAATTsuse.de- Update bash 4.2 to patch level 7
* Thu Feb 17 2011 cooloAATTnovell.com- having a bash man page is recommended (bnc#672528)
* Mon Feb 14 2011 wernerAATTsuse.de- Update to bash 4.2 -- changelog see entry for bash 4.2 rc1
* Mon Jan 17 2011 wernerAATTsuse.de- Update to bash 4.2 rc1
* `exec -a foo\' now sets $0 to `foo\' in an executable shell script without a leading #!.
* Subshells begun to execute command substitutions or run shell functions or builtins in subshells do not reset trap strings until a new trap is specified. This allows $(trap) to display the caller\'s traps and the trap strings to persist until a new trap is set.
* `trap -p\' will now show signals ignored at shell startup, though their disposition still cannot be modified.
* $\'...\', echo, and printf understand \\uXXXX and \\UXXXXXXXX escape sequences.
* declare/typeset has a new `-g\' option, which creates variables in the global scope even when run in a shell function.
* test/[/[[ have a new -v variable unary operator, which returns success if `variable\' has been set.
* Posix parsing changes to allow `! time command\' and multiple consecutive instances of `!\' (which toggle) and `time\' (which have no cumulative effect).
* Posix change to allow `time\' as a command by itself to print the elapsed user, system, and real times for the shell and its children.
* $((...)) is always parsed as an arithmetic expansion first, instead of as a potential nested command substitution, as Posix requires.
* A new FUNCNEST variable to allow the user to control the maximum shell function nesting (recursive execution) level.
* The mapfile builtin now supplies a third argument to the callback command: the line about to be assigned to the supplied array index.
* The printf builtin has a new %(fmt)T specifier, which allows time values to use strftime-like formatting.
* There is a new `compat41\' shell option.
* The cd builtin has a new Posix-mandated `-e\' option.
* Negative subscripts to indexed arrays, previously errors, now are treated as offsets from the maximum assigned index + 1.
* Negative length specifications in the ${var:offset:length} expansion, previously errors, are now treated as offsets from the end of the variable.
* Parsing change to allow `time -p --\'.
* Posix-mode parsing change to not recognize `time\' as a keyword if the following token begins with a `-\'. This means no more Posix-mode `time -p\'. Posix interpretation 267.
* There is a new `lastpipe\' shell option that runs the last command of a pipeline in the current shell context. The lastpipe option has no effect if job control is enabled.
* History expansion no longer expands the `$!\' variable expansion.
* Posix mode shells no longer exit if a variable assignment error occurs with an assignment preceding a command that is not a special builtin.
* History expansion no longer expands the `$!\' variable expansion.
* Posix mode shells no longer exit if a variable assignment error occurs with an assignment preceding a command that is not a special builtin.
* Non-interactive mode shells exit if -u is enabled and an attempt is made to use an unset variable with the % or # expansions, the `//\', `^\', or `,\' expansions, or the parameter length expansion.
* Posix-mode shells use the argument passed to `.\' as-is if a $PATH search fails, effectively searching the current directory. Posix-2008 change.- Update to readline 6.2 rc1
* The history library does not try to write the history filename in the current directory if $HOME is unset. This closes a potential security problem if the application does not specify a history filename.
* New bindable variable `completion-display-width\' to set the number of columns used when displaying completions.
* New bindable variable `completion-case-map\' to cause case-insensitive completion to treat `-\' and `_\' as identical.
* There are new bindable vi-mode command names to avoid readline\'s case- insensitive matching not allowing them to be bound separately.
* New bindable variable `menu-complete-display-prefix\' causes the menu completion code to display the common prefix of the possible completions before cycling through the list, instead of after.
* Mon Oct 18 2010 jslabyAATTsuse.de- fix czech message
* Thu Oct 14 2010 wernerAATTsuse.de- Update bash 4.1 to patch level 9
* When declaring an associative array and implicitly assigning a value to element \"0\", bash does not correctly allocate memory, leading to a segmentation violation when that element or the array itself is unset.
* An arriving SIGCHLD will interrupt `slow\' system calls such as write(2) to or read(2) from a terminal. This results in an error message and truncated input or output.
* Fri Sep 03 2010 cristian.rodriguezAATTopensuse.org- builtin \"man2html\"generates html manual with a timestamp that causes the package to be published over and over again.
* Mon Aug 16 2010 wernerAATTsuse.de- A modified version of the pipe patch which should handle the PIPESTATUS array
* Fri Aug 13 2010 wernerAATTsuse.de- Disable the pipe patch from Thu Jun 24 10:40:09 CEST 2010 as this resets the PIPESTATUS array to the status of the forground process only
* Thu Jul 29 2010 wernerAATTsuse.de- Add fix from mailing list to avoid crash
* Mon Jul 19 2010 wernerAATTsuse.de- Comment out recommendation of bash-completion, as I\'d like no to see the bugs of bash-completion in my bugzilla
* Sat Jul 17 2010 cristian.rodriguezAATTopensuse.org- Do not package static libraries- Fix Recommends/Suggests
* Thu Jun 24 2010 wernerAATTsuse.de- Add fix from upstream: restore the parser state over changing readline editing mode otherwise e.g. set alias before the change are lost.
* Thu Jun 24 2010 wernerAATTsuse.de- Avoid running the last member of a pipe command sequence to run in its own subshell, this makes know lines like the simple echo 1 2 | read a b; echo $a $b work as expected by the users
* Tue May 25 2010 wernerAATTsuse.de- Update bash 4.1 to patch level 7
* Bash did not correctly print/reproduce here documents attached to commands inside compound commands such as for and while.
* A typo caused bash to not honor a precision specification in a printf format.
* Mon Apr 12 2010 wernerAATTsuse.de- Add fix for memory double free in array handling
* Tue Apr 06 2010 wernerAATTsuse.de- Update bash 4.1 to patch level 5 (related to bnc#522351)
* If command completion is attempted on a word with a quoted globbing character (e.g., `
*\' or `?\'), bash can reference a NULL pointer and dump core.
* When running in Posix mode and executing a shell function without local variables, bash will not propagate a variable in a special builtin\'s temporary environment to have global scope.
* When the `read\' builtin times out after the timeout specified with -t is exceeded, it does not reset the flags that tell signal handlers to process signals immediately instead of deferring their handling. This can result in unsafe functions being called from signal handlers, which can cause bash to hang or dump core.
* Tue Mar 09 2010 wernerAATTsuse.de- Add patch from bash-bug list to avoid crahs on some strange TAB completions
* Mon Mar 01 2010 roAATTsuse.de- fix warning no return statement in function returning non-void to fix build (in bashline.c)
* Wed Feb 24 2010 wernerAATTsuse.de- Avoid hang due malloc()/free() within signal handler (bnc#522351)
* Thu Feb 18 2010 wernerAATTsuse.de- Add patch to reflect the usage of /etc/bash.bashrc (bnc#577221)
* Mon Feb 15 2010 wernerAATTsuse.de- Update bash 4.1 to patch level 2
* Here-documents within $(...) command substitutions may once more be delimited by the closing right paren, instead of requiring a newline.
* Bash\'s file status checks (executable, readable, etc.) now take file system ACLs into account on file systems that support them.
* Bash now passes environment variables with names that are not valid shell variable names through into the environment passed to child processes.
* The `execute-unix-command\' readline function now attempts to clear and reuse the current line rather than move to a new one after the command executes.
* `printf -v\' can now assign values to array indices.
* New `complete -E\' and `compopt -E\' options that work on the \"empty\" completion: completion attempted on an empty command line.
* New complete/compgen/compopt -D option to define a `default\' completion: a completion to be invoked on command for which no completion has been defined. If this function returns 124, programmable completion is attempted again, allowing a user to dynamically build a set of completions as completion is attempted by having the default completion function install individual completion functions each time it is invoked.
* When displaying associative arrays, subscripts are now quoted.
* Changes to dabbrev-expand to make it more `emacs-like\': no space appended after matches, completions are not sorted, and most recent history entries are presented first.
* The [[ and (( commands are now subject to the setting of `set -e\' and the ERR trap.
* The source/. builtin now removes NUL bytes from the file before attempting to parse commands.
* There is a new configuration option (in config-top.h) that forces bash to forward all history entries to syslog.
* A new variable $BASHOPTS to export shell options settable using `shopt\' to child processes.
* There is a new confgure option that forces the extglob option to be enabled by default.
* New variable $BASH_XTRACEFD; when set to an integer bash will write xtrace output to that file descriptor.
* If the optional left-hand-side of a redirection is of the form {var}, the shell assigns the file descriptor used to $var or uses $var as the file descriptor to move or close, depending on the redirection operator.
* The < and > operators to the [[ conditional command now do string comparison according to the current locale if the compatibility level is greater than 40.
* Programmable completion now uses the completion for `b\' instead of `a\' when completion is attempted on a line like: a $(b c.
* Force extglob on temporarily when parsing the pattern argument to the == and != operators to the [[ command, for compatibility.
* Changed the behavior of interrupting the wait builtin when a SIGCHLD is received and a trap on SIGCHLD is set to be Posix-mode only.
* The read builtin has a new `-N nchars\' option, which reads exactly NCHARS characters, ignoring delimiters like newline.
* The mapfile/readarray builtin no longer stores the commands it invokes via callbacks in the history list.
* There is a new `compat40\' shopt option.- Update readline 6.1 to patch level 1
* New bindable function: menu-complete-backward.
* In the vi insertion keymap, C-n is now bound to menu-complete by default, and C-p to menu-complete-backward.
* When in vi command mode, repeatedly hitting ESC now does nothing, even when ESC introduces a bound key sequence. This is closer to how historical vi behaves.
* New bindable function: skip-csi-sequence. Can be used as a default to consume key sequences generated by keys like Home and End without having to bind all keys.
* New application-settable function: rl_filename_rewrite_hook. Can be used to rewite or modify filenames read from the file system before they are compared to the word to be completed.
* New bindable variable: skip-completed-text, active when completing in the middle of a word. If enabled, it means that characters in the completion that match characters in the remainder of the word are \"skipped\" rather than inserted into the line.
* The pre-readline-6.0 version of menu completion is available as \"old-menu-complete\" for users who do not like the readline-6.0 version.
* New bindable variable: echo-control-characters. If enabled, and the tty ECHOCTL bit is set, controls the echoing of characters corresponding to keyboard-generated signals.
* New bindable variable: enable-meta-key. Controls whether or not readline sends the smm/rmm sequences if the terminal indicates it has a meta key that enables eight-bit characters.
* Wed Dec 16 2009 jengelhAATTmedozas.de- package documentation as noarch
* Sat Dec 12 2009 jengelhAATTmedozas.de- add baselibs.conf as a source
* Fri Dec 04 2009 wernerAATTsuse.de- Fix bug in bash-4.0-security.patch (bnc#559877)
* Thu Oct 29 2009 wernerAATTsuse.de- Update to newest patch level 35
* bash incorrectly interprets wildcarded path components between a
*
*/ and the last /
* bash incorrectly treated single and double quotes as delimiters rather than introducing quoted strings when splitting the line into words for programmable completion functions
* Wed Sep 30 2009 wernerAATTsuse.de- Make _rl_enable_meta configurable by the users (bnc#541379)
* Wed Sep 09 2009 wernerAATTsuse.de- Do not change tty owner group twice by child and parent (bnc#523667)
* Wed Sep 09 2009 wernerAATTsuse.de- Update to newest patch level 33
* Includes one of our own patches
* Wed Aug 26 2009 cooloAATTnovell.com- rediff patches to avoid fuzz
* Tue Jul 28 2009 wernerAATTsuse.de- Update to newest patch level 28
* Thu Jul 02 2009 wernerAATTsuse.de- Add fix from bash maintainer for closing memory leak in read builtin (bnc#510288)
* Tue Jun 09 2009 wernerAATTsuse.de- Branch off some sub packages:
* bash-lang to include localization
* bash-loadables for installing the loadable runtime builtins
* bash-devel to install headers for developing loadable builtins
* Wed Jun 03 2009 wernerAATTsuse.de- Enforce the usage of euidaccess(3) instead of stat(2) for testing permissions for a file (bnc#509105)
* Mon May 25 2009 wernerAATTsuse.de- Update to newest patch level 24:
* include last few patches- Add patches from mailing list for globstar expansion
* Mon May 11 2009 werneAATTsuse.de- Increase size of hash table for runtime linker a lot
* Mon Apr 27 2009 werneAATTsuse.de- Add patches from mailing list:
* fix problem with invisible characters in prompt
* make dir
*/
*
* work
* Tue Apr 21 2009 werneAATTsuse.de- Do not crash on forbidden subdirectories with globstar extension
* Wed Apr 15 2009 werneAATTsuse.de- Add fix to be able to clear to eol in readline library
* Tue Apr 14 2009 werneAATTsuse.de- Add fix for timing issue in readline SIGWINCH handling
* Wed Apr 08 2009 werneAATTsuse.de- Add patches from bug-bashAATTgnu.org to avoid eg. segmentation fault
* Mon Mar 16 2009 wernerAATTsuse.de- Add patches from bug-bashAATTgnu.org to avoid eg. segmentation fault
* Thu Mar 12 2009 wernerAATTsuse.de- Add patch from bug-bashAATTgnu.org to enable |& not only for builtins and shell functions but for all commands.
* Tue Mar 10 2009 wernerAATTsuse.de- Switch to official patches, now we are on patch level 10
* Wed Mar 04 2009 wernerAATTsuse.de- Use patches from bug-bashAATTgnu.org to make it work
* Wed Mar 04 2009 wernerAATTsuse.de- Patch for bnc#481817 does not work in any case
* Wed Mar 04 2009 wernerAATTsuse.de- My last patch for bnc#470548 send to bug-bashAATTgnu.org was not fully applied and this had caused a memory corruption on tab completion.- Enable the parser to find closing parenthesis at the end of an argument of a command even if backslash is used (bnc#481817)- Correct link of shared libraries of devel readline package