浏览代码

Add latest upstream Bash patches. Fixes #2450.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8986 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 16 年之前
父节点
当前提交
9feef20f15
共有 2 个文件被更改,包括 7 次插入3 次删除
  1. 4 0
      chapter01/changelog.xml
  2. 3 3
      patches.ent

+ 4 - 0
chapter01/changelog.xml

@@ -40,6 +40,10 @@
     <listitem>
       <para>2009-07-23</para>
       <itemizedlist>
+        <listitem>
+          <para>[matthew] - Add latest upstream Bash patches. Fixes
+          <ulink url="&lfs-ticket-root;2450">#2450</ulink>.</para>
+        </listitem>
         <listitem>
           <para>[matthew] - Upgrade to GCC-4.4.1. Fixes
           <ulink url="&lfs-ticket-root;2451">#2451</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 "f6f17b7a3d637d14e238da58a5379b42">
-<!ENTITY bash-fixes-patch-size "34 KB">
+<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-3.patch">
+<!ENTITY bash-fixes-patch-md5 "0f4c4e68cc11088e7136def4adba82c7">
+<!ENTITY bash-fixes-patch-size "40 KB">
 
 
 <!ENTITY bzip2-docs-patch "bzip2-&bzip2-version;-install_docs-1.patch">