From 46145e1f6c6d17db4d9bb99e4451715e7622584d Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Fri, 14 Jan 2022 12:01:01 +0000 Subject: [PATCH] Update bash 5.1 to patch level 16 OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=338 --- bash-5.1-patches.tar.bz2 | 4 ++-- bash.changes | 18 ++++++++++++++++++ bash.spec | 2 +- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/bash-5.1-patches.tar.bz2 b/bash-5.1-patches.tar.bz2 index 1bfd4005..24644a84 100644 --- a/bash-5.1-patches.tar.bz2 +++ b/bash-5.1-patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:27c699e9b229528c1b4e71952b9a375a1bdc9276954d7d6031e64ccab7f5112b -size 8455 +oid sha256:b65c32afbf861ea927e1e5cc3feec10c410cc2bd632b33300e4a825d73f4c271 +size 9715 diff --git a/bash.changes b/bash.changes index dcb10b8f..4854716e 100644 --- a/bash.changes +++ b/bash.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Fri Jan 14 11:57:21 UTC 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 3 13:59:00 UTC 2021 - Dirk Müller diff --git a/bash.spec b/bash.spec index 6846ea57..2cb42071 100644 --- a/bash.spec +++ b/bash.spec @@ -1,7 +1,7 @@ # # spec file for package bash # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed