浏览代码

Upgrade to Bash-4.2. Fixes #2830.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9463 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 14 年之前
父节点
当前提交
446a6fcaa1
共有 7 个文件被更改,包括 9 次插入30 次删除
  1. 4 0
      chapter01/changelog.xml
  2. 2 6
      chapter01/whatsnew.xml
  3. 0 8
      chapter03/patches.xml
  4. 0 4
      chapter05/bash.xml
  5. 0 4
      chapter06/bash.xml
  6. 3 3
      packages.ent
  7. 0 5
      patches.ent

+ 4 - 0
chapter01/changelog.xml

@@ -39,6 +39,10 @@
     <listitem>
       <para>2011-02-16</para>
       <itemizedlist>
+         <listitem>
+          <para>[matthew] Upgrade to Bash-4.2. Fixes
+          <ulink url="&lfs-ticket-root;2830">#2830</ulink>.</para>
+        </listitem>
          <listitem>
           <para>[matthew] Upgrade to Udev-166. Fixes
           <ulink url="&lfs-ticket-root;2829">#2829</ulink>.</para>

+ 2 - 6
chapter01/whatsnew.xml

@@ -31,9 +31,9 @@
     <!--<listitem>
       <para>Automake &automake-version;</para>
     </listitem> -->
-    <!--<listitem>
+    <listitem>
       <para>Bash &bash-version;</para>
-    </listitem>-->
+    </listitem>
     <!--<listitem>
       <para>Berkeley DB &db-version;</para>
     </listitem> -->
@@ -219,10 +219,6 @@
   <itemizedlist>
     <title>Added:</title>
 
-    <listitem>
-      <para>bash-&bash-version;-fixes-3.patch</para>
-    </listitem>
-
     <listitem>
       <para>bzip2-&bzip2-version;-install_docs-1.patch</para>
     </listitem>

+ 0 - 8
chapter03/patches.xml

@@ -18,14 +18,6 @@
 
   <variablelist role="materials">
 
-    <varlistentry>
-      <term>Bash Upstream Fixes Patch - <token>&bash-fixes-patch-size;</token>:</term>
-      <listitem>
-        <para>Download: <ulink url="&patches-root;&bash-fixes-patch;"/></para>
-        <para>MD5 sum: <literal>&bash-fixes-patch-md5;</literal></para>
-      </listitem>
-    </varlistentry>
-
     <varlistentry>
       <term>Bzip2 Documentation Patch - <token>&bzip2-docs-patch-size;</token>:</term>
       <listitem>

+ 0 - 4
chapter05/bash.xml

@@ -43,10 +43,6 @@
   <sect2 role="installation">
     <title>Installation of Bash</title>
 
-    <para>Apply a patch that fixes several bugs reported and fixed by the upstream Bash maintainer:</para>
-
-<screen><userinput remap="pre">patch -Np1 -i ../&bash-fixes-patch;</userinput></screen>
-
     <para>Prepare Bash for compilation:</para>
 
 <screen><userinput remap="configure">./configure --prefix=/tools --without-bash-malloc</userinput></screen>

+ 0 - 4
chapter06/bash.xml

@@ -40,10 +40,6 @@
   <sect2 role="installation">
     <title>Installation of Bash</title>
 
-    <para>Apply a patch that fixes several bugs reported and fixed by the upstream Bash maintainer:</para>
-
-<screen><userinput remap="pre">patch -Np1 -i ../&bash-fixes-patch;</userinput></screen>
-
     <para>Prepare Bash for compilation:</para>
 
 <screen><userinput remap="configure">./configure --prefix=/usr --bindir=/bin \

+ 3 - 3
packages.ent

@@ -24,10 +24,10 @@
 <!ENTITY automake-ch6-du "28.8 MB">
 <!ENTITY automake-ch6-sbu "18.3 SBU">
 
-<!ENTITY bash-version "4.1">
-<!ENTITY bash-size "6,444 KB">
+<!ENTITY bash-version "4.2">
+<!ENTITY bash-size "6,845 KB">
 <!ENTITY bash-url "&gnu;bash/bash-&bash-version;.tar.gz">
-<!ENTITY bash-md5 "9800d8724815fd84994d9be65ab5e7b8">
+<!ENTITY bash-md5 "3fb927c7c33022f1c327f14a81c0d4b0">
 <!ENTITY bash-home "&gnu-software;bash/">
 <!ENTITY bash-ch5-du "35 MB">
 <!ENTITY bash-ch5-sbu "0.5 SBU">

+ 0 - 5
patches.ent

@@ -2,11 +2,6 @@
 
 <!-- Start of Common Patches -->
 
-<!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">
 <!ENTITY bzip2-docs-patch-md5 "6a5ac7e89b791aae556de0f745916f7f">
 <!ENTITY bzip2-docs-patch-size "1.6 KB">