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

Upgrade to latest upstream Bash patches. Fixes #2484.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9072 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 16 лет назад
Родитель
Сommit
43daae87d3
3 измененных файлов с 14 добавлено и 3 удалено
  1. 4 0
      chapter01/changelog.xml
  2. 7 0
      chapter01/whatsnew.xml
  3. 3 3
      patches.ent

+ 4 - 0
chapter01/changelog.xml

@@ -40,6 +40,10 @@
     <listitem>
       <para>2009-09-17</para>
       <itemizedlist>
+        <listitem>
+          <para>[matthew] Upgraded to Bash-4.0-fixes-4.patch. Fixes
+          <ulink url="&lfs-ticket-root;2484">#2484</ulink>.</para>
+        </listitem>
         <listitem>
           <para>[matthew] Upgraded to Linux-2.6.31. Fixes
           <ulink url="&lfs-ticket-root;2485">#2485</ulink>.</para>

+ 7 - 0
chapter01/whatsnew.xml

@@ -210,6 +210,10 @@
   <itemizedlist>
     <title>Added:</title>
 
+    <listitem>
+      <para>bash-4.0-fixes-4.patch</para>
+    </listitem>
+
     <listitem>
       <para>coreutils-7.6-i18n-1.patch</para>
     </listitem>
@@ -223,6 +227,9 @@
   <itemizedlist>
     <title>Removed:</title>
 
+    <listitem>
+      <para>bash-4.0-fixes-3.patch</para>
+    </listitem>
     <listitem>
       <para>coreutils-7.5-i18n-1.patch</para>
     </listitem>

+ 3 - 3
patches.ent

@@ -2,9 +2,9 @@
 
 <!-- Start of Common Patches -->
 
-<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-3.patch">
-<!ENTITY bash-fixes-patch-md5 "0f4c4e68cc11088e7136def4adba82c7">
-<!ENTITY bash-fixes-patch-size "40 KB">
+<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-4.patch">
+<!ENTITY bash-fixes-patch-md5 "1712950349a705dabedef6c920422011">
+<!ENTITY bash-fixes-patch-size "43 KB">
 
 
 <!ENTITY bzip2-docs-patch "bzip2-&bzip2-version;-install_docs-1.patch">