Prechádzať zdrojové kódy

Upgrade to Bash-4.1. Fixes #2539.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9142 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 15 rokov pred
rodič
commit
bb2f6dc169

+ 4 - 0
chapter01/changelog.xml

@@ -40,6 +40,10 @@
     <listitem>
       <para>2010-01-03</para>
       <itemizedlist>
+        <listitem>
+          <para>[matthew] Upgrade to Bash-4.1. Fixes
+          <ulink url="&lfs-ticket-root;2539">#2539</ulink>.</para>
+        </listitem>
         <listitem>
           <para>[matthew] Upgrade to Patch-2.6.1. Fixes
           <ulink url="&lfs-ticket-root;2538">#2538</ulink>.</para>

+ 2 - 6
chapter01/whatsnew.xml

@@ -28,9 +28,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>-->
@@ -210,10 +210,6 @@
   <itemizedlist>
     <title>Added:</title>
 
-    <listitem>
-      <para>bash-4.0-fixes-5.patch</para>
-    </listitem>
-
     <listitem>
       <para>coreutils-8.1-i18n-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 - 5
chapter05/bash.xml

@@ -43,11 +43,6 @@
   <sect2 role="installation">
     <title>Installation of Bash</title>
 
-    <para>Apply fixes for several bugs discovered since the initial release of
-    Bash-&bash-version;:</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 - 5
chapter06/bash.xml

@@ -40,11 +40,6 @@
   <sect2 role="installation">
     <title>Installation of Bash</title>
 
-    <para>Apply fixes for several bugs discovered since the initial release of
-    Bash-&bash-version;:</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

@@ -23,10 +23,10 @@
 <!ENTITY automake-ch6-du "28.8 MB testsuite included">
 <!ENTITY automake-ch6-sbu "18.3 SBU testsuite included">
 
-<!ENTITY bash-version "4.0">
-<!ENTITY bash-size "6,085 KB">
+<!ENTITY bash-version "4.1">
+<!ENTITY bash-size "6,444 KB">
 <!ENTITY bash-url "&gnu;bash/bash-&bash-version;.tar.gz">
-<!ENTITY bash-md5 "a90a1b5a6db4838483f05438e05e8eb9">
+<!ENTITY bash-md5 "9800d8724815fd84994d9be65ab5e7b8">
 <!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-5.patch">
-<!ENTITY bash-fixes-patch-md5 "9b8ef92bf27abeb0ff57069f4fbc4a48">
-<!ENTITY bash-fixes-patch-size "44 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">