Author: matthew
Date: 2011-03-14 16:07:59 -0600 (Mon, 14 Mar 2011)
New Revision: 9487

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter01/whatsnew.xml
   trunk/BOOK/chapter03/patches.xml
   trunk/BOOK/chapter06/readline.xml
   trunk/BOOK/patches.ent
Log:
Add latest upstream patches for Readline-6.2.

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2011-03-14 22:06:41 UTC (rev 9486)
+++ trunk/BOOK/chapter01/changelog.xml  2011-03-14 22:07:59 UTC (rev 9487)
@@ -40,6 +40,9 @@
       <para>2011-03-14</para>
       <itemizedlist>
         <listitem>
+          <para>[matthew] - Add latest upstream patches for 
Readline-6.2.</para>
+        </listitem>
+        <listitem>
           <para>[matthew] - Add latest upstream patches for Bash-4.2. Fixes
           <ulink url="&lfs-ticket-root;2841">#2841</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/chapter01/whatsnew.xml
===================================================================
--- trunk/BOOK/chapter01/whatsnew.xml   2011-03-14 22:06:41 UTC (rev 9486)
+++ trunk/BOOK/chapter01/whatsnew.xml   2011-03-14 22:07:59 UTC (rev 9487)
@@ -221,6 +221,9 @@
     <listitem>
       <para>bash-&bash-version;-fixes-1.patch</para>
     </listitem>
+    <listitem>
+      <para>readline-&readline-version;-fixes-1.patch</para>
+    </listitem>
   </itemizedlist>
 
   <itemizedlist>

Modified: trunk/BOOK/chapter03/patches.xml
===================================================================
--- trunk/BOOK/chapter03/patches.xml    2011-03-14 22:06:41 UTC (rev 9486)
+++ trunk/BOOK/chapter03/patches.xml    2011-03-14 22:07:59 UTC (rev 9487)
@@ -140,6 +140,14 @@
       </listitem>
     </varlistentry>
 
+    <varlistentry>
+      <term>Readline Upstream Fixes Patch - 
<token>&readline-fixes-patch-size;</token>:</term>
+      <listitem>
+        <para>Download: <ulink 
url="&patches-root;&readline-fixes-patch;"/></para>
+        <para>MD5 sum: <literal>&readline-fixes-patch-md5;</literal></para>
+      </listitem>
+    </varlistentry>
+
     <!-- <varlistentry>
       <term>Shadow Useradd Patch - 
<token>&shadow-useradd-patch-size;</token>:</term>
       <listitem>

Modified: trunk/BOOK/chapter06/readline.xml
===================================================================
--- trunk/BOOK/chapter06/readline.xml   2011-03-14 22:06:41 UTC (rev 9486)
+++ trunk/BOOK/chapter06/readline.xml   2011-03-14 22:07:59 UTC (rev 9487)
@@ -49,6 +49,10 @@
 <screen><userinput remap="pre">sed -i '/MV.*old/d' Makefile.in
 sed -i '/{OLDSUFF}/c:' support/shlib-install</userinput></screen>
 
+    <para>Apply a patch to fix a known bug that has been fixed upstream:</para>
+
+<screen><userinput remap="pre">patch -Np1 -i 
../&readline-fixes-patch;</userinput></screen>
+
     <para>Prepare Readline for compilation:</para>
 
 <screen><userinput remap="configure">./configure --prefix=/usr 
--libdir=/lib</userinput></screen>

Modified: trunk/BOOK/patches.ent
===================================================================
--- trunk/BOOK/patches.ent      2011-03-14 22:06:41 UTC (rev 9486)
+++ trunk/BOOK/patches.ent      2011-03-14 22:07:59 UTC (rev 9487)
@@ -78,6 +78,11 @@
 <!ENTITY procps-watch-patch-size "3.5 KB">
 
 
+<!ENTITY readline-fixes-patch "readline-&readline-version;-fixes-1.patch">
+<!ENTITY readline-fixes-patch-md5 "3c185f7b76001d3d0af614f6f2cd5dfa">
+<!ENTITY readline-fixes-patch-size "1.3 KB">
+
+
 <!-- <!ENTITY shadow-useradd-patch 
"shadow-&shadow-version;-useradd_fix-2.patch">
 <!ENTITY shadow-useradd-patch-md5 "5f35528f38d5432d5fa2dd79d04bdfdd">
 <!ENTITY shadow-useradd-patch-size "6.1 KB"> -->

-- 
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