From 567338de7adf12b781aba32d81bcc33fd3cf8397 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Tue, 15 Apr 2014 15:27:13 +0000 Subject: [PATCH 1/2] . 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 From 7d4fb829a85b99f15acd43058a9cb93e5b183e5f Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Tue, 15 Apr 2014 15:31:00 +0000 Subject: [PATCH 2/2] . OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=166 --- bash-4.2-patches.tar.bz2 | 4 ++-- bash.changes | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/bash-4.2-patches.tar.bz2 b/bash-4.2-patches.tar.bz2 index abcfff60..c8abcd6c 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:a2fa67e78edaf5b613ee053ebcf4af30613b240b16778b15d92c9fc321e776a8 -size 29010 +oid sha256:b15040afefabd2017251ba76e7babebfa3dede73aec769923fb6662cdf909027 +size 28878 diff --git a/bash.changes b/bash.changes index 61ddc30c..82a1a5a8 100644 --- a/bash.changes +++ b/bash.changes @@ -6,6 +6,8 @@ Tue Apr 15 15:25:55 UTC 2014 - werner@suse.de $PROMPT_DIRTRIM uses memcpy on potentially-overlapping regions of memory, when it should use memmove. The result is garbled pathnames in prompt strings. +- Remove bash-4.2-prompt-dirtrim.patch as this was the original + report of above. ------------------------------------------------------------------- Tue Apr 1 12:31:38 UTC 2014 - werner@suse.de