mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
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:
parent
d25c0a47f4
commit
cd2ef4a687
@ -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">
|
||||
|
@ -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>
|
||||
|
@ -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)">
|
||||
]>
|
||||
|
Loading…
Reference in New Issue
Block a user