Browse Source

Add latest upstream patches for Bash. Fixes #2868.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9523 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 14 years ago
parent
commit
1b10e962d4
2 changed files with 7 additions and 3 deletions
  1. 4 0
      chapter01/changelog.xml
  2. 3 3
      patches.ent

+ 4 - 0
chapter01/changelog.xml

@@ -39,6 +39,10 @@
     <listitem>
       <para>2011-05-07</para>
       <itemizedlist>
+        <listitem>
+          <para>[matthew] - Add latest upstream patches for Bash. Fixes
+          <ulink url="&lfs-ticket-root;2868">#2868</ulink>.</para>
+        </listitem>
         <listitem>
           <para>[matthew] - Upgrade to Linux-2.6.38.5. Fixes
           <ulink url="&lfs-ticket-root;2867">#2867</ulink>.</para>

+ 3 - 3
patches.ent

@@ -2,9 +2,9 @@
 
 <!-- Start of Common Patches -->
 
-<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-2.patch">
-<!ENTITY bash-fixes-patch-md5 "1344b04abc4846a4a7f1ff7e3874f7c4">
-<!ENTITY bash-fixes-patch-size "12 KB">
+<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-3.patch">
+<!ENTITY bash-fixes-patch-md5 "16ef261d87673ffaa6e838423d1cc4d1">
+<!ENTITY bash-fixes-patch-size "14 KB">
 
 
 <!ENTITY bzip2-docs-patch "bzip2-&bzip2-version;-install_docs-1.patch">