diff --git a/bash-4.2-patches.tar.bz2 b/bash-4.2-patches.tar.bz2 index e917bd25..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:2219ff2970ee16972a63beee4b319df1a94f946e1dbc26e73283d8d1157c2223 -size 28753 +oid sha256:b15040afefabd2017251ba76e7babebfa3dede73aec769923fb6662cdf909027 +size 28878 diff --git a/bash.changes b/bash.changes index 9ffcc793..82a1a5a8 100644 --- a/bash.changes +++ b/bash.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +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. +- 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