Author: matthew
Date: 2011-02-16 13:19:10 -0700 (Wed, 16 Feb 2011)
New Revision: 9463
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter01/whatsnew.xml
trunk/BOOK/chapter03/patches.xml
trunk/BOOK/chapter05/bash.xml
trunk/BOOK/chapter06/bash.xml
trunk/BOOK/packages.ent
trunk/BOOK/patches.ent
Log:
Upgrade to Bash-4.2. Fixes #2830.
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2011-02-16 20:18:40 UTC (rev 9462)
+++ trunk/BOOK/chapter01/changelog.xml 2011-02-16 20:19:10 UTC (rev 9463)
@@ -40,6 +40,10 @@
<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>
</listitem>
Modified: trunk/BOOK/chapter01/whatsnew.xml
===================================================================
--- trunk/BOOK/chapter01/whatsnew.xml 2011-02-16 20:18:40 UTC (rev 9462)
+++ trunk/BOOK/chapter01/whatsnew.xml 2011-02-16 20:19:10 UTC (rev 9463)
@@ -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> -->
@@ -220,10 +220,6 @@
<title>Added:</title>
<listitem>
- <para>bash-&bash-version;-fixes-3.patch</para>
- </listitem>
-
- <listitem>
<para>bzip2-&bzip2-version;-install_docs-1.patch</para>
</listitem>
Modified: trunk/BOOK/chapter03/patches.xml
===================================================================
--- trunk/BOOK/chapter03/patches.xml 2011-02-16 20:18:40 UTC (rev 9462)
+++ trunk/BOOK/chapter03/patches.xml 2011-02-16 20:19:10 UTC (rev 9463)
@@ -19,14 +19,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>
<para>Download: <ulink url="&patches-root;&bzip2-docs-patch;"/></para>
Modified: trunk/BOOK/chapter05/bash.xml
===================================================================
--- trunk/BOOK/chapter05/bash.xml 2011-02-16 20:18:40 UTC (rev 9462)
+++ trunk/BOOK/chapter05/bash.xml 2011-02-16 20:19:10 UTC (rev 9463)
@@ -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>
Modified: trunk/BOOK/chapter06/bash.xml
===================================================================
--- trunk/BOOK/chapter06/bash.xml 2011-02-16 20:18:40 UTC (rev 9462)
+++ trunk/BOOK/chapter06/bash.xml 2011-02-16 20:19:10 UTC (rev 9463)
@@ -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 \
Modified: trunk/BOOK/packages.ent
===================================================================
--- trunk/BOOK/packages.ent 2011-02-16 20:18:40 UTC (rev 9462)
+++ trunk/BOOK/packages.ent 2011-02-16 20:19:10 UTC (rev 9463)
@@ -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">
Modified: trunk/BOOK/patches.ent
===================================================================
--- trunk/BOOK/patches.ent 2011-02-16 20:18:40 UTC (rev 9462)
+++ trunk/BOOK/patches.ent 2011-02-16 20:19:10 UTC (rev 9463)
@@ -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">
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page