Explorar el Código

Upgrade to Bash-4.2.37. Fixes #3177.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9991 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess hace 13 años
padre
commit
37fcb0780a
Se han modificado 3 ficheros con 12 adiciones y 4 borrados
  1. 4 0
      chapter01/changelog.xml
  2. 5 1
      chapter01/whatsnew.xml
  3. 3 3
      patches.ent

+ 4 - 0
chapter01/changelog.xml

@@ -40,6 +40,10 @@
     <listitem>
       <para>2012-09-16</para>
       <itemizedlist>
+        <listitem>
+          <para>[matthew] - Upgrade to Bash-4.2.37.  Fixes
+          <ulink url="&lfs-ticket-root;3177">#3177</ulink>.</para>
+        </listitem>
         <listitem>
           <para>[matthew] - Upgrade to Pkg-Config-0.27.1.  Fixes
           <ulink url="&lfs-ticket-root;3174">#3174</ulink>.</para>

+ 5 - 1
chapter01/whatsnew.xml

@@ -222,6 +222,10 @@
   <itemizedlist>
     <title>Added:</title>
 
+    <listitem>
+      <para>&bash-fixes-patch;</para>
+    </listitem>
+
     <listitem>
       <para>&glibc-installation-patch;</para>
     </listitem>
@@ -232,7 +236,7 @@
     <title>Removed:</title>
 
     <listitem>
-      <para></para>
+      <para>bash-4.2-fixes-8.patch</para>
     </listitem>
 
   </itemizedlist>

+ 3 - 3
patches.ent

@@ -2,9 +2,9 @@
 
 <!-- Start of Common Patches -->
 
-<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-8.patch">
-<!ENTITY bash-fixes-patch-md5 "e82d2200e82aa28640299bbcad140361">
-<!ENTITY bash-fixes-patch-size "51 KB">
+<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-9.patch">
+<!ENTITY bash-fixes-patch-md5 "db330dd98d829792aca1b463ba47d63b">
+<!ENTITY bash-fixes-patch-size "53 KB">
 
 
 <!ENTITY binutils-build-patch "binutils-&binutils-version;-build_fix-1.patch">