Browse Source

Add a patch for Berkeley DB containing upstream fixes.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7938 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 18 năm trước cách đây
mục cha
commit
c6a996f572
5 tập tin đã thay đổi với 25 bổ sung0 xóa
  1. 4 0
      chapter01/changelog.xml
  2. 3 0
      chapter01/whatsnew.xml
  3. 8 0
      chapter03/patches.xml
  4. 5 0
      chapter06/db.xml
  5. 5 0
      patches.ent

+ 4 - 0
chapter01/changelog.xml

@@ -39,6 +39,10 @@
     <listitem>
       <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

+ 3 - 0
chapter01/whatsnew.xml

@@ -204,6 +204,9 @@
     <listitem>
       <para>&bash-fixes-patch;</para>
     </listitem>
+    <listitem>
+      <para>&db-fixes-patch;</para>
+    </listitem>
     <listitem>
       <para>&inetutils-man_pages-patch;</para>
     </listitem>

+ 8 - 0
chapter03/patches.xml

@@ -58,6 +58,14 @@
       </listitem>
     </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>

+ 5 - 0
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;

+ 5 - 0
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">