Changeset 580b4f7


Ignore:
Timestamp:
10/07/2008 04:02:57 PM (16 years ago)
Author:
Randy McMurchy <randy@…>
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, 12.2, 12.2-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/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
c2b9528
Parents:
62b9779
Message:

Updated Berkeley DB to 4.7.25

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r62b9779 r580b4f7  
    4242      <itemizedlist>
    4343        <listitem>
     44          <para>[randy] - Updated Berkeley DB to 4.7.25.</para>
     45        </listitem>
     46        <listitem>
    4447          <para>[randy] - Updated Man-pages to 3.11.</para>
    4548        </listitem>
  • chapter01/whatsnew.xml

    r62b9779 r580b4f7  
    305305
    306306    <listitem>
    307       <para>db-4.5.29-fixes-1.patch</para>
     307      <para>db-4.5.20-fixes-1.patch</para>
    308308    </listitem>
    309309
  • chapter06/db.xml

    r62b9779 r580b4f7  
    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>
     64    <para>Apply an upstream patch so that replication clients can open a
     65    sequence:</para>
    6566
    6667<screen><userinput remap="pre">patch -Np1 -i ../&db-fixes-patch;</userinput></screen>
  • packages.ent

    r62b9779 r580b4f7  
    8383<!ENTITY coreutils-ch6-sbu "1.7 SBU testsuite included">
    8484
    85 <!ENTITY db-version "4.6.21">
    86 <!ENTITY db-size "11,603 KB">
     85<!ENTITY db-version "4.7.25">
     86<!ENTITY db-size "13,124 KB">
    8787<!ENTITY db-url "http://download-east.oracle.com/berkeley-db/db-&db-version;.tar.gz">
    88 <!ENTITY db-md5 "718082e7e35fc48478a2334b0bc4cd11">
     88<!ENTITY db-md5 "ec2b87e833779681a0c3a814aa71359e">
    8989<!ENTITY db-home "http://www.oracle.com/technology/software/products/berkeley-db/index.html">
    90 <!ENTITY db-ch6-du "77 MB">
    91 <!ENTITY db-ch6-sbu "1.2 SBU">
     90<!ENTITY db-ch6-du "120 MB">
     91<!ENTITY db-ch6-sbu "1.9 SBU">
    9292
    9393<!ENTITY dejagnu-version "1.4.4">
  • patches.ent

    r62b9779 r580b4f7  
    3535
    3636
    37 <!ENTITY db-fixes-patch "db-&db-version;-fixes-1.patch">
    38 <!ENTITY db-fixes-patch-md5 "0e1f3a1db6c3ab10f79c4d6dff0c8f31">
    39 <!ENTITY db-fixes-patch-size "2.3 KB">
     37<!ENTITY db-fixes-patch "db-&db-version;-upstream_fixes-1.patch">
     38<!ENTITY db-fixes-patch-md5 "dfe0d2a27439454fbafdeeef65fefade">
     39<!ENTITY db-fixes-patch-size "1.9 KB">
    4040
    4141
Note: See TracChangeset for help on using the changeset viewer.