Changeset 24acdca


Ignore:
Timestamp:
04/03/2008 02:24:56 AM (16 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
2ec973e
Parents:
20f8deb
Message:

Added an upstream patch for db-4.6.21, thanks Randy McMurchy for the report. Fixes #2164.

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r20f8deb r24acdca  
    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>
  • chapter01/whatsnew.xml

    r20f8deb r24acdca  
    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

    r20f8deb r24acdca  
    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

    r20f8deb r24acdca  
    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

    r20f8deb r24acdca  
    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.