Changeset 0635d22


Ignore:
Timestamp:
07/01/2005 12:39:51 PM (19 years ago)
Author:
David Jensen <djensen@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
3dbae28
Parents:
0e5c0d6e
Message:

Updated to Berkeley DB-4.3.28

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4671 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r0e5c0d6e r0635d22  
    1 <!ENTITY day          "30">
    2 <!ENTITY month        "06">
     1<!ENTITY day          "01">
     2<!ENTITY month        "07">
    33<!ENTITY year         "2005">
    44<!ENTITY version      "svn-&year;&month;&day;">
    5 <!ENTITY releasedate  "June &day;th, &year;">
     5<!ENTITY releasedate  "July &day;th, &year;">
    66<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    77<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
     
    260260
    261261<!-- Chapter 23 -->
    262 <!ENTITY db-version                   "4.3.27">
     262<!ENTITY db-version                   "4.3.28">
    263263<!ENTITY mysql-version                "4.1.12">
    264264<!ENTITY postgresql-version           "8.0.3">
  • introduction/welcome/changelog.xml

    r0e5c0d6e r0635d22  
    2424
    2525  <itemizedlist>
     26
     27    <listitem>
     28      <para>July 1st, 2005 [djensen]: Updated to Berkeley DB-4.3.28.</para>
     29    </listitem>
    2630
    2731    <listitem>
  • server/databases/db.xml

    r0e5c0d6e r0635d22  
    77  <!ENTITY db-download-http " ">
    88  <!ENTITY db-download-ftp  "ftp://sleepycat1.inetu.net/releases/db-&db-version;.tar.gz">
    9   <!ENTITY db-md5sum        "fcc481d52c3b80e20a328f8c0cb042bd">
    10   <!ENTITY db-size          "5.7 MB">
    11   <!ENTITY db-buildsize     "68 MB (additional 140 MB to run parallel standard testsuite)">
    12   <!ENTITY db-time          "1.23 SBU (additional 74.5 SBU to run parallel standard testsuite)">
     9  <!ENTITY db-md5sum        "e27759537db6054b31d8cb3e99ba6fbb">
     10  <!ENTITY db-size          "5.8 MB">
     11  <!ENTITY db-buildsize     "74 MB (additional 140 MB to run parallel standard testsuite)">
     12  <!ENTITY db-time          "1.0 SBU (additional 80 SBU to run parallel standard testsuite)">
    1313]>
    1414
     
    9393    clean up with the following command:</para>
    9494
    95 <screen><userinput>make realclean</userinput></screen>
     95<screen><userinput>make realclean &amp;&amp;
     96cd ..</userinput></screen>
    9697
    9798    <para>Build for the <application>Berkeley DB</application> test by running
     
    101102../dist/configure --prefix=/usr \
    102103    --enable-test --enable-tcl --with-tcl=/usr/lib &amp;&amp;
    103 make LIBSO_LIBS="-lpthread" LIBXSO_LIBS="-lpthread"</userinput></screen>
     104make LIBSO_LIBS="-lpthread" LIBXSO_LIBS="-lpthread" &amp;&amp;
     105chmod 644 ../test/sijointest.tcl &amp;&amp;
     106sed -i 's:puts "[s,S].*::' \
     107    ../test/sijointest.tcl</userinput></screen>
    104108
    105109    <para>To test the results, start <command>tclsh</command> and issue the
    106     following, replacing the 4 with the number of parallel processes you wish:</para>
     110    following, replacing the 4 with a desired number of parallel processes:</para>
    107111
    108112<screen><userinput>source ../test/test.tcl
     
    152156    install</command>: This installs the documentation in
    153157    the correct place.</para>
     158
     159    <para><command>sed -i 's:puts "[s,S].*::' ../test/sijointest.tcl</command>:
     160    This prevents logging two notes that are not recognized by
     161    <command>run_std</command>.</para>
    154162
    155163  </sect2>
Note: See TracChangeset for help on using the changeset viewer.