Просмотр исходного кода

Upgrade to Bash-4.1.009. Fixes #2770.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9401 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 15 лет назад
Родитель
Сommit
74fa2c207a
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

@@ -39,6 +39,10 @@
     <listitem>
       <para>2010-10-18</para>
       <itemizedlist>
+        <listitem>
+          <para>[matthew] Upgrade to Bash 4.1 patch level 9. Fixes
+          <ulink url="&lfs-ticket-root;2770">#2770</ulink>.</para>
+        </listitem>
         <listitem>
           <para>[matthew] Upgrade to Udev-163. Fixes
           <ulink url="&lfs-ticket-root;2769">#2769</ulink>.</para>

+ 8 - 0
chapter01/whatsnew.xml

@@ -219,6 +219,10 @@
   <itemizedlist>
     <title>Added:</title>
 
+    <listitem>
+      <para>bash-4.1-fixes-3.patch</para>
+    </listitem>
+
     <listitem>
       <para>perl-5.12.2-libc-1.patch</para>
     </listitem>
@@ -236,6 +240,10 @@
   <itemizedlist>
     <title>Removed:</title>
 
+    <listitem>
+      <para>bash-4.1-fixes-2.patch</para>
+    </listitem>
+
     <listitem>
       <para>bzip2-1.0.5-install_docs-1.patch</para>
     </listitem>

+ 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 "7813f0e42d41dc4443dc3d161ad24987">
-<!ENTITY bash-fixes-patch-size "5.1 KB">
+<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-3.patch">
+<!ENTITY bash-fixes-patch-md5 "500043db34cfb2c857335cb090ffd43d">
+<!ENTITY bash-fixes-patch-size "6.1 KB">
 
 
 <!ENTITY bzip2-docs-patch "bzip2-&bzip2-version;-install_docs-1.patch">