Accepting request 231049 from Base:System

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/231049
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bash?expand=0&rev=115
This commit is contained in:
Stephan Kulow 2014-04-25 14:06:58 +00:00 committed by Git OBS Bridge
commit b992b0a86d
2 changed files with 13 additions and 2 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2219ff2970ee16972a63beee4b319df1a94f946e1dbc26e73283d8d1157c2223
size 28753
oid sha256:b15040afefabd2017251ba76e7babebfa3dede73aec769923fb6662cdf909027
size 28878

View File

@ -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