Author: bdubbs
Date: 2006-07-29 20:11:20 -0600 (Sat, 29 Jul 2006)
New Revision: 7709
Modified:
branches/6.2/BOOK/chapter01/changelog.xml
branches/6.2/BOOK/chapter03/patches.xml
branches/6.2/BOOK/chapter06/db.xml
branches/6.2/BOOK/chapter08/kernel.xml
branches/6.2/BOOK/patches.ent
Log:
Added a patch to Berkeley DB to avoid potential program traps.
Modified: branches/6.2/BOOK/chapter01/changelog.xml
===================================================================
--- branches/6.2/BOOK/chapter01/changelog.xml 2006-07-27 19:21:51 UTC (rev
7708)
+++ branches/6.2/BOOK/chapter01/changelog.xml 2006-07-30 02:11:20 UTC (rev
7709)
@@ -35,6 +35,16 @@
</itemizedlist>
</listitem>
-->
+
+ <listitem>
+ <para>July 29, 2006</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - Added a patch to Berkeley DB to
+ avoid potential program traps.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
<listitem>
<para>July 21, 2006</para>
Modified: branches/6.2/BOOK/chapter03/patches.xml
===================================================================
--- branches/6.2/BOOK/chapter03/patches.xml 2006-07-27 19:21:51 UTC (rev
7708)
+++ branches/6.2/BOOK/chapter03/patches.xml 2006-07-30 02:11:20 UTC (rev
7709)
@@ -67,6 +67,14 @@
</varlistentry>
<varlistentry>
+ <term>Database (Berkeley) Trap Patch -
<token>&db-trap-patch-size;</token>:</term>
+ <listitem>
+ <para>Download: <ulink url="&patches-root;&db-trap-patch;"/></para>
+ <para>MD5 sum: <literal>&db-trap-patch-md5;</literal></para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term>Diffutils Internationalization Fixes Patch -
<token>&diffutils-i18n-patch-size;</token>:</term>
<listitem>
<para>Download: <ulink
url="&patches-root;&diffutils-i18n-patch;"/></para>
Modified: branches/6.2/BOOK/chapter06/db.xml
===================================================================
--- branches/6.2/BOOK/chapter06/db.xml 2006-07-27 19:21:51 UTC (rev 7708)
+++ branches/6.2/BOOK/chapter06/db.xml 2006-07-30 02:11:20 UTC (rev 7709)
@@ -55,6 +55,10 @@
<sect2 role="installation">
<title>Installation of Berkeley DB</title>
+ <para>Patch the package to eliminate potential trap events:</para>
+
+<screen><userinput>patch -Np0 -i ../&db-trap-patch;</userinput></screen>
+
<para>Prepare Berkeley DB for compilation:</para>
<screen><userinput>cd build_unix &&
Modified: branches/6.2/BOOK/chapter08/kernel.xml
===================================================================
--- branches/6.2/BOOK/chapter08/kernel.xml 2006-07-27 19:21:51 UTC (rev
7708)
+++ branches/6.2/BOOK/chapter08/kernel.xml 2006-07-30 02:11:20 UTC (rev
7709)
@@ -117,8 +117,8 @@
<para>Install the documentation for the Linux kernel:</para>
-<screen>install -d /usr/share/doc/linux-&linux-version; &&
-cp -r Documentation/* /usr/share/doc/linux-&linux-version;</screen>
+<screen><userinput>install -d /usr/share/doc/linux-&linux-version; &&
+cp -r Documentation/* /usr/share/doc/linux-&linux-version;</userinput></screen>
<para>It is important to note that the files in the kernel source
directory are not owned by <emphasis>root</emphasis>. Whenever a
Modified: branches/6.2/BOOK/patches.ent
===================================================================
--- branches/6.2/BOOK/patches.ent 2006-07-27 19:21:51 UTC (rev 7708)
+++ branches/6.2/BOOK/patches.ent 2006-07-30 02:11:20 UTC (rev 7709)
@@ -28,6 +28,10 @@
<!ENTITY coreutils-uname-patch-size "4.6 KB">
+<!ENTITY db-trap-patch "db-&db-version;-trap-1.patch">
+<!ENTITY db-trap-patch-md5 "fb8cd6be418eac24b1916c53080ce1f3">
+<!ENTITY db-trap-patch-size "1.7 KB">
+
<!ENTITY diffutils-i18n-patch "diffutils-&diffutils-version;-i18n-1.patch">
<!ENTITY diffutils-i18n-patch-md5 "c8d481223db274a33b121fb8c25af9f7">
<!ENTITY diffutils-i18n-patch-size "18 KB">
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page