Accepting request 128462 from Base:System
- Update bash 4.2 to patch level 37 * Attempting to redo (using `.') the vi editing mode `cc', `dd', or `yy' commands leads to an infinite loop. - Do not mask internal _rl symbols as internal as there are many tools out there which uses them (gdb as an example) - Update bash 4.2 to patch level 36 OBS-URL: https://build.opensuse.org/request/show/128462 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bash?expand=0&rev=100
This commit is contained in:
commit
3ea938fdfd
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:349865ab63b40b6ff12e6baab0dc2f2d1b7b459b30f16e531e6147652fcf882f
|
oid sha256:e638a187c1562bfe8ed976d556d6c710fe5f536ebe77255f8c2ca240e12439d0
|
||||||
size 23542
|
size 24046
|
||||||
|
13
bash.changes
13
bash.changes
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 20 10:16:20 UTC 2012 - werner@suse.de
|
||||||
|
|
||||||
|
- Update bash 4.2 to patch level 37
|
||||||
|
* Attempting to redo (using `.') the vi editing mode `cc', `dd',
|
||||||
|
or `yy' commands leads to an infinite loop.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 19 12:04:50 UTC 2012 - werner@suse.de
|
||||||
|
|
||||||
|
- Do not mask internal _rl symbols as internal as there are many
|
||||||
|
tools out there which uses them (gdb as an example)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 18 11:17:00 UTC 2012 - werner@suse.de
|
Wed Jul 18 11:17:00 UTC 2012 - werner@suse.de
|
||||||
|
|
||||||
|
@ -356,7 +356,7 @@ pushd ../readline-%{rl_vers}%{extend}
|
|||||||
(cat > rl.map)<<-'EOF'
|
(cat > rl.map)<<-'EOF'
|
||||||
{
|
{
|
||||||
local:
|
local:
|
||||||
_rl*;
|
/* _rl*; */
|
||||||
xfree;
|
xfree;
|
||||||
xmalloc;
|
xmalloc;
|
||||||
xrealloc;
|
xrealloc;
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:7c6c759ec509ffb4854cfb0308f5b03daf40688d5952dac9d5c9eac2eceed432
|
oid sha256:4b7501d942bb797bd502381d062f310cd0e5edab2ca35b2cb35102de6f58ff71
|
||||||
size 2220
|
size 2739
|
||||||
|
Loading…
Reference in New Issue
Block a user