Changeset c6a996f


Ignore:
Timestamp:
02/24/2007 02:40:21 PM (17 years ago)
Author:
Matthew Burgess <matthew@…>
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.3, 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:
e822753d
Parents:
3ee0c39
Message:

Add a patch for Berkeley DB containing upstream fixes.

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r3ee0c39 rc6a996f  
    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
  • chapter01/whatsnew.xml

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

    r3ee0c39 rc6a996f  
    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>
  • chapter06/db.xml

    r3ee0c39 rc6a996f  
    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
  • patches.ent

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