SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for bash-loadables-5.1.16-1.3.i586.rpm :

* Tue Sep 20 2022 Dr. Werner Fink - Enable parallel builds by slpitting clean and all at make time (Thanks to Christopher Yeleighton)- Do not copy more than 1 byte for \\(aq becoming a \"\'\" in quotes-man2html.patch
* Mon Sep 19 2022 Dr. Werner Fink - Small change in quotes-man2html.patch
* Use a simple \"\'\" aka quote instead of \"′\" for \"\\(aq\"
* Thu Sep 15 2022 Dr. Werner Fink - Add patch quotes-man2html.patch
* Fix boo#1203091 -- BASH(1) Manual Page: Unprocessed macro aq
* Thu Apr 28 2022 Dirk Müller - use https:// for source urls
* Thu Mar 24 2022 Dr. Werner Fink - Do use old legacy PreReq to get bash installed before bash-sh but do not require bash-sh by bash (bsc#1197448)
* Thu Feb 24 2022 Dr. Werner Fink - Add signatures files of the upstream patches as well
* Wed Feb 23 2022 Bernhard Wiedemann - Verify upstream release signatures
* Fri Jan 14 2022 Dr. Werner Fink - Update bash 5.1 to patch level 16
* Add official patch bash51-013 Bash did not always perform tilde expansion following an unquoted colon on the rhs of an assignment statement in posix mode.
* Add official patch bash51-014 Bash may produce corrupted input if a multibyte character spans a 512-byte boundary while reading the output of a command substitution.
* Add official patch bash51-015 There are some characters (e.g., cyrillic) that can\'t be displayed using certain single-byte encodings (e.g., cp1251) because the negative signed int is interpreted as EOF and not displayed.
* Add official patch bash51-016 Multiple `!\' tokens should toggle negation of an expression in a [[ conditional command, instead of simply negating the expression.
* Fri Dec 03 2021 Dirk Müller - avoid duplicating COPYING file in bash-doc (already in main package in licensedir)
* Thu Nov 18 2021 Dr. Werner Fink - Update bash 5.1 to patch level 12
* Add official patch bash51-009 The bash malloc implementation of malloc_usable_size() does not follow the specification. This can cause library functions that use it to overwrite memory bounds checking.
* Add official patch bash51-010 If `wait -n\' is interrupted by a trapped signal other than SIGINT, it does not completely clean up state, and that can prevent subsequent calls to `wait -n\' from working correctly.
* Add official patch bash51-011 When reading a compound assignment, and running it through the parser to split it into words, we need to save and restore any alias we\'re currently expanding.
* Add official patch bash51-012 There is a possible race condition that arises when a child process receives a signal trapped by the parent before it can reset the signal dispositions. The child process is not supposed to trap the signal in this circumstance.
* Fri Oct 22 2021 Stefan Schubert - Using package bash-sh instead of the update-alternative mechanism.
* Thu Sep 30 2021 Andreas Schwab - Install bash_builtins manpage under the correct name
* Mon Jul 26 2021 Dr. Werner Fink - Use a get_version_number.sh script
* Fri Jul 23 2021 Callum Farmer - Get patch lvl by running command to find it instead of hardcoding- Remove old SUSE RPM constructs- Clean spec file
* Fri May 28 2021 Dr. Werner Fink - Use well defined HOSTTYPE, as well as OS, VENDOR, and MACHTYPE (boo#1186296)
* Wed May 05 2021 Dr. Werner Fink - Add official patch bash51-005
* Fix two memory leaks when assigning arrays using compound assignment syntax.- Add official patch bash51-006
* Make sure child processes forked to run command substitutions are in the proper process group.- Add official patch bash51-007
* The code to check readline versions in an inputrc file had the sense of the comparisons reversed.- Add official patch bash51-008
* Process substitution FIFOs opened by child processes as targets of redirections were not removed appropriately, leaving remnants in the file system.
* Mon Jan 11 2021 Dr. Werner Fink - Update to final bash 5.1
* Which is mainly the last rc3 veresion- Add official patch bash51-001 There is a missing dependency on a constructed file, which can cause highly parellel builds to fail.- Add official patch bash51-002 If there are no jobs, and the `-n\' and `-p\' options are both supplied to `wait\', bash can assign a value to the variable name specified with `-p\' instead of leaving it unset.- Add official patch bash51-003 Bash does not put a command substitution process that is started to perform an expansion in a child process into the right process group where it can receive keyboard-generated signals.- Add official patch bash51-004 If a key-value compound array assignment to an associative array is supplied as an assignment statement argument to the `declare\' command that declares the array, the assignment doesn\'t perform the correct word expansions. This patch makes key-value assignment and subscript assignment perform the same expansions when they\'re supplied as an argument to `declare\'.
* Mon Nov 23 2020 Dr. Werner Fink - Update to bash 5.1 rc3
* The `assoc_expand_once\' option now affects the evaluation of the -v primary to test and the [[ compound command.
* Thu Nov 19 2020 Ludwig Nussel - remove obsolete info macros
* Tue Nov 10 2020 Dr. Werner Fink - Update to bash 5.1 rc2
* Process substitutions started from an interactive shell no longer have their standard input implicitly redirected from /dev/null.
* Fixed an issue with setting the SIGINT trap handler in an interactive shell when temporarily running $PROMPT_COMMAND non-interactively.
* Fri Oct 16 2020 Ludwig Nussel - prepare usrmerge (boo#1029961)
* Mon Oct 12 2020 Dr. Werner Fink - Update to bash 5.1 rc1
* `bind -x\' now supports different bindings for different editing modes and keymaps.
* Bash attempts to optimize the number of times it forks when executing commands in subshells and from `bash -c\'.
* Here documents and here strings now use pipes for the expanded document if it\'s smaller than the pipe buffer size, reverting to temporary files if it\'s larger.
* There are new loadable builtins: mktemp, accept, mkfifo, csv, cut/lcut
* In posix mode, `trap -p\' now displays signals whose disposition is SIG_DFL and those that were SIG_IGN when the shell starts.
* The shell now expands the history number (e.g., in PS1) even if it is not currently saving commands to the history list.
* `read -e\' may now be used with arbitrary file descriptors (`read -u N\').
* The `select\' builtin now runs traps if its internal call to the read builtin is interrupted by a signal.
* SRANDOM: a new variable that expands to a 32-bit random number that is not produced by an LCRNG, and uses getrandom/getentropy, falling back to /dev/urandom or arc4random if available. There is a fallback generator if none of these are available.
* shell-transpose-words: a new bindable readline command that uses the same definition of word as shell-forward-word, etc.
* The shell now adds default bindings for shell-forward-word, shell-backward-word, shell-transpose-words, and shell-kill-word.
* Bash now allows ARGV0 appearing in the initial shell environment to set $0.
* If `unset\' is executed without option arguments, bash tries to unset a shell function if a name argument cannot be a shell variable name because it\'s not an identifier.
* The `test -N\' operator uses nanosecond timestamp granularity if it\'s available.
* Bash posix mode now treats assignment statements preceding shell function definitions the same as in its default mode, since POSIX has changed and no longer requires those assignments to persist after the function returns (POSIX interp 654).
* BASH_REMATCH is no longer readonly.
* wait: has a new -p VARNAME option, which stores the PID returned by `wait -n\' or `wait\' without arguments.
* Sorting the results of pathname expansion now uses byte-by-byte comparisons if two strings collate equally to impose a total order; the result of a POSIX interpretation.
* Bash now allows SIGINT trap handlers to execute recursively.
* Bash now saves and restores state around setting and unsetting posix mode, instead of having unsetting posix mode set a known state.
* Process substitution is now available in posix mode.
* READLINE_MARK: a new variable available while executing commands bound with `bind -x\', contains the value of the mark.
* Bash removes SIGCHLD from the set of blocked signals if it\'s blocked at shell startup.
* `test -v N\' can now test whether or not positional parameter N is set.
* `local\' now honors the `-p\' option to display all local variables at the current context.
* The `AATTa\' variable transformation now prints attributes for unset array variables.
* The `AATTA\' variable transformation now prints a declare command that sets a variable\'s attributes if the variable has attributes but is unset.
* `declare\' and `local\' now have a -I option that inherits attributes and value from a variable with the same name at a previous scope.
* When run from a -c command, `jobs\' now reports the status of completed jobs.
* New `U\', `u\', and `L\' parameter transformations to convert to uppercase, convert first character to uppercase, and convert to lowercase, respectively.
* PROMPT_COMMAND: can now be an array variable, each element of which can contain a command to be executed like a string PROMPT_COMMAND variable.
* `ulimit\' has a -R option to report and set the RLIMIT_RTTIME resource.
* Associative arrays may be assigned using a list of key-value pairs within a compound assignment. Compound assignments where the words are not of the form [key]=value are assumed to be key-value assignments. A missing or empty key is an error; a missing value is treated as NULL. Assignments may not mix the two forms.
* New `K\' parameter transformation to display associative arrays as key- value pairs.
* Writing history to syslog now handles messages longer than the syslog max length by writing multiple messages with a sequence number.
* SECONDS and RANDOM may now be assigned using arithmetic expressions, since they are nominally integer variables. LINENO is not an integer variable.
* Bash temporarily suppresses the verbose option when running the DEBUG trap while running a command from the `fc\' builtin.
* `wait -n\' now accepts a list of job specifications as arguments and will wait for the first one in the list to change state.
* The associative array implementation can now dynamically increase the size of the hash table based on insertion patterns.
* HISTFILE is now readonly in a restricted shell.
* The bash malloc now returns memory that is 16-byte aligned on 64-bit systems.
* If the hash builtin is listing hashed filenames portably, don\'t print anything if the table is empty.
* GLOBIGNORE now ignores `.\' and `..\' as a terminal pathname component.
* Bash attempts to optimize away forks in the last command in a function body under appropriate circumstances.
* The globbing code now uses fnmatch(3) to check collation elements (if available) even in cases without multibyte characters.
* The `fg\' and `bg\' builtins now return an error in a command substitution when asked to restart a job inherited from the parent shell.
* The shell now attempts to unlink all FIFOs on exit, whether a consuming process has finished with them or not.
* There is a new contributed loadable builtin: asort.- Remove patch bash-4.0-security.patch as now solved upstream- Port and modify patches
* bash-2.03-manual.patch
* bash-3.2-printf.patch
* bash-4.0-setlocale.dif
* bash-4.1-completion.dif
* bash-4.2-nscdunmap.dif
* bash-4.3-2.4.4.patch
* bash-4.3-loadables.dif
* bash-4.3-pathtemp.patch
* bash-4.3-sigrestart.patch- Port and rename patch bash-5.0.dif which is now bash-5.1.dif
* Wed Sep 23 2020 Stefan Dirsch - dot.profile: moved example for user specific LANG setting from .profile to .i18n (x11-tools package) skeleton file (boo#1158724)
* Sun Aug 02 2020 Matthias Eliasson - Bump bpatchlvl version to 18 which was missed in previous change
* Tue Jul 14 2020 Dr. Werner Fink - Add official patch bash50-018
* In certain cases, bash does not perform quoted null removal on patterns that are used as part of word expansions such as ${parameter##pattern}, so empty patterns are treated as non-empty.
* Sat May 09 2020 Dr. Werner Fink - Add official patch bash50-017
* There were cases where patch 16 reaped process substitution file descriptors (or FIFOs) and processes to early. This is a better fix for the problem that bash50-016 attempted to solve.- Remove temporary patch bash50-fix-016-close-new-fifos.patch
* Sun Apr 19 2020 Thorsten Kukuk - Fix usage of update-alternatives
* Fri Apr 03 2020 Dr. Werner Fink - Add temporary patch bash50-fix-016-close-new-fifos.patch from upstream to fix upstream patch bash50-016
* Mon Feb 24 2020 Ludwig Nussel - move man pages back to main package. It\'s just 100k
* Thu Feb 13 2020 Dr. Werner Fink - Add official patch bash50-012 When using previous-history to go back beyond the beginning of the history list, it\'s possible to move to an incorrect partial line.- Add official patch bash50-013 Reading history entries with timestamps can result in history entries joined by linefeeds.- Add official patch bash50-014 If the current line is empty, using the emacs C-xC-e binding to enter the editor will edit the previous command instead of the current (empty) one.- Add official patch bash50-015 If alias expansion is enabled when processing the command argument to the `-c\' option, an alias is defined in that command, and the command ends with the invocation of that alias, the shell\'s command parser can prematurely terminate before the entire command is executed.- Add official patch bash50-016 Bash waits too long to reap /dev/fd process substitutions used as redirections with loops and group commands, which can lead to file descriptor exhaustion.
* Wed Oct 16 2019 Dr. Werner Fink - Remove PILOTPORT and PILOTRATE environment variable from default ~/.bashrc (/etc/skel/.bashrc) (bsc#1123510)- Move definitions of environment variables from ~/.bashrc to ~/.profile (/etc/skel/.profile)
* Thu Sep 19 2019 Ludwig Nussel - Do not recommend lang package. The lang package already has a supplements.
* Mon Sep 09 2019 Dr. Werner Fink - Use new version scheme which now includes patch level as well- Add official patch bash50-010
* Change posix mode bahviour
* Remove patch assignment-preceding-builtin.patch- Add official patch bash50-011 The conditional command did not perform appropriate quoted null character removal on its arguments, causing syntax errors and attempts to stat invalid pathnames.
* Wed Sep 04 2019 Ludwig Nussel - Avoid pulling in bash-doc into every installation. Instead of recommeding it, supplement the documentation pattern.
* Thu Aug 15 2019 Dr. Werner Fink - Add official patch bash50-008 When HISTSIZE is set to 0, history expansion can leave the history length set to an incorrect value, leading to subsequent attempts to access invalid memory.- Add official patch bash50-009 The history file reading code doesn\'t close the file descriptor open to the history file when it encounters a zero-length file.
* Tue Apr 23 2019 Dr. Werner Fink - Add official patch bash50-004
* In bash-5.0, the `wait\' builtin without arguments waits for all children of the shell. This includes children it `inherited\' at shell invocation time. This patch modifies the behavior to not wait for these inherited children, some of which might be long-lived.- Add official patch bash50-005
* In certain cases, bash optimizes out a fork() call too early and prevents traps from running.- Add official patch bash50-006
* Bash-5.0 did not build successfully if SYSLOG_HISTORY was defined without also defining SYSLOG_SHOPT.- Add official patch bash50-007
* Running `exec\' when job control was disabled, even temporarily, but after it had been initialized, could leave the terminal in the wrong process group for the executed process.
* Thu Apr 04 2019 Dr. Werner Fink - Add temporary fix from upstream for boo#1128936
* Thu Mar 21 2019 Dr. Werner Fink - Add patch assignment-preceding-builtin.patch from upstream mailing list. Note that this break backward behaviour with bash-4.4 but implies that POSIX mode is more correct
* Thu Mar 21 2019 Dr. Werner Fink - Replace the temporary patch with official bash50-003
* Mon Mar 11 2019 Dr. Werner Fink - Update temporary patch from upstream to make sed testsuite work again
* Wed Mar 06 2019 Dr. Werner Fink - Requires(postun) -> Requires(preun)
* Tue Mar 05 2019 Dr. Werner Fink - Do not link /bin/sh as slave alternative to /usr/bin/sh
* Mon Mar 04 2019 Dr. Werner Fink - Add temporary patch from upstream to fix boo#1127700
* Mon Mar 04 2019 Dr. Werner Fink - Refine and harden update-alternatives work flow- Move header and Makefile from bash-loadables to bash-devel
* Fri Mar 01 2019 Dr. Werner Fink - Make update-alternatives work flawless
* Fri Feb 08 2019 Jan Engelhardt - Put \"sh\" under control of update-alternatives
* Thu Feb 07 2019 Dr. Werner Fink - Add upstream patches bash50-001 and bash50-002
* Wed Jan 09 2019 Dr. Werner Fink - Update to bash 5.0 (final) a. Tilde expansion isn\'t performed on indexed array subscripts, even for backwards compatibility. b. The shell doesn\'t exit in posix mode if the eval builtin gets a parse error when run by the command builtin. c. Fixed a bug that caused a shell comment in an alias to not find the end of the alias properly. d. Reverted a change from April, 2018 that caused strings containing backslashes to be flagged as glob patterns.- Modify patches
* bash-2.03-manual.patch
* bash-4.3-loadables.dif
* bash-5.0.dif
* Fri Dec 21 2018 Dr. Werner Fink - Update to bash 5.0 rc1 a. Fix to initial word completion detection code. b. Fixed a bug that caused issues with assignment statements containing ^A in the value assigned when IFS contains ^A. c. Added a fallback to fnmatch() when strcoll can\'t correctly deal with bracket expression character equivalence classes. d. Fixed a bug that caused $BASH_COMMAND to contain the trap handler command when running a trap handler containing [[ or (( commands. e. Fixed a bug that caused nameref assignments in the temporary environment to potentially create variables with invalid names. f. Fixed a bug that caused `local -\' to turn off alias expansion in scripts. g. Fixed a parser issue with a command string containing EOF after an invalid command as an argument to a special builtin not causing a posix-mode shell to exit. h. Made a slight change to the FNV-1 string hash algorithm used for associative arrays (corrected the initial seed). a. The `select\' command now supports command forms without a word list following `in\'.
* Thu Nov 29 2018 Dr. Werner Fink - Update to bash 5.0 beta2 ii. Associative and indexed arrays now allow subscripts consisting solely of whitespace. jj. `checkwinsize\' is now enabled by default. kk. The `localvar_unset\' shopt option is now visible and documented. ll. The `progcomp_alias\' shopt option is now visible and documented. mm. The signal name processing code now understands `SIGRTMIN+n\' all the way up to SIGRTMAX. nn. There is a new `seq\' loadable builtin. oo. Trap execution now honors the (internal) max invocations of `eval\', since traps are supposed to be executed as if using `eval\'. pp. The $_ variable doesn\'t change when the shell executes a command that forks. qq. The `kill\' builtin now supports -sSIGNAME and -nSIGNUM, even though conforming applications aren\'t supposed to use them. rr. POSIX mode now enables the `shift_verbose\' option.- Modify patches
* bash-2.03-manual.patch
* bash-3.0-evalexp.patch
* bash-3.2-printf.patch
* bash-4.0-security.patch
* bash-4.1-completion.dif
* bash-4.3-2.4.4.patch
* bash-4.3-SJIS.patch
* bash-4.3-extra-import-func.patch
* bash-4.3-sigrestart.patch
* bash-5.0.dif- Add temporary upstream patch upstream.patch
* Thu Sep 20 2018 Dr. Werner Fink - Update to bash 5.0 beta a. The `wait\' builtin can now wait for the last process substitution created. b. There is an EPOCHSECONDS variable, which expands to the time in seconds since the Unix epoch. c. There is an EPOCHREALTIME variable, which expands to the time in seconds since the Unix epoch with microsecond granularity. d. New loadable builtins: rm, stat, fdflags. e. BASH_ARGV0: a new variable that expands to $0 and sets $0 on assignment. f. When supplied a numeric argument, the shell-expand-line bindable readline command does not perform quote removal and suppresses command and process substitution. g. `history -d\' understands negative arguments: negative arguments offset from the end of the history list. h. The `name\' argument to the `coproc\' reserved word now undergoes word expansion, so unique coprocs can be created in loops. i. A nameref name resolution loop in a function now resolves to a variable by that name in the global scope. j. The `wait\' builtin now has a `-f\' option, which signfies to wait until the specified job or process terminates, instead of waiting until it changes state. k. There is a define in config-top.h that allows the shell to use a static value for $PATH, overriding whatever is in the environment at startup, for use by the restricted shell. l. Process substitution does not inherit the `v\' option, like command substitution. m. If a non-interactive shell with job control enabled detects that a foreground job died due to SIGINT, it acts as if it received the SIGINT. n. The SIGCHLD trap is run once for each exiting child process even if job control is not enabled when the shell is in Posix mode. o. A new shopt option: localvar_inherit; if set, a local variable inherits the value of a variable with the same name at the nearest preceding scope. p. `bind -r\' now checks whether a key sequence is bound before binding it to NULL, to avoid creating keymaps for a multi-key sequence. q. A numeric argument to the line editing `operate-and-get-next\' command specifies which history entry to use. r. The positional parameters are now assigned before running the shell startup files, so startup files can use $AATT. s. There is a compile-time option that forces the shell to disable the check for an inherited OLDPWD being a directory. t. The `history\' builtin can now delete ranges of history entries using `-d start-end\'. u. The `vi-edit-and-execute-command\' bindable readline command now puts readline back in vi insertion mode after executing commands from the edited file. v. The command completion code now matches aliases and shell function names case-insensitively if the readline completion-ignore-case variable is set. w. There is a new `assoc_expand_once\' shell option that attempts to expand associative array subscripts only once. x. The shell only sets up BASH_ARGV and BASH_ARGC at startup if extended debugging mode is active. The old behavior of unconditionally setting them is available as part of the shell compatibility options. y. The `umask\' builtin now allows modes and masks greater than octal 777. z. The `times\' builtin now honors the current locale when printing a decimal point. aa. There is a new (disabled by default, undocumented) shell option to enable and disable sending history to syslog at runtime. bb. Bash no longer allows variable assignments preceding a special builtin that changes variable attributes to propagate back to the calling environment unless the compatibility level is 44 or lower. cc. You can set the default value for $HISTSIZE at build time in config-top.h. dd. The `complete\' builtin now accepts a -I option that applies the completion to the initial word on the line. ee. The internal bash malloc now uses mmap (if available) to satisfy requests greater than 128K bytes, so free can use mfree to return the pages to the kernel. ff. The shell doesn\'t automatically set BASH_ARGC and BASH_ARGV at startup unless it\'s in debugging mode, as the documentation has always said, but will dynamically create them if a script references them at the top level without having enabled debugging mode. gg. The localvar_inherit option will not attempt to inherit a value from a variable of an incompatible type (indexed vs. associative arrays, for example). hh. The `globasciiranges\' option is now enabled by default; it can be set to off by default at configuration time.- Modify and port patches
* bash-2.03-manual.patch
* bash-3.0-evalexp.patch
* bash-3.0-warn-locale.patch
* bash-3.2-printf.patch
* bash-4.0-security.patch
* bash-4.0-setlocale.dif
* bash-4.1-bash.bashrc.dif
* bash-4.1-completion.dif
* bash-4.2-nscdunmap.dif
* bash-4.3-2.4.4.patch
* bash-4.3-extra-import-func.patch
* bash-4.3-loadables.dif
* bash-4.3-sigrestart.patch
* bash-4.3-winch.dif- Port and rename bash-4.4.dif which is now bash-5.0.dif- Delete not used patch bash-4.2-endpw.dif- Remove patch bash-memmove.patch now upstream- Add patch bash-4.3-SJIS.patch which is disabled by default
* Sat Jul 07 2018 bwiedemannAATTsuse.com- Add bash-memmove.patch to make bash.html build reproducible (boo#1100488)
* Mon Jun 04 2018 wernerAATTsuse.de- In patch bash-4.4.dif avoid setgroups(2) but use initgroups(3) (boo#1095670)
* Sat Jun 02 2018 avindraAATTopensuse.org- Add patch 20, 21, 22 and 23 to bash-4.4-patches.tar.bz2
* 20: In circumstances involving long-running scripts that create and reap many processes, it is possible for the hash table bash uses to store exit statuses from asynchronous processes to develop loops. This patch fixes the loop causes and adds code to detect any future loops.
* 21: A SIGINT received inside a SIGINT trap handler can possibly cause the shell to loop.
* 22: There are cases where a failing readline command (e.g., delete-char at the end of a line) can cause a multi-character key sequence to `back up\' and attempt to re-read some of the characters in the sequence.
* 23: When sourcing a file from an interactive shell, setting the SIGINT handler to the default and typing ^C will cause the shell to exit.- remove bash-4.4-wait-sigint-handler.patch (upstreamed)
* Wed Apr 18 2018 wernerAATTsuse.de- Add patch bash-4.4-wait-sigint-handler.patch to fix bug bsc#1086247 that is repeating self inserting trap due external command in the trap.
* Fri Mar 16 2018 wernerAATTsuse.de- Make sure that correct readline-devel version is used (current 7.0)
* Fri Mar 16 2018 wernerAATTsuse.de- Correct documentation path
* Mon Mar 12 2018 wernerAATTsuse.de- Due package split removed patches (for the bots)
* readline-6.2-xmalloc.dif
* readline-6.2-endpw.dif
* readline-6.3-destdir.patch
* readline-6.2-metamode.patch
* readline-7.0.dif
* readline-6.3-input.dif
* readline-5.2-conf.patch
* readline-6.3-rltrace.patch
* Mon Mar 12 2018 schwabAATTsuse.de- Split readline off into its own package
* Tue Feb 27 2018 wernerAATTsuse.de- Create readline-devel-static package to re-enable static libraries again (boo#1082913)
* Thu Feb 22 2018 fvogtAATTsuse.com- Use %license (boo#1082318)
* Tue Feb 06 2018 avindraAATTopensuse.org- Add patch 19 to bash-4.4-patches.tar.bz2
* With certain values for PS1, especially those that wrap onto three or more lines, readline will miscalculate the number of invisible characters, leading to crashes and core dumps.
* Tue Jan 30 2018 avindraAATTopensuse.org- Add patches 13-18 to bash-4.4-patches.tar.bz2
* 13: If a here-document contains a command substitution, the command substitution can get access to the file descriptor used to write the here-document.
* 14: Under some circumstances, functions that return via the `return\' builtin do not clean up memory they allocated to keep track of FIFOs.
* 15: Process substitution can leak internal quoting to the parser in the invoked subshell.
* 16: Bash can perform trap processing while reading command substitution output instead of waiting until the command completes.
* 17: There is a memory leak when `read -e\' is used to read a line using readline.
* 18: Under certain circumstances (e.g., reading from /dev/zero), read(2) will not return -1 even when interrupted by a signal. The read builtin needs to check for signals in this case.- partial cleanup with spec-cleaner
* Wed Jan 24 2018 wernerAATTsuse.de- Modify patch bash-4.3-pathtemp.patch to avoid crash at full file system (boo#1076909)
 
ICM