Changeset 8507

Show
Ignore:
Timestamp:
04/02/08 20:30:03 (8 months ago)
Author:
jhuntwork
Message:

Merge r8505 and r8506 from trunk to jh branch

Files:

Legend:

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

    r8504 r8507  
    4343          <para>[jhuntwork] - Updated to linux-2.6.24.4, fixes #2157.</para> 
    4444        </listitem> 
     45        <listitem> 
     46          <para>[jhuntwork] - Added an upstream patch for db-4.6.21, thanks 
     47          Randy McMurchy for the report. Fixes #2164.</para> 
     48        </listitem> 
    4549      </itemizedlist> 
    4650    </listitem> 
     
    7276        <listitem> 
    7377          <para>[ken] - Corrected typo in name of ru-ms keymap.</para> 
     78        </listitem> 
     79        <listitem> 
    7480          <para>[ken] - Updated Kbd to 1.13.</para> 
    7581        </listitem> 
     
    97103          <para>[ken] - Updated Grep to 2.5.3, thanks to Matthew for the fix 
    98104          for automated builds.</para> 
     105        </listitem> 
     106        <listitem> 
    99107          <para>[ken] - Updated Flex to 2.5.34.</para> 
     108        </listitem> 
     109        <listitem> 
    100110          <para>[ken] - Updated Module-Init-Tools to 3.4.</para> 
    101111        </listitem> 
  • branches/jh/BOOK/chapter01/whatsnew.xml

    r8502 r8507  
    214214 
    215215    <listitem> 
     216      <para>&db-fixes-patch;</para> 
     217    </listitem> 
     218 
     219    <listitem> 
    216220      <para>&grep-debian-patch;</para> 
    217221    </listitem> 
  • branches/jh/BOOK/chapter03/patches.xml

    r8502 r8507  
    3636 
    3737    <varlistentry> 
     38      <term>Berkeley DB Upstream Fixes Patch - <token>&db-fixes-patch-size;</token>:</term> 
     39      <listitem> 
     40        <para>Download: <ulink url="&patches-root;&db-fixes-patch;"/></para> 
     41        <para>MD5 sum: <literal>&db-fixes-patch-md5;</literal></para> 
     42      </listitem> 
     43    </varlistentry> 
     44 
     45    <varlistentry> 
    3846      <term>Binutils Texinfo Version Patch - <token>&binutils-configure-patch-size;</token>:</term> 
    3947      <listitem> 
  • branches/jh/BOOK/chapter06/db.xml

    r8392 r8507  
    6262    <title>Installation of Berkeley DB</title> 
    6363 
     64    <para>There is an upstream patch for Berkeley DB that fixes a race condition. Apply it:</para> 
     65 
     66<screen><userinput remap="pre">patch -Np1 -i ../&db-fixes-patch;</userinput></screen> 
     67 
    6468    <para>Prepare Berkeley DB for compilation:</para> 
    6569 
  • branches/jh/BOOK/patches.ent

    r8502 r8507  
    3030<!ENTITY coreutils-uname-patch-size "4.6 KB"> 
    3131 
     32<!ENTITY db-fixes-patch "db-&diffutils-version;-fixes-1.patch"> 
     33<!ENTITY db-fixes-patch-md5 "0e1f3a1db6c3ab10f79c4d6dff0c8f31"> 
     34<!ENTITY db-fixes-patch-size "2.3 KB"> 
    3235 
    3336<!ENTITY diffutils-i18n-patch "diffutils-&diffutils-version;-i18n-1.patch">