Bladeren bron

Updated Berkeley DB to 4.7.25

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8599 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Randy McMurchy 17 jaren geleden
bovenliggende
commit
580b4f7dd5
5 gewijzigde bestanden met toevoegingen van 14 en 10 verwijderingen
  1. 3 0
      chapter01/changelog.xml
  2. 1 1
      chapter01/whatsnew.xml
  3. 2 1
      chapter06/db.xml
  4. 5 5
      packages.ent
  5. 3 3
      patches.ent

+ 3 - 0
chapter01/changelog.xml

@@ -40,6 +40,9 @@
     <listitem>
       <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>

+ 1 - 1
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>

+ 2 - 1
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>
 

+ 5 - 5
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">

+ 3 - 3
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">