diff options
author | Randy McMurchy <randy@linuxfromscratch.org> | 2008-10-07 16:02:57 +0000 |
---|---|---|
committer | Randy McMurchy <randy@linuxfromscratch.org> | 2008-10-07 16:02:57 +0000 |
commit | 580b4f7dd50df0421610688cd4ab1b90187d8367 (patch) | |
tree | f89282d0bca6c5c749d353c24a48d38394a25962 | |
parent | 62b9779c362bf0e5e06658f54f46536a702a7ed6 (diff) |
Updated Berkeley DB to 4.7.25
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8599 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 2 | ||||
-rw-r--r-- | chapter06/db.xml | 3 | ||||
-rw-r--r-- | packages.ent | 10 | ||||
-rw-r--r-- | patches.ent | 6 |
5 files changed, 14 insertions, 10 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 9bfd30c66..384c3943b 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,9 @@ <para>2008-10-07</para> <itemizedlist> <listitem> + <para>[randy] - Updated Berkeley DB to 4.7.25.</para> + </listitem> + <listitem> <para>[randy] - Updated Man-pages to 3.11.</para> </listitem> <listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index d6a2bae1e..4dbfd0b79 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -304,7 +304,7 @@ </listitem> <listitem> - <para>db-4.5.29-fixes-1.patch</para> + <para>db-4.5.20-fixes-1.patch</para> </listitem> <listitem> diff --git a/chapter06/db.xml b/chapter06/db.xml index 526fc5dc6..a52d3956a 100644 --- a/chapter06/db.xml +++ b/chapter06/db.xml @@ -61,7 +61,8 @@ <sect2 role="installation"> <title>Installation of Berkeley DB</title> - <para>There is an upstream patch for Berkeley DB that fixes a race condition. Apply it:</para> + <para>Apply an upstream patch so that replication clients can open a + sequence:</para> <screen><userinput remap="pre">patch -Np1 -i ../&db-fixes-patch;</userinput></screen> diff --git a/packages.ent b/packages.ent index 28f300729..5ab6642f7 100644 --- a/packages.ent +++ b/packages.ent @@ -82,13 +82,13 @@ <!ENTITY coreutils-ch6-du "89 MB testsuite included"> <!ENTITY coreutils-ch6-sbu "1.7 SBU testsuite included"> -<!ENTITY db-version "4.6.21"> -<!ENTITY db-size "11,603 KB"> +<!ENTITY db-version "4.7.25"> +<!ENTITY db-size "13,124 KB"> <!ENTITY db-url "http://download-east.oracle.com/berkeley-db/db-&db-version;.tar.gz"> -<!ENTITY db-md5 "718082e7e35fc48478a2334b0bc4cd11"> +<!ENTITY db-md5 "ec2b87e833779681a0c3a814aa71359e"> <!ENTITY db-home "http://www.oracle.com/technology/software/products/berkeley-db/index.html"> -<!ENTITY db-ch6-du "77 MB"> -<!ENTITY db-ch6-sbu "1.2 SBU"> +<!ENTITY db-ch6-du "120 MB"> +<!ENTITY db-ch6-sbu "1.9 SBU"> <!ENTITY dejagnu-version "1.4.4"> <!ENTITY dejagnu-size "1,056 KB"> diff --git a/patches.ent b/patches.ent index 38ca7e863..504553ce8 100644 --- a/patches.ent +++ b/patches.ent @@ -34,9 +34,9 @@ <!ENTITY coreutils-uname-patch-size "4.6 KB"> -<!ENTITY db-fixes-patch "db-&db-version;-fixes-1.patch"> -<!ENTITY db-fixes-patch-md5 "0e1f3a1db6c3ab10f79c4d6dff0c8f31"> -<!ENTITY db-fixes-patch-size "2.3 KB"> +<!ENTITY db-fixes-patch "db-&db-version;-upstream_fixes-1.patch"> +<!ENTITY db-fixes-patch-md5 "dfe0d2a27439454fbafdeeef65fefade"> +<!ENTITY db-fixes-patch-size "1.9 KB"> <!ENTITY diffutils-i18n-patch "diffutils-&diffutils-version;-i18n-1.patch"> |