[Clfs-commits] commit: r4776 - in /trunk: BOOK/ BOOK/final-system/common/ BOOK/final-system/multilib/ BOOK/introduction/common/ BOOK/materials/common/ BOOK/temp-system/common/ BOOK/temp-system/multilib/ patches/

svn at cross-lfs.org svn at cross-lfs.org
Sat Feb 28 15:30:34 PST 2009


Author: jim
Date: Sat Feb 28 23:30:32 2009
New Revision: 4776

Log:
Added Bash 4.0 Branch Update Patch

Added:
    trunk/patches/bash-4.0-branch_update-1.patch
Modified:
    trunk/BOOK/final-system/common/bash.xml
    trunk/BOOK/final-system/multilib/bash.xml
    trunk/BOOK/introduction/common/changelog.xml
    trunk/BOOK/materials/common/patches.xml
    trunk/BOOK/patches.ent
    trunk/BOOK/temp-system/common/bash.xml
    trunk/BOOK/temp-system/multilib/bash.xml

Modified: trunk/BOOK/final-system/common/bash.xml
==============================================================================
--- trunk/BOOK/final-system/common/bash.xml (original)
+++ trunk/BOOK/final-system/common/bash.xml Sat Feb 28 23:30:32 2009
@@ -24,12 +24,11 @@
   <sect2 role="installation">
     <title>Installation of Bash</title>
 
-<!--
     <para os="p1">The following patch contains updates from the maintainer. The
     maintainer of Bash only releases these patches to fix serious issues:</para>
 
 <screen os="p2"><userinput>patch -Np1 -i ../&bash-branch_update-patch;</userinput></screen>
--->
+
     <para os="a">Prepare Bash for compilation:</para>
 
 <screen os="b"><userinput>./configure --prefix=/usr --bindir=/bin \

Modified: trunk/BOOK/final-system/multilib/bash.xml
==============================================================================
--- trunk/BOOK/final-system/multilib/bash.xml (original)
+++ trunk/BOOK/final-system/multilib/bash.xml Sat Feb 28 23:30:32 2009
@@ -21,7 +21,6 @@
   <sect2 role="installation">
     <title>Installation of Bash</title>
 
-<!--
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/bash.xml"
     xpointer="xpointer(//*[@os='p1'])"/>
@@ -29,7 +28,6 @@
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/bash.xml"
     xpointer="xpointer(//*[@os='p2'])"/>
--->
 
     <para os="m1">The following sed points configure towards the correct
     library directory while searching for Readline:</para>

Modified: trunk/BOOK/introduction/common/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/common/changelog.xml (original)
+++ trunk/BOOK/introduction/common/changelog.xml Sat Feb 28 23:30:32 2009
@@ -41,6 +41,9 @@
       <itemizedlist>
         <listitem>
           <para>[Jim] - Updated MPFR to 2.4.1.</para>
+        </listitem>
+        <listitem>
+          <para>[Jim] - Added Bash 4.0 Branch Update Patch.</para>
         </listitem>
       </itemizedlist>
     </listitem>

Modified: trunk/BOOK/materials/common/patches.xml
==============================================================================
--- trunk/BOOK/materials/common/patches.xml (original)
+++ trunk/BOOK/materials/common/patches.xml Sat Feb 28 23:30:32 2009
@@ -18,7 +18,6 @@
 
   <variablelist role="materials">
 
-<!--
     <varlistentry>
       <term>Bash Branch Update Patch - <token>&bash-branch_update-patch-size;</token>:</term>
       <listitem>
@@ -27,7 +26,6 @@
         <para>MD5 sum: <literal>&bash-branch_update-patch-md5;</literal></para>
       </listitem>
     </varlistentry>
--->
 
 <!--
     <varlistentry>

Modified: trunk/BOOK/patches.ent
==============================================================================
--- trunk/BOOK/patches.ent (original)
+++ trunk/BOOK/patches.ent Sat Feb 28 23:30:32 2009
@@ -5,8 +5,8 @@
 <!-- Start of Common Patches -->
 
 <!ENTITY bash-branch_update-patch "bash-&bash-version;-branch_update-1.patch">
-<!ENTITY bash-branch_update-patch-md5 "">
-<!ENTITY bash-branch_update-patch-size " KB">
+<!ENTITY bash-branch_update-patch-md5 "9eb162851d44a45c63a31589282ba906">
+<!ENTITY bash-branch_update-patch-size "9 KB">
 
 <!ENTITY binutils-branch_update-patch "binutils-&binutils-version;-branch_update-1.patch">
 <!ENTITY binutils-branch_update-patch-md5 "">

Modified: trunk/BOOK/temp-system/common/bash.xml
==============================================================================
--- trunk/BOOK/temp-system/common/bash.xml (original)
+++ trunk/BOOK/temp-system/common/bash.xml Sat Feb 28 23:30:32 2009
@@ -22,7 +22,6 @@
   <sect2 role="installation">
     <title>Installation of Bash</title>
 
-<!--
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../../final-system/common/bash.xml"
     xpointer="xpointer(//*[@os='p1'])"/>
@@ -30,7 +29,6 @@
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../../final-system/common/bash.xml"
     xpointer="xpointer(//*[@os='p2'])"/>
--->
 
     <para os="t1">When bash is cross-compiled, it cannot test for the presence
     of named pipes, amoung other things. If you used <command>su</command> to

Modified: trunk/BOOK/temp-system/multilib/bash.xml
==============================================================================
--- trunk/BOOK/temp-system/multilib/bash.xml (original)
+++ trunk/BOOK/temp-system/multilib/bash.xml Sat Feb 28 23:30:32 2009
@@ -22,7 +22,6 @@
   <sect2 role="installation">
     <title>Installation of Bash</title>
 
-<!--
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/bash.xml"
     xpointer="xpointer(//*[@os='p1'])"/>
@@ -30,7 +29,6 @@
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/bash.xml"
     xpointer="xpointer(//*[@os='p2'])"/>
--->
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/bash.xml"




More information about the Clfs-commits mailing list