From f7635ef82665eb951d6fca0e64f4c0589d540175 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Wed, 7 Feb 2018 07:10:01 +0000 Subject: [PATCH] Accepting request 573552 from home:avindra - 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. OBS-URL: https://build.opensuse.org/request/show/573552 OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=251 --- bash-4.4-patches.tar.bz2 | 4 ++-- bash.changes | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/bash-4.4-patches.tar.bz2 b/bash-4.4-patches.tar.bz2 index 04ba6e6f..f62d17c6 100644 --- a/bash-4.4-patches.tar.bz2 +++ b/bash-4.4-patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3f4926a9b13e7447c0948033ecc42bdd9df6118046e00491f416935838c9e192 -size 10285 +oid sha256:d86684f8611c66689730646c48392d47ce52c680da9b3269178778097fac57fc +size 10625 diff --git a/bash.changes b/bash.changes index 7bbf26ee..1c995c03 100644 --- a/bash.changes +++ b/bash.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Feb 6 23:25:18 UTC 2018 - avindra@opensuse.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 01:42:43 UTC 2018 - avindra@opensuse.org