Changeset 7938
- Timestamp:
- 02/24/07 07:40:21 (1 year ago)
- Files:
-
- trunk/BOOK/chapter01/changelog.xml (modified) (1 diff)
- trunk/BOOK/chapter01/whatsnew.xml (modified) (1 diff)
- trunk/BOOK/chapter03/patches.xml (modified) (1 diff)
- trunk/BOOK/chapter06/db.xml (modified) (1 diff)
- trunk/BOOK/patches.ent (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/BOOK/chapter01/changelog.xml
r7937 r7938 41 41 <itemizedlist> 42 42 <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> 43 47 <para>[dnicholson] - Added missing command descriptions for 44 48 <command>cpan</command> and <command>prove</command> from the trunk/BOOK/chapter01/whatsnew.xml
r7905 r7938 206 206 </listitem> 207 207 <listitem> 208 <para>&db-fixes-patch;</para> 209 </listitem> 210 <listitem> 208 211 <para>&inetutils-man_pages-patch;</para> 209 212 </listitem> trunk/BOOK/chapter03/patches.xml
r7905 r7938 60 60 61 61 <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> 62 70 <term>Diffutils Internationalization Fixes Patch - <token>&diffutils-i18n-patch-size;</token>:</term> 63 71 <listitem> trunk/BOOK/chapter06/db.xml
r7918 r7938 56 56 <title>Installation of Berkeley DB</title> 57 57 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 58 63 <para>Prepare Berkeley DB for compilation:</para> 59 64 trunk/BOOK/patches.ent
r7905 r7938 23 23 <!ENTITY coreutils-uname-patch-md5 "c05b735710fbd62239588c07084852a0"> 24 24 <!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"> 25 30 26 31
