Changeset 0a64f94


Ignore:
Timestamp:
04/03/2008 02:30:03 AM (16 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Children:
6f14be1
Parents:
3ee916d7
Message:

Merge r8505 and r8506 from trunk to jh branch

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/jh/BOOK@8507 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r3ee916d7 r0a64f94  
    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>
  • chapter01/whatsnew.xml

    r3ee916d7 r0a64f94  
    214214
    215215    <listitem>
     216      <para>&db-fixes-patch;</para>
     217    </listitem>
     218
     219    <listitem>
    216220      <para>&grep-debian-patch;</para>
    217221    </listitem>
  • chapter03/patches.xml

    r3ee916d7 r0a64f94  
    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>
  • chapter06/db.xml

    r3ee916d7 r0a64f94  
    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
  • patches.ent

    r3ee916d7 r0a64f94  
    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">
Note: See TracChangeset for help on using the changeset viewer.