Author: matthew
Date: 2006-11-25 10:08:59 -0700 (Sat, 25 Nov 2006)
New Revision: 7857

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:
Apply all 5 of the currently available upstream patches for Bash-3.2

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2006-11-25 17:03:49 UTC (rev 7856)
+++ trunk/BOOK/chapter01/changelog.xml  2006-11-25 17:08:59 UTC (rev 7857)
@@ -40,6 +40,10 @@
       <para>2006-11-25</para>
       <itemizedlist>
         <listitem>
+          <para>[matthew] - Use all 5 of the patches currently supplied by
+          the upstream maintainers of Bash.</para>
+        </listitem>
+        <listitem>
           <para>[matthew] - Upgrade to Autoconf-2.61.  Fixes
           <ulink url="&lfs-ticket-root;1918">#1918</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/chapter01/whatsnew.xml
===================================================================
--- trunk/BOOK/chapter01/whatsnew.xml   2006-11-25 17:03:49 UTC (rev 7856)
+++ trunk/BOOK/chapter01/whatsnew.xml   2006-11-25 17:08:59 UTC (rev 7857)
@@ -202,7 +202,7 @@
     <title>Added:</title>
 
     <listitem>
-      <para>&bash-comment-patch;</para>
+      <para>&bash-fixes-patch;</para>
     </listitem>
     <listitem>
       <para>&less-signal_fix-patch;</para>

Modified: trunk/BOOK/chapter03/patches.xml
===================================================================
--- trunk/BOOK/chapter03/patches.xml    2006-11-25 17:03:49 UTC (rev 7856)
+++ trunk/BOOK/chapter03/patches.xml    2006-11-25 17:08:59 UTC (rev 7857)
@@ -19,10 +19,10 @@
   <variablelist role="materials">
 
     <varlistentry>
-      <term>Bash Comment Parser Patch - 
<token>&bash-comment-patch-size;</token>:</term>
+      <term>Bash Upstream Fixes Patch - 
<token>&bash-fixes-patch-size;</token>:</term>
       <listitem>
-        <para>Download: <ulink 
url="&patches-root;&bash-comment-patch;"/></para>
-        <para>MD5 sum: <literal>&bash-comment-patch-md5;</literal></para>
+        <para>Download: <ulink url="&patches-root;&bash-fixes-patch;"/></para>
+        <para>MD5 sum: <literal>&bash-fixes-patch-md5;</literal></para>
       </listitem>
     </varlistentry>
 

Modified: trunk/BOOK/chapter05/bash.xml
===================================================================
--- trunk/BOOK/chapter05/bash.xml       2006-11-25 17:03:49 UTC (rev 7856)
+++ trunk/BOOK/chapter05/bash.xml       2006-11-25 17:08:59 UTC (rev 7857)
@@ -37,10 +37,10 @@
   <sect2 role="installation">
     <title>Installation of Bash</title>
 
-    <para>Apply a fix for a bug that causes some comments to be parsed
-    incorrectly:</para>
+    <para>Apply fixes for several bugs discovered since the initial release of
+    Bash-&bash-version;:</para>
 
-<screen><userinput>patch -Np1 -i ../&bash-comment-patch;</userinput></screen>
+<screen><userinput>patch -Np1 -i ../&bash-fixes-patch;</userinput></screen>
 
     <para>Prepare Bash for compilation:</para>
 

Modified: trunk/BOOK/chapter06/bash.xml
===================================================================
--- trunk/BOOK/chapter06/bash.xml       2006-11-25 17:03:49 UTC (rev 7856)
+++ trunk/BOOK/chapter06/bash.xml       2006-11-25 17:08:59 UTC (rev 7857)
@@ -41,10 +41,10 @@
 sed -i "s|htmldir = @htmldir@|htmldir = /usr/share/doc/bash-&bash-version;|" \
     Makefile.in</userinput></screen>
 
-    <para>Apply a fix for a bug that causes some comments to be parsed
-    incorrectly:</para>
+    <para>Apply fixes for several bugs discovered since the initial release of
+    Bash-&bash-version;:</para>
 
-<screen><userinput>patch -Np1 -i ../&bash-comment-patch;</userinput></screen>
+<screen><userinput>patch -Np1 -i ../&bash-fixes-patch;</userinput></screen>
 
     <para>Prepare Bash for compilation:</para>
 

Modified: trunk/BOOK/patches.ent
===================================================================
--- trunk/BOOK/patches.ent      2006-11-25 17:03:49 UTC (rev 7856)
+++ trunk/BOOK/patches.ent      2006-11-25 17:08:59 UTC (rev 7857)
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
 <!-- Start of Common Patches -->
-<!ENTITY bash-comment-patch "bash-&bash-version;-parse_comment-1.patch">
-<!ENTITY bash-comment-patch-md5 "6420d890711431ebeb63b5a9f3d9764d">
-<!ENTITY bash-comment-patch-size "1.5 KB">
+<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-1.patch">
+<!ENTITY bash-fixes-patch-md5 "541834ceb90f4f3eee45cee246cc2cc4">
+<!ENTITY bash-fixes-patch-size "9.9 KB">
 
 
 <!ENTITY bzip2-bzgrep-patch "bzip2-&bzip2-version;-bzgrep_security-1.patch">

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to