aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRandy McMurchy <randy@linuxfromscratch.org>2008-10-05 19:26:36 +0000
committerRandy McMurchy <randy@linuxfromscratch.org>2008-10-05 19:26:36 +0000
commit43523c35b5d3cbee902937c1fda529046a84df42 (patch)
treee27238c56004a19f288b13a1276cc4d49d7d890c
parent1100dfc670766b99a1c9fdb86817f260e5ffbde7 (diff)
Updated the Bash Fixes patch to the -8 version
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8572 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml3
-rw-r--r--patches.ent6
2 files changed, 6 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index c6d7ed689..12e3ce1a6 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -41,6 +41,9 @@
<para>2008-10-05</para>
<itemizedlist>
<listitem>
+ <para>[randy] - Updated the Bash Fixes patch to the -8 version.</para>
+ </listitem>
+ <listitem>
<para>[randy] - Added a patch to the Expect instructions to fix an
issue with recent Tcl versions.</para>
</listitem>
diff --git a/patches.ent b/patches.ent
index 9f73fff0f..3fb0f1888 100644
--- a/patches.ent
+++ b/patches.ent
@@ -6,9 +6,9 @@
<!ENTITY automake-test-patch-size "3 KB">
-<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-7.patch">
-<!ENTITY bash-fixes-patch-md5 "63ca4c26a1ae0c4a5b7da910d611d534">
-<!ENTITY bash-fixes-patch-size "55 KB">
+<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-8.patch">
+<!ENTITY bash-fixes-patch-md5 "7729e8bb1adb57c8d3c4c3a34a5bbab0">
+<!ENTITY bash-fixes-patch-size "66 KB">
<!ENTITY binutils-configure-patch "binutils-&binutils-version;-configure-1.patch">