Berkeley DB-4.3.29.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5199 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Igor Živković 2005-10-15 18:41:07 +00:00
parent d25c0a47f4
commit cd2ef4a687
3 changed files with 8 additions and 5 deletions

View File

@ -296,7 +296,7 @@
<!-- Ensure you check the library version number and update the
Heimdal instructions (postlfs/security/heimdal.xml) if necessary -->
<!ENTITY db-version "4.3.28">
<!ENTITY db-version "4.3.29">
<!-- End special note about Heimdal -->
<!ENTITY mysql-version "4.1.14">

View File

@ -44,6 +44,9 @@
<listitem>
<para>October 15th, 2005</para>
<itemizedlist>
<listitem>
<para>[igor] - Updated to Berkeley DB-4.3.29.</para>
</listitem>
<listitem>
<para>[randy] - Updated to GGV-2.12.0.</para>
</listitem>

View File

@ -4,10 +4,10 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY db-download-http " ">
<!ENTITY db-download-ftp "ftp://sleepycat1.inetu.net/releases/db-&db-version;.tar.gz">
<!ENTITY db-md5sum "e27759537db6054b31d8cb3e99ba6fbb">
<!ENTITY db-size "5.8 MB">
<!ENTITY db-download-http "http://downloads.sleepycat.com/db-&db-version;.tar.gz">
<!ENTITY db-download-ftp "ftp://ftp.sleepycat.com/releases/db-&db-version;.tar.gz">
<!ENTITY db-md5sum "13585a20ce32f113b8e8cdb57f52e3bb">
<!ENTITY db-size "5.9 MB">
<!ENTITY db-buildsize "74 MB (additional 140 MB to run parallel standard testsuite)">
<!ENTITY db-time "1.0 SBU (additional 80 SBU to run parallel standard testsuite)">
]>