Changeset 7938

Show
Ignore:
Timestamp:
02/24/07 07:40:21 (1 year ago)
Author:
matthew
Message:

Add a patch for Berkeley DB containing upstream fixes.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BOOK/chapter01/changelog.xml

    r7937 r7938  
    4141      <itemizedlist> 
    4242        <listitem> 
     43          <para>[matthew] - Add an upstream patch for Berkeley-DB.  Fixes 
     44          <ulink url="&lfs-ticket-root;1961">#1961</ulink></para> 
     45        </listitem> 
     46        <listitem> 
    4347          <para>[dnicholson] - Added missing command descriptions for 
    4448          <command>cpan</command> and <command>prove</command> from the 
  • trunk/BOOK/chapter01/whatsnew.xml

    r7905 r7938  
    206206    </listitem> 
    207207    <listitem> 
     208      <para>&db-fixes-patch;</para> 
     209    </listitem> 
     210    <listitem> 
    208211      <para>&inetutils-man_pages-patch;</para> 
    209212    </listitem> 
  • trunk/BOOK/chapter03/patches.xml

    r7905 r7938  
    6060 
    6161    <varlistentry> 
     62      <term>DB Fixes Patch - <token>&db-fixes-patch-size;</token>:</term> 
     63      <listitem> 
     64        <para>Download: <ulink url="&patches-root;&db-fixes-patch;"/></para> 
     65        <para>MD5 sum: <literal>&db-fixes-patch-md5;</literal></para> 
     66      </listitem> 
     67    </varlistentry> 
     68 
     69    <varlistentry> 
    6270      <term>Diffutils Internationalization Fixes Patch - <token>&diffutils-i18n-patch-size;</token>:</term> 
    6371      <listitem> 
  • trunk/BOOK/chapter06/db.xml

    r7918 r7938  
    5656    <title>Installation of Berkeley DB</title> 
    5757 
     58    <para>Apply a patch to Berkeley DB to fix a couple of bugs when accessing 
     59    databases via its Java API:</para> 
     60 
     61<screen><userinput>patch -Np1 -i ../&db-fixes-patch;</userinput></screen> 
     62 
    5863    <para>Prepare Berkeley DB for compilation:</para> 
    5964 
  • trunk/BOOK/patches.ent

    r7905 r7938  
    2323<!ENTITY coreutils-uname-patch-md5 "c05b735710fbd62239588c07084852a0"> 
    2424<!ENTITY coreutils-uname-patch-size "4.6 KB"> 
     25 
     26 
     27<!ENTITY db-fixes-patch "db-&db-version;-fixes-1.patch"> 
     28<!ENTITY db-fixes-patch-md5 "4d6a476c9ccd1bb9fba9de0b5229f0da"> 
     29<!ENTITY db-fixes-patch-size "2.8 KB"> 
    2530 
    2631