浏览代码

Upgrade to latest upstream bash patches

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

+ 4 - 0
chapter01/changelog.xml

@@ -39,6 +39,10 @@
     <listitem>
       <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>

+ 3 - 3
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">