Changeset ffc584a3


Ignore:
Timestamp:
03/06/2010 06:16:24 PM (14 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
2f83800
Parents:
9b9be0d
Message:

Updated to Berkeley-DB-4.8.26

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r9b9be0d rffc584a3  
    456456<!-- Chapter 23 -->
    457457
    458 <!ENTITY db-version                   "4.5.20">
     458<!ENTITY db-version                   "4.8.26">
    459459<!ENTITY mysql-version                "5.1.42">
    460460<!ENTITY postgresql-version           "8.2.4">
  • introduction/welcome/changelog.xml

    r9b9be0d rffc584a3  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Updated to Berkeley-DB-4.8.26.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[randy] - Updated to Apache Ant-1.8.0.</para>
    4952        </listitem>
  • server/databases/db.xml

    r9b9be0d rffc584a3  
    77  <!ENTITY db-download-http "http://download-east.oracle.com/berkeley-db/db-&db-version;.tar.gz">
    88  <!ENTITY db-download-ftp  "&gentoo-ftp-repo;/db-&db-version;.tar.gz">
    9   <!ENTITY db-md5sum        "b0f1c777708cb8e9d37fb47e7ed3312d">
    10   <!ENTITY db-size          "9.2 MB">
    11   <!ENTITY db-buildsize     "94 MB (additional 100 MB to run parallel standard test suite)">
    12   <!ENTITY db-time          "1.7 SBU (builds all bindings, add an additional 145 SBU to run parallel standard test suite)">
     9  <!ENTITY db-md5sum        "3476bac9ec0f3c40729c8a404151d5e3">
     10  <!ENTITY db-size          "22.8 MB">
     11  <!ENTITY db-buildsize     "250 MB (additional 100 MB to run parallel standard test suite)">
     12  <!ENTITY db-time          "1.9 SBU (builds all bindings, add an additional 145 SBU to run parallel standard test suite)">
    1313]>
    1414
     
    6464    </itemizedlist>
    6565
    66     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     66    <!-- <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    6767    <itemizedlist spacing="compact">
    6868      <listitem>
     
    7474        url="http://www.oracle.com/technology/products/berkeley-db/db/update/&db-version;/patch.&db-version;.2"/></para>
    7575      </listitem>
    76     </itemizedlist>
     76    </itemizedlist> -->
    7777
    7878    <bridgehead renderas="sect3">Berkeley DB Dependencies</bridgehead>
     
    162162    following commands:</para>
    163163
    164 <screen><userinput>patch -Np0 -i ../patch.&db-version;.1 &amp;&amp;
    165 patch -Np0 -i ../patch.&db-version;.2 &amp;&amp;
    166 cd build_unix &amp;&amp;
     164<screen><userinput>cd build_unix &amp;&amp;
    167165../dist/configure --prefix=/usr \
    168166                  --enable-compat185 \
     
    204202    <application>Java</application> support in DB and creates the
    205203    <filename class='libraryfile'>libdb_java</filename> libraries.</para>
    206 
    207     <para><parameter>--enable-rpc</parameter>: Enables building the
    208     <application>Berkeley DB</application> RPC server.</para>
    209204
    210205    <para><command>make docdir=/usr/share/doc/db-&db-version;
Note: See TracChangeset for help on using the changeset viewer.