aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2011-04-18 18:45:54 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2011-04-18 18:45:54 +0000
commit0c5a48aadb92ad8f302ecb67ad1e1fca5ef501e3 (patch)
treebcfe8196b35b140931d4a1a112012e1d531a16cb
parent6591ae539d6f0ee7c8a8176615c9036705c3aad9 (diff)
Add latest upstream patch for Bash. Fixes #2855.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9502 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml4
-rw-r--r--chapter01/whatsnew.xml2
-rw-r--r--patches.ent6
3 files changed, 8 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 93e3ef618..10afa5958 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -40,6 +40,10 @@
<para>2011-04-18</para>
<itemizedlist>
<listitem>
+ <para>[matthew] - Add latest upstream patch for Bash. Fixes
+ <ulink url="&lfs-ticket-root;2855">#2855</ulink>.</para>
+ </listitem>
+ <listitem>
<para>[matthew] - Upgrade to Ncurses-5.9. Fixes
<ulink url="&lfs-ticket-root;2853">#2853</ulink>.</para>
</listitem>
diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml
index eb5f20f1c..d595003ce 100644
--- a/chapter01/whatsnew.xml
+++ b/chapter01/whatsnew.xml
@@ -222,7 +222,7 @@
<itemizedlist>
<title>Added:</title>
<listitem>
- <para>bash-&bash-version;-fixes-1.patch</para>
+ <para>&bash-fixes-patch;</para>
</listitem>
<listitem>
<para>coreutils-&coreutils-version;-sparse_fiemap-1.patch</para>
diff --git a/patches.ent b/patches.ent
index 79f047b0c..19638a6e5 100644
--- a/patches.ent
+++ b/patches.ent
@@ -2,9 +2,9 @@
<!-- Start of Common Patches -->
-<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-1.patch">
-<!ENTITY bash-fixes-patch-md5 "abae789c2807cb7c7c4c452fa3986f85">
-<!ENTITY bash-fixes-patch-size "11 KB">
+<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-2.patch">
+<!ENTITY bash-fixes-patch-md5 "1344b04abc4846a4a7f1ff7e3874f7c4">
+<!ENTITY bash-fixes-patch-size "12 KB">
<!ENTITY bzip2-docs-patch "bzip2-&bzip2-version;-install_docs-1.patch">