Author: matthew
Date: 2011-03-14 16:06:41 -0600 (Mon, 14 Mar 2011)
New Revision: 9486
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/patches.ent
Log:
Add latest upstream patches for Bash-4.2. Fixes #2841.
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2011-03-14 22:06:03 UTC (rev 9485)
+++ trunk/BOOK/chapter01/changelog.xml 2011-03-14 22:06:41 UTC (rev 9486)
@@ -40,6 +40,10 @@
<para>2011-03-14</para>
<itemizedlist>
<listitem>
+ <para>[matthew] - Add latest upstream patches for Bash-4.2. Fixes
+ <ulink url="&lfs-ticket-root;2841">#2841</ulink>.</para>
+ </listitem>
+ <listitem>
<para>[matthew] - Upgrade to M4-1.4.16. Fixes
<ulink url="&lfs-ticket-root;2840">#2840</ulink>.</para>
</listitem>
Modified: trunk/BOOK/chapter01/whatsnew.xml
===================================================================
--- trunk/BOOK/chapter01/whatsnew.xml 2011-03-14 22:06:03 UTC (rev 9485)
+++ trunk/BOOK/chapter01/whatsnew.xml 2011-03-14 22:06:41 UTC (rev 9486)
@@ -218,103 +218,14 @@
<itemizedlist>
<title>Added:</title>
- <listitem><para></para></listitem> <!-- satify build -->
- <!--
<listitem>
- <para>bzip2-&bzip2-version;-install_docs-1.patch</para>
+ <para>bash-&bash-version;-fixes-1.patch</para>
</listitem>
-
- <listitem>
- <para>coreutils-&coreutils-version;-i18n-1.patch</para>
- </listitem>
-
- <listitem>
- <para>coreutils-&coreutils-version;-uname-1.patch</para>
- </listitem>
-
- <listitem>
- <para>gcc-&gcc-version;-startfiles_fix-1.patch</para>
- </listitem>
-
- <listitem>
- <para>glibc-&glibc-version;-gcc_fix-1.patch</para>
- </listitem>
-
- <listitem>
- <para>perl-&perl-version;-libc-1.patch</para>
- </listitem>
-
- <listitem>
- <para>procps-&procps-version;-fix_HZ_errors-1.patch</para>
- </listitem>
-
- <listitem>
- <para>xz-&xz-version;</para>
- </listitem>
-
- <listitem>
- <para>util-linux-&util-linux-version;</para>
- </listitem>
- -->
-
</itemizedlist>
<itemizedlist>
<title>Removed:</title>
- <listitem><para></para></listitem> <!-- satify build -->
- <!--
- <listitem>
- <para>bash-4.1-fixes-2.patch</para>
- </listitem>
-
- <listitem>
- <para>bzip2-1.0.5-install_docs-1.patch</para>
- </listitem>
-
- <listitem>
- <para>bzip2-1.0.5-version_fixes-1.patch</para>
- </listitem>
-
- <listitem>
- <para>coreutils-8.5-i18n-1.patch</para>
- </listitem>
-
- <listitem>
- <para>coreutils-8.5-uname-2.patch</para>
- </listitem>
-
- <listitem>
- <para>expect-5.44.1.15-no_tk-1.patch</para>
- </listitem>
-
- <listitem>
- <para>gcc-4.5.1-startfiles_fix-1.patch</para>
- </listitem>
-
- <listitem>
- <para>glibc-2.12.1-gcc_fix-1.patch</para>
- </listitem>
-
- <listitem>
- <para>glibc-2.12.1-makefile_fix-1.patch</para>
- </listitem>
-
- <listitem>
- <para>man-db-2.5.7-fix_man_assertion-1.patch</para>
- </listitem>
-
- <listitem>
- <para>perl-5.12.1-libc-1.patch</para>
- </listitem>
-
- <listitem>
- <para>tar-1.23-overflow_fix-1.patch</para>
- </listitem>
-
- <listitem>
- <para>util-linux-ng-2.18</para>
- </listitem>
- -->
+ <listitem><para></para></listitem> <!-- satisfy build -->
</itemizedlist>
</sect1>
Modified: trunk/BOOK/chapter03/patches.xml
===================================================================
--- trunk/BOOK/chapter03/patches.xml 2011-03-14 22:06:03 UTC (rev 9485)
+++ trunk/BOOK/chapter03/patches.xml 2011-03-14 22:06:41 UTC (rev 9486)
@@ -19,6 +19,14 @@
<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-03-14 22:06:03 UTC (rev 9485)
+++ trunk/BOOK/chapter05/bash.xml 2011-03-14 22:06:41 UTC (rev 9486)
@@ -43,6 +43,11 @@
<sect2 role="installation">
<title>Installation of Bash</title>
+ <para>First, apply the following patch to fix various bugs that have been
+ addressed upstream:</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-03-14 22:06:03 UTC (rev 9485)
+++ trunk/BOOK/chapter06/bash.xml 2011-03-14 22:06:41 UTC (rev 9486)
@@ -40,6 +40,11 @@
<sect2 role="installation">
<title>Installation of Bash</title>
+ <para>First, apply the following patch to fix various bugs that have been
+ addressed upstream:</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/patches.ent
===================================================================
--- trunk/BOOK/patches.ent 2011-03-14 22:06:03 UTC (rev 9485)
+++ trunk/BOOK/patches.ent 2011-03-14 22:06:41 UTC (rev 9486)
@@ -2,6 +2,11 @@
<!-- Start of Common Patches -->
+<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-1.patch">
+<!ENTITY bash-fixes-patch-md5 "abae789c2807cb7c7c4c452fa3986f85">
+<!ENTITY bash-fixes-patch-size "11 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