aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml4
-rw-r--r--chapter01/whatsnew.xml3
-rw-r--r--chapter03/patches.xml8
-rw-r--r--chapter06/db.xml5
-rw-r--r--patches.ent5
5 files changed, 25 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 5518cd0ad..a8e5258d4 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -40,6 +40,10 @@
<para>2007-02-24</para>
<itemizedlist>
<listitem>
+ <para>[matthew] - Add an upstream patch for Berkeley-DB. Fixes
+ <ulink url="&lfs-ticket-root;1961">#1961</ulink></para>
+ </listitem>
+ <listitem>
<para>[dnicholson] - Added missing command descriptions for
<command>cpan</command> and <command>prove</command> from the
Perl package. Reported by Leonhard Landrock.</para>
diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml
index 5e2ca15e1..2aa46be0f 100644
--- a/chapter01/whatsnew.xml
+++ b/chapter01/whatsnew.xml
@@ -205,6 +205,9 @@
<para>&bash-fixes-patch;</para>
</listitem>
<listitem>
+ <para>&db-fixes-patch;</para>
+ </listitem>
+ <listitem>
<para>&inetutils-man_pages-patch;</para>
</listitem>
<listitem>
diff --git a/chapter03/patches.xml b/chapter03/patches.xml
index 3483cabaf..2447ee854 100644
--- a/chapter03/patches.xml
+++ b/chapter03/patches.xml
@@ -59,6 +59,14 @@
</varlistentry>
<varlistentry>
+ <term>DB 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>Diffutils Internationalization Fixes Patch - <token>&diffutils-i18n-patch-size;</token>:</term>
<listitem>
<para>Download: <ulink url="&patches-root;&diffutils-i18n-patch;"/></para>
diff --git a/chapter06/db.xml b/chapter06/db.xml
index ecedf09f9..60d1a65b5 100644
--- a/chapter06/db.xml
+++ b/chapter06/db.xml
@@ -55,6 +55,11 @@
<sect2 role="installation">
<title>Installation of Berkeley DB</title>
+ <para>Apply a patch to Berkeley DB to fix a couple of bugs when accessing
+ databases via its Java API:</para>
+
+<screen><userinput>patch -Np1 -i ../&db-fixes-patch;</userinput></screen>
+
<para>Prepare Berkeley DB for compilation:</para>
<screen><userinput>cd build_unix &amp;&amp;
diff --git a/patches.ent b/patches.ent
index a8e2ef3f4..441a04004 100644
--- a/patches.ent
+++ b/patches.ent
@@ -24,6 +24,11 @@
<!ENTITY coreutils-uname-patch-size "4.6 KB">
+<!ENTITY db-fixes-patch "db-&db-version;-fixes-1.patch">
+<!ENTITY db-fixes-patch-md5 "4d6a476c9ccd1bb9fba9de0b5229f0da">
+<!ENTITY db-fixes-patch-size "2.8 KB">
+
+
<!ENTITY diffutils-i18n-patch "diffutils-&diffutils-version;-i18n-1.patch">
<!ENTITY diffutils-i18n-patch-md5 "c8d481223db274a33b121fb8c25af9f7">
<!ENTITY diffutils-i18n-patch-size "18 KB">