Bläddra i källkod

Add latest upstream patches for Bash. Fixes #2665.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9280 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 15 år sedan
förälder
incheckning
103104699f
3 ändrade filer med 8 tillägg och 4 borttagningar
  1. 4 0
      chapter01/changelog.xml
  2. 1 1
      chapter01/whatsnew.xml
  3. 3 3
      patches.ent

+ 4 - 0
chapter01/changelog.xml

@@ -39,6 +39,10 @@
     <listitem>
       <para>2010-05-21</para>
       <itemizedlist>
+        <listitem>
+          <para>[matthew] - Added latest upstream patches for Bash.  Fixes
+          <ulink url="&lfs-ticket-root;2665">#2665</ulink>.</para>
+        </listitem>
         <listitem>
           <para>[matthew] - Upgrade to MPC-0.8.2. Fixes
           <ulink url="&lfs-ticket-root;2664">#2664</ulink>.</para>

+ 1 - 1
chapter01/whatsnew.xml

@@ -214,7 +214,7 @@
     <title>Added:</title>
 
     <listitem>
-      <para>bash-4.1-fixes-1.patch</para>
+      <para>bash-4.1-fixes-2.patch</para>
     </listitem>
 
     <listitem>

+ 3 - 3
patches.ent

@@ -2,9 +2,9 @@
 
 <!-- Start of Common Patches -->
 
-<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-1.patch">
-<!ENTITY bash-fixes-patch-md5 "677396905ccdbc9dbe72745fd73f4bae">
-<!ENTITY bash-fixes-patch-size "3.8 KB">
+<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-2.patch">
+<!ENTITY bash-fixes-patch-md5 "7813f0e42d41dc4443dc3d161ad24987">
+<!ENTITY bash-fixes-patch-size "5.1 KB">
 
 
 <!ENTITY bison-gcc-patch "bison-&bison-version;-gcc-1.patch">