瀏覽代碼

Apply new upstream patches for Bash. Fixes #3037.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9777 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 13 年之前
父節點
當前提交
088d886292
共有 3 個文件被更改,包括 15 次插入3 次删除
  1. 4 0
      chapter01/changelog.xml
  2. 8 0
      chapter01/whatsnew.xml
  3. 3 3
      patches.ent

+ 4 - 0
chapter01/changelog.xml

@@ -40,6 +40,10 @@
     <listitem>
       <para>2012-03-14</para>
       <itemizedlist>
+         <listitem>
+           <para>[matthew] - Apply new upstream patches for Bash. Fixes
+           <ulink url="&lfs-ticket-root;3037">#3037</ulink>.</para>
+         </listitem>
          <listitem>
            <para>[matthew] - Upgrade to Linux-3.2.11. Fixes
            <ulink url="&lfs-ticket-root;3036">#3036</ulink>.</para>

+ 8 - 0
chapter01/whatsnew.xml

@@ -219,6 +219,10 @@
   <itemizedlist>
     <title>Added:</title>
 
+    <listitem>
+      <para>&bash-fixes-patch;</para>
+    </listitem>
+
     <listitem>
       <para>&gcc-crosscompile-patch;</para>
     </listitem>
@@ -232,6 +236,10 @@
   <itemizedlist>
     <title>Removed:</title>
 
+    <listitem>
+      <para>bash-4.2-fixes-4.patch</para>
+    </listitem>
+
     <listitem>
       <para>gcc-4.6.2-cross_compile-1.patch</para>
     </listitem>

+ 3 - 3
patches.ent

@@ -2,9 +2,9 @@
 
 <!-- Start of Common Patches -->
 
-<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-4.patch">
-<!ENTITY bash-fixes-patch-md5 "244e3ff74d53792f1db32dea75dc8627">
-<!ENTITY bash-fixes-patch-size "22 KB">
+<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-5.patch">
+<!ENTITY bash-fixes-patch-md5 "9bc1f8468d13745cd05d4ecade8582ea">
+<!ENTITY bash-fixes-patch-size "24 KB">
 
 
 <!ENTITY bzip2-docs-patch "bzip2-&bzip2-version;-install_docs-1.patch">