From 567338de7adf12b781aba32d81bcc33fd3cf8397 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Tue, 15 Apr 2014 15:27:13 +0000 Subject: [PATCH] . OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=165 --- bash-4.2-patches.tar.bz2 | 4 ++-- bash.changes | 9 +++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/bash-4.2-patches.tar.bz2 b/bash-4.2-patches.tar.bz2 index e917bd25..abcfff60 100644 --- a/bash-4.2-patches.tar.bz2 +++ b/bash-4.2-patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2219ff2970ee16972a63beee4b319df1a94f946e1dbc26e73283d8d1157c2223 -size 28753 +oid sha256:a2fa67e78edaf5b613ee053ebcf4af30613b240b16778b15d92c9fc321e776a8 +size 29010 diff --git a/bash.changes b/bash.changes index 9ffcc793..61ddc30c 100644 --- a/bash.changes +++ b/bash.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Apr 15 15:25:55 UTC 2014 - werner@suse.de + +- Add bash upstream patch 47 to fix a problem where the function + that shortens pathnames for $PS1 according to the value of + $PROMPT_DIRTRIM uses memcpy on potentially-overlapping regions + of memory, when it should use memmove. The result is garbled + pathnames in prompt strings. + ------------------------------------------------------------------- Tue Apr 1 12:31:38 UTC 2014 - werner@suse.de