Author: matthew
Date: 2010-04-20 14:00:41 -0600 (Tue, 20 Apr 2010)
New Revision: 9246
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. Fixes #2620.
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2010-04-20 19:59:37 UTC (rev 9245)
+++ trunk/BOOK/chapter01/changelog.xml 2010-04-20 20:00:41 UTC (rev 9246)
@@ -40,6 +40,10 @@
<para>2010-04-20</para>
<itemizedlist>
<listitem>
+ <para>[matthew] Add upstream fixes 001-005 for Bash. Fixes
+ <ulink url="&lfs-ticket-root;2620">#2620</ulink>.</para>
+ </listitem>
+ <listitem>
<para>[matthew] Remove the Vim fixes patch as it is out of date and
looks to be applying fixes still in upstream's development cycle.
Fixes <ulink url="&lfs-ticket-root;2597">#2597</ulink>.</para>
Modified: trunk/BOOK/chapter01/whatsnew.xml
===================================================================
--- trunk/BOOK/chapter01/whatsnew.xml 2010-04-20 19:59:37 UTC (rev 9245)
+++ trunk/BOOK/chapter01/whatsnew.xml 2010-04-20 20:00:41 UTC (rev 9246)
@@ -207,14 +207,14 @@
</itemizedlist>-->
- <!--<itemizedlist>
+ <itemizedlist>
<title>Added:</title>
<listitem>
- <para>PLACEHOLDER</para>
+ <para>bash-4.1-fixes-1.patch</para>
</listitem>
- </itemizedlist>-->
+ </itemizedlist>
<itemizedlist>
<title>Removed:</title>
Modified: trunk/BOOK/chapter03/patches.xml
===================================================================
--- trunk/BOOK/chapter03/patches.xml 2010-04-20 19:59:37 UTC (rev 9245)
+++ trunk/BOOK/chapter03/patches.xml 2010-04-20 20:00:41 UTC (rev 9246)
@@ -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 2010-04-20 19:59:37 UTC (rev 9245)
+++ trunk/BOOK/chapter05/bash.xml 2010-04-20 20:00:41 UTC (rev 9246)
@@ -43,6 +43,10 @@
<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 2010-04-20 19:59:37 UTC (rev 9245)
+++ trunk/BOOK/chapter06/bash.xml 2010-04-20 20:00:41 UTC (rev 9246)
@@ -40,6 +40,10 @@
<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/patches.ent
===================================================================
--- trunk/BOOK/patches.ent 2010-04-20 19:59:37 UTC (rev 9245)
+++ trunk/BOOK/patches.ent 2010-04-20 20:00:41 UTC (rev 9246)
@@ -2,6 +2,11 @@
<!-- Start of Common Patches -->
+<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-1.patch">
+<!ENTITY bash-fixes-patch-md5 "677396905ccdbc9dbe72745fd73f4bae">
+<!ENTITY bash-fixes-patch-size "3.8 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