Package: bash / 5.0-4
Metadata
Package | Version | Patches format |
---|---|---|
bash | 5.0-4 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
bash50 001.diff | (download) |
bashline.c |
62 59 3 - 0 ! |
Under certain circumstances, the glob expansion code did not remove backslashes escaping characters in directory names (or portions of a pattern preceding a slash). |
bash50 002.diff | (download) |
parse.y |
5 4 1 - 0 ! |
When an alias value ends with an unquoted literal tab (not part of a quoted string or comment), alias expansion cannot correctly detect the end of the alias value after expanding it. |
bash50 003.diff | (download) |
bashline.c |
2 1 1 - 0 ! |
There are several incompatibilities in how bash-5.0 processes pathname expansion (globbing) of filename arguments that have backslashes in the directory portion. |
bashbug editor.diff | (download) |
support/bashbug.sh |
1 1 0 - 0 ! |
--- |
deb bash config.diff | (download) |
config-bot.h |
2 1 1 - 0 ! |
--- |
deb examples.diff | (download) |
examples/loadables/README |
3 3 0 - 0 ! |
--- |
man arithmetic.diff | (download) |
doc/bash.1 |
3 3 0 - 0 ! |
--- |
man fignore.diff | (download) |
doc/bash.1 |
4 3 1 - 0 ! |
--- |
man bashrc.diff | (download) |
doc/bash.1 |
20 15 5 - 0 ! |
--- |
man bashlogout.diff | (download) |
doc/bash.1 |
3 3 0 - 0 ! |
--- |
man nocaseglob.diff | (download) |
doc/bash.1 |
4 4 0 - 0 ! |
--- |
man test.diff | (download) |
builtins/test.def |
3 3 0 - 0 ! |
--- |
man test2.diff | (download) |
builtins/test.def |
3 3 0 - 0 ! |
--- |
rbash manpage.diff | (download) |
doc/rbash.1 |
2 1 1 - 0 ! |
--- |
bash default editor.diff | (download) |
bashline.c |
4 2 2 - 0 ! |
--- |
input err.diff | (download) |
input.c |
2 1 1 - 0 ! |
--- |
exec redirections doc.diff | (download) |
doc/bash.1 |
4 4 0 - 0 ! |
--- |
bash aliases repeat.diff | (download) |
examples/startup-files/Bash_aliases |
6 3 3 - 0 ! |
--- |
use system texi2html.diff | (download) |
doc/Makefile.in |
4 2 2 - 0 ! |
--- |
bzero.diff | (download) |
lib/sh/oslib.c |
4 2 2 - 0 ! |
--- |
man macro warnings.diff | (download) |
doc/bash.1 |
27 18 9 - 0 ! |
--- |
po de fix.diff | (download) |
po/de.po |
2 1 1 - 0 ! |
--- |
man vx opts.diff | (download) |
doc/bash.1 |
6 6 0 - 0 ! |
--- |
wait builtin avoid hanging on inherited children.diff | (download) |
jobs.c |
2 1 1 - 0 ! |
wait builtin: avoid hanging on inherited children in https://lists.gnu.org/archive/html/bug-bash/2019-04/msg00096.html, Chet Ramey proposes this fix to avoid the wait builtin hanging on previously unknown children. This addresses debian bug #920455. |