aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Nichilson <dnicholson@linuxfromscratch.org>2007-03-24 19:10:17 +0000
committerDan Nichilson <dnicholson@linuxfromscratch.org>2007-03-24 19:10:17 +0000
commit3bac7eb7478c18bd57836f6b7befe265ec6ee1ae (patch)
tree19621419fb3d74ecb8c473a897b6ca3baa2efebf
parent22537cf62663f1429f3c44435aba4db9eb6f0ecb (diff)
Upgrade to latest upstream bash patches
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7976 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml4
-rw-r--r--patches.ent6
2 files changed, 7 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 5c23930f4..9db083d7a 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -40,6 +40,10 @@
<para>2007-03-24</para>
<itemizedlist>
<listitem>
+ <para>[dnicholson] - Upgrade the Bash fixes patch to include the
+ latest 011-015 patches from upstream.</para>
+ </listitem>
+ <listitem>
<para>[dnicholson] - Upgrade the Readline fixes patch to include the
latest 002 patch from upstream.</para>
</listitem>
diff --git a/patches.ent b/patches.ent
index 4e06b4a1e..37a860d77 100644
--- a/patches.ent
+++ b/patches.ent
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- Start of Common Patches -->
-<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-3.patch">
-<!ENTITY bash-fixes-patch-md5 "6b9cc51d1e4de91f296d6dc17aa582a0">
-<!ENTITY bash-fixes-patch-size "16.6 KB">
+<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-4.patch">
+<!ENTITY bash-fixes-patch-md5 "39697d6c965bea8e7a3ea21024ef74eb">
+<!ENTITY bash-fixes-patch-size "31.5 KB">
<!ENTITY bzip2-docs-patch "bzip2-&bzip2-version;-install_docs-1.patch">