diff --git a/bash-5.2-patches.tar.bz2 b/bash-5.2-patches.tar.bz2 index aa7b42b..3579954 100644 --- a/bash-5.2-patches.tar.bz2 +++ b/bash-5.2-patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fd2f5e8ab1d04f97c681be63d585c545cd4d6b9ba5bee5e42ff06e107fbd9c37 -size 32648 +oid sha256:05848ea08ae66bede10e81d33e64bbde0a308da1a6e02cb866103a94410715ab +size 35886 diff --git a/bash.changes b/bash.changes index 8d5b3c5..49981c4 100644 --- a/bash.changes +++ b/bash.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Mon Aug 19 08:57:30 UTC 2024 - Dr. Werner Fink + +- Add upstream patches + * bash52-027 + The configure test for the presence of strtoimax(3) is inverted. + * bash52-028 + A DEBUG trap in an asynchronous process can steal the controlling terminal + away from the calling shell, causing it to exit. + * bash52-030 + `wait -n' can fail to return some jobs if they exit due to signals the shell + does not report to the user. + * bash52-031 + There is a memory leak in the code that implements the optimized $( diff --git a/bash.spec b/bash.spec index 1796045..13f269f 100644 --- a/bash.spec +++ b/bash.spec @@ -111,7 +111,7 @@ BuildRequires: pkgconfig(readline) >= %{rl_version} %if %{with alternatives} Requires(post): update-alternatives Requires(post): libreadline%{rl_major} >= %{rl_version} -Requires(preun): update-alternatives +Requires(preun):update-alternatives %endif Requires: libreadline%{rl_major} >= %{rl_version} Suggests: bash-doc = %{version}