aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2012-09-16 13:53:03 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2012-09-16 13:53:03 +0000
commit37fcb0780a8d3e4cf3d6a86cfdef356091814c7d (patch)
treeedf364433da2839c882e35003741ffce47df2225
parent61c97d93111c49e13c51eff2264918b2b8485de0 (diff)
Upgrade to Bash-4.2.37. Fixes #3177.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9991 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml4
-rw-r--r--chapter01/whatsnew.xml6
-rw-r--r--patches.ent6
3 files changed, 12 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 0a795e055..89e36765f 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -41,6 +41,10 @@
<para>2012-09-16</para>
<itemizedlist>
<listitem>
+ <para>[matthew] - Upgrade to Bash-4.2.37. Fixes
+ <ulink url="&lfs-ticket-root;3177">#3177</ulink>.</para>
+ </listitem>
+ <listitem>
<para>[matthew] - Upgrade to Pkg-Config-0.27.1. Fixes
<ulink url="&lfs-ticket-root;3174">#3174</ulink>.</para>
</listitem>
diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml
index f9e88cb17..ad8666ee1 100644
--- a/chapter01/whatsnew.xml
+++ b/chapter01/whatsnew.xml
@@ -223,6 +223,10 @@
<title>Added:</title>
<listitem>
+ <para>&bash-fixes-patch;</para>
+ </listitem>
+
+ <listitem>
<para>&glibc-installation-patch;</para>
</listitem>
@@ -232,7 +236,7 @@
<title>Removed:</title>
<listitem>
- <para></para>
+ <para>bash-4.2-fixes-8.patch</para>
</listitem>
</itemizedlist>
diff --git a/patches.ent b/patches.ent
index 4b231741d..43f756d9e 100644
--- a/patches.ent
+++ b/patches.ent
@@ -2,9 +2,9 @@
<!-- Start of Common Patches -->
-<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-8.patch">
-<!ENTITY bash-fixes-patch-md5 "e82d2200e82aa28640299bbcad140361">
-<!ENTITY bash-fixes-patch-size "51 KB">
+<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-9.patch">
+<!ENTITY bash-fixes-patch-md5 "db330dd98d829792aca1b463ba47d63b">
+<!ENTITY bash-fixes-patch-size "53 KB">
<!ENTITY binutils-build-patch "binutils-&binutils-version;-build_fix-1.patch">