Author: jhuntwork
Date: 2008-04-02 20:24:56 -0600 (Wed, 02 Apr 2008)
New Revision: 8505

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter01/whatsnew.xml
   trunk/BOOK/chapter03/patches.xml
   trunk/BOOK/chapter06/db.xml
   trunk/BOOK/patches.ent
Log:
Added an upstream patch for db-4.6.21, thanks Randy McMurchy for the report. 
Fixes #2164.


Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2008-04-03 00:57:25 UTC (rev 8504)
+++ trunk/BOOK/chapter01/changelog.xml  2008-04-03 02:24:56 UTC (rev 8505)
@@ -42,6 +42,10 @@
         <listitem>
           <para>[jhuntwork] - Updated to linux-2.6.24.4, fixes #2157.</para>
         </listitem>
+        <listitem>
+          <para>[jhuntwork] - Added an upstream patch for db-4.6.21, thanks
+          Randy McMurchy for the report. Fixes #2164.</para>
+        </listitem>
       </itemizedlist>
     </listitem>
 

Modified: trunk/BOOK/chapter01/whatsnew.xml
===================================================================
--- trunk/BOOK/chapter01/whatsnew.xml   2008-04-03 00:57:25 UTC (rev 8504)
+++ trunk/BOOK/chapter01/whatsnew.xml   2008-04-03 02:24:56 UTC (rev 8505)
@@ -213,6 +213,10 @@
     </listitem>
 
     <listitem>
+      <para>&db-fixes-patch;</para>
+    </listitem>
+
+    <listitem>
       <para>&grep-debian-patch;</para>
     </listitem>
 

Modified: trunk/BOOK/chapter03/patches.xml
===================================================================
--- trunk/BOOK/chapter03/patches.xml    2008-04-03 00:57:25 UTC (rev 8504)
+++ trunk/BOOK/chapter03/patches.xml    2008-04-03 02:24:56 UTC (rev 8505)
@@ -35,6 +35,14 @@
     </varlistentry>
 
     <varlistentry>
+      <term>Berkeley DB Upstream Fixes Patch - 
<token>&db-fixes-patch-size;</token>:</term>
+      <listitem>
+        <para>Download: <ulink url="&patches-root;&db-fixes-patch;"/></para>
+        <para>MD5 sum: <literal>&db-fixes-patch-md5;</literal></para>
+      </listitem>
+    </varlistentry>
+
+    <varlistentry>
       <term>Binutils Texinfo Version Patch - 
<token>&binutils-configure-patch-size;</token>:</term>
       <listitem>
         <para>Download: <ulink 
url="&patches-root;&binutils-configure-patch;"/></para>

Modified: trunk/BOOK/chapter06/db.xml
===================================================================
--- trunk/BOOK/chapter06/db.xml 2008-04-03 00:57:25 UTC (rev 8504)
+++ trunk/BOOK/chapter06/db.xml 2008-04-03 02:24:56 UTC (rev 8505)
@@ -61,6 +61,10 @@
   <sect2 role="installation">
     <title>Installation of Berkeley DB</title>
 
+    <para>There is an upstream patch for Berkeley DB that fixes a race 
condition. Apply it:</para>
+
+<screen><userinput remap="pre">patch -Np1 -i 
../&db-fixes-patch;</userinput></screen>
+
     <para>Prepare Berkeley DB for compilation:</para>
 
 <screen><userinput remap="configure">cd build_unix

Modified: trunk/BOOK/patches.ent
===================================================================
--- trunk/BOOK/patches.ent      2008-04-03 00:57:25 UTC (rev 8504)
+++ trunk/BOOK/patches.ent      2008-04-03 02:24:56 UTC (rev 8505)
@@ -29,6 +29,9 @@
 <!ENTITY coreutils-uname-patch-md5 "c05b735710fbd62239588c07084852a0">
 <!ENTITY coreutils-uname-patch-size "4.6 KB">
 
+<!ENTITY db-fixes-patch "db-&diffutils-version;-fixes-1.patch">
+<!ENTITY db-fixes-patch-md5 "0e1f3a1db6c3ab10f79c4d6dff0c8f31">
+<!ENTITY db-fixes-patch-size "2.3 KB">
 
 <!ENTITY diffutils-i18n-patch "diffutils-&diffutils-version;-i18n-1.patch">
 <!ENTITY diffutils-i18n-patch-md5 "c8d481223db274a33b121fb8c25af9f7">

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