From 06d44506a83fffbb14854af39a54f145eac3a11620ccc46857287bc59d7ea387 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Tue, 9 Mar 2010 14:35:20 +0000 Subject: [PATCH] . OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=30 --- bash.changes | 6 ++++++ bash.spec | 2 ++ 2 files changed, 8 insertions(+) diff --git a/bash.changes b/bash.changes index 1fd41db..37fa83f 100644 --- a/bash.changes +++ b/bash.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Mar 9 15:34:05 CET 2010 - werner@suse.de + +- Add patch from bash-bug list to avoid crahs on some strange + TAB completions + ------------------------------------------------------------------- Tue Mar 2 00:45:53 CET 2010 - ro@suse.de diff --git a/bash.spec b/bash.spec index f973195..c0dddb0 100644 --- a/bash.spec +++ b/bash.spec @@ -51,6 +51,7 @@ Patch8: bash-4.0-async-bnc523667.dif Patch9: bash-4.0-extended_quote.patch Patch10: bash-3.2-printf.patch Patch11: bash-4.0-loadables.dif +Patch12: bash-4.1-completion.dif Patch14: bash-3.2-sigrestart.patch Patch15: bash-3.2-longjmp.dif Patch16: bash-4.0-setlocale.dif @@ -297,6 +298,7 @@ unset p %patch9 -p0 -b .extended_quote %patch10 -p0 -b .printf %patch11 -p0 -b .plugins +%patch12 -p0 -b .completion %patch14 -p0 -b .sigrestart %patch15 -p0 -b .longjmp %patch16 -p0 -b .setlocale