Author: matthew
Date: 2006-02-19 13:45:16 -0700 (Sun, 19 Feb 2006)
New Revision: 7382
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter01/whatsnew.xml
trunk/BOOK/chapter03/patches.xml
trunk/BOOK/chapter06/bash.xml
trunk/BOOK/patches.ent
Log:
Add upstream fixes 001-008 for Bash
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2006-02-19 20:31:54 UTC (rev 7381)
+++ trunk/BOOK/chapter01/changelog.xml 2006-02-19 20:45:16 UTC (rev 7382)
@@ -40,6 +40,9 @@
<para>Febraury 19, 2006</para>
<itemizedlist>
<listitem>
+ <para>[matthew] - Add upstream fixes 001-008 for Bash.</para>
+ </listitem>
+ <listitem>
<para>[matthew] - Upgrade to Sed 4.1.5.</para>
</listitem>
<listitem>
Modified: trunk/BOOK/chapter01/whatsnew.xml
===================================================================
--- trunk/BOOK/chapter01/whatsnew.xml 2006-02-19 20:31:54 UTC (rev 7381)
+++ trunk/BOOK/chapter01/whatsnew.xml 2006-02-19 20:45:16 UTC (rev 7382)
@@ -205,6 +205,9 @@
<title>Added:</title>
<listitem>
+ <para>&bash-fixes-patch;</para>
+ </listitem>
+ <listitem>
<para>&bzip2-bzgrep-patch;</para>
</listitem>
<listitem>
Modified: trunk/BOOK/chapter03/patches.xml
===================================================================
--- trunk/BOOK/chapter03/patches.xml 2006-02-19 20:31:54 UTC (rev 7381)
+++ trunk/BOOK/chapter03/patches.xml 2006-02-19 20:45:16 UTC (rev 7382)
@@ -19,6 +19,13 @@
<variablelist role="materials">
<varlistentry>
+ <term>Bash Upstream Fixes Patch - 118 KB:</term>
+ <listitem>
+ <para><ulink url="&patches-root;&bash-fixes-patch;"/></para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term>Bzip2 Bzgrep Security Fixes Patch - 1 KB:</term>
<listitem>
<para><ulink url="&patches-root;&bzip2-bzgrep-patch;"/></para>
Modified: trunk/BOOK/chapter06/bash.xml
===================================================================
--- trunk/BOOK/chapter06/bash.xml 2006-02-19 20:31:54 UTC (rev 7381)
+++ trunk/BOOK/chapter06/bash.xml 2006-02-19 20:45:16 UTC (rev 7382)
@@ -50,6 +50,11 @@
sed -i "s|htmldir = @htmldir@|htmldir = /usr/share/doc/bash-&bash-version;|" \
Makefile.in</userinput></screen>
+ <para>Upstream developers have fixed several issues since the initial
+ release of Bash-&bash-version;. Apply those fixes:</para>
+
+<screen><userinput>patch -Np1 -i ../&bash-fixes-patch;</userinput></screen>
+
<para>Prepare Bash for compilation:</para>
<screen><userinput>./configure --prefix=/usr --bindir=/bin \
Modified: trunk/BOOK/patches.ent
===================================================================
--- trunk/BOOK/patches.ent 2006-02-19 20:31:54 UTC (rev 7381)
+++ trunk/BOOK/patches.ent 2006-02-19 20:45:16 UTC (rev 7382)
@@ -1,6 +1,8 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- Start of Common Patches -->
+<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-3.patch">
+
<!ENTITY bzip2-bzgrep-patch "bzip2-&bzip2-version;-bzgrep_security-1.patch">
<!ENTITY bzip2-docs-patch "bzip2-&bzip2-version;-install_docs-1.patch">
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page