aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml4
-rw-r--r--chapter01/whatsnew.xml8
-rw-r--r--patches.ent6
3 files changed, 15 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 87e99bd80..0d1234f35 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -41,6 +41,10 @@
<para>2012-03-14</para>
<itemizedlist>
<listitem>
+ <para>[matthew] - Apply new upstream patches for Bash. Fixes
+ <ulink url="&lfs-ticket-root;3037">#3037</ulink>.</para>
+ </listitem>
+ <listitem>
<para>[matthew] - Upgrade to Linux-3.2.11. Fixes
<ulink url="&lfs-ticket-root;3036">#3036</ulink>.</para>
</listitem>
diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml
index ccb14bedb..9c640130d 100644
--- a/chapter01/whatsnew.xml
+++ b/chapter01/whatsnew.xml
@@ -220,6 +220,10 @@
<title>Added:</title>
<listitem>
+ <para>&bash-fixes-patch;</para>
+ </listitem>
+
+ <listitem>
<para>&gcc-crosscompile-patch;</para>
</listitem>
@@ -233,6 +237,10 @@
<title>Removed:</title>
<listitem>
+ <para>bash-4.2-fixes-4.patch</para>
+ </listitem>
+
+ <listitem>
<para>gcc-4.6.2-cross_compile-1.patch</para>
</listitem>
diff --git a/patches.ent b/patches.ent
index ec40be708..6ace4254e 100644
--- a/patches.ent
+++ b/patches.ent
@@ -2,9 +2,9 @@
<!-- Start of Common Patches -->
-<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-4.patch">
-<!ENTITY bash-fixes-patch-md5 "244e3ff74d53792f1db32dea75dc8627">
-<!ENTITY bash-fixes-patch-size "22 KB">
+<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-5.patch">
+<!ENTITY bash-fixes-patch-md5 "9bc1f8468d13745cd05d4ecade8582ea">
+<!ENTITY bash-fixes-patch-size "24 KB">
<!ENTITY bzip2-docs-patch "bzip2-&bzip2-version;-install_docs-1.patch">