Changeset 75d962dc


Ignore:
Timestamp:
11/17/2004 08:02:18 AM (19 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 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:
8617e747
Parents:
6c76a22f
Message:

Reverted to Berkeley DB-4.2.52.2 due to API change.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • content/databases/db.xml

    r6c76a22f r75d962dc  
    55  %general-entities;
    66
    7   <!ENTITY db-download-http "http://www.arte.unipi.it/Public/UNIX/db-&db-version;.tar.gz">
    8   <!ENTITY db-download-ftp "ftp://sleepycat1.inetu.net/releases/db-&db-version;.tar.gz">
    9   <!ENTITY db-size          "5.7 MB">
    10   <!ENTITY db-buildsize     "71 MB">
     7  <!ENTITY db-download-http " ">
     8  <!ENTITY db-download-ftp  "ftp://sleepycat1.inetu.net/releases/db-4.2.52.tar.gz">
     9  <!ENTITY db-size          "4.1 MB">
     10  <!ENTITY db-buildsize     "68 MB">
    1111  <!ENTITY db-time          "1.22 SBU">
    1212]>
     
    4040</sect3>
    4141
     42<sect3><title>Additional downloads</title>   
     43<itemizedlist spacing='compact'>   
     44<listitem><para>Required Patch: <ulink     
     45url="http://www.sleepycat.com/update/4.2.52/patch.4.2.52.1"/></para></listitem>   
     46<listitem><para>Required Patch: <ulink   
     47url="http://www.sleepycat.com/update/4.2.52/patch.4.2.52.2"/></para>   
     48</listitem></itemizedlist>     
     49</sect3>
     50
    4251<sect3><title><application>Berkeley DB</application> dependencies</title>
    4352<sect4><title>Optional</title>
     
    5463commands:</para>
    5564
    56 <screen><userinput><command>cd build_unix &amp;&amp;
     65<screen><userinput><command>patch -Np0 -i ../patch.4.2.52.1 &amp;&amp;
     66patch -Np0 -i ../patch.&db-version; &amp;&amp;
     67cd build_unix &amp;&amp;
    5768../dist/configure --prefix=/usr \
    5869    --enable-compat185 \
  • general.ent

    r6c76a22f r75d962dc  
    227227<!-- Part VII -->                   
    228228<!-- Chapter 23 -->                 
    229 <!ENTITY db-version                   "4.3.21"> 
     229<!ENTITY db-version                   "4.2.52.2"> 
    230230<!ENTITY db-3.3-version               "3.3.11"> 
    231231<!ENTITY mysql-version                "4.0.21">   
  • introduction/welcome/changelog.xml

    r6c76a22f r75d962dc  
    2323<itemizedlist>
    2424
     25<listitem><para>November 17th, 2004 [igor]: Reverted to Berkeley
     26DB-4.2.52.2 due to API change.</para></listitem>
     27   
    2528<listitem><para>November 16th, 2004 [igor]: Updated to Berkeley
    2629DB-4.3.21.</para></listitem>
Note: See TracChangeset for help on using the changeset viewer.