Changeset b895aa3


Ignore:
Timestamp:
03/12/2008 05:39:02 AM (16 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
45cd2f9
Parents:
9db80e0a
Message:

Updated to OpenLDAP-2.3.39.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r9db80e0a rb895aa3  
    44-->
    55
    6 <!ENTITY day          "11">                   <!-- Always 2 digits -->
     6<!ENTITY day          "12">                   <!-- Always 2 digits -->
    77<!ENTITY month        "03">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2008">
     
    395395<!-- dhcp (chapter 14) -->
    396396<!ENTITY leafnode-version             "1.11.5">
    397 <!ENTITY openldap-download-version    "stable-20070110">
    398 <!ENTITY openldap-version             "2.3.32">
     397<!ENTITY openldap-download-version    "stable-20071118">
     398<!ENTITY openldap-version             "2.3.39">
    399399<!-- rsync (chaptet 18) -->
    400400<!-- cvs (chapter 18) -->
  • introduction/welcome/changelog.xml

    r9db80e0a rb895aa3  
    4141
    4242-->
     43    <listitem>
     44      <para>March 12th, 2008</para>
     45      <itemizedlist>
     46        <listitem>
     47          <para>[dj] - Updated to OpenLDAP-2.3.39.</para>
     48        </listitem>
     49      </itemizedlist>
     50    </listitem>
    4351
    4452    <listitem>
  • server/other/openldap.xml

    r9db80e0a rb895aa3  
    77  <!ENTITY openldap-download-http "http://gd.tuwien.ac.at/infosys/network/OpenLDAP/openldap-stable/openldap-&openldap-download-version;.tgz">
    88  <!ENTITY openldap-download-ftp  "ftp://ftp.openldap.org/pub/OpenLDAP/openldap-stable/openldap-&openldap-download-version;.tgz">
    9   <!ENTITY openldap-md5sum        "154d674cf95a8f8acc496cc6cb0671e1">
    10   <!ENTITY openldap-size          "3.7 MB">
    11   <!ENTITY openldap-buildsize     "112 MB">
    12   <!ENTITY openldap-time          "1.7 SBU and approximately 30 minutes to run the tests (processor independent)">
     9  <!ENTITY openldap-md5sum        "e3fec2953c948f6990ccdc3af7bf7f18">
     10  <!ENTITY openldap-size          "3.6 MB">
     11  <!ENTITY openldap-buildsize     "94 MB">
     12  <!ENTITY openldap-time          "1.2 SBU and approximately 30 minutes to run the tests (processor independent)">
    1313]>
    1414
     
    7777    <xref linkend="unixodbc"/>,
    7878    <xref linkend="gmp"/>,
    79     <xref linkend="pth"/>, and
    80     <ulink url="http://www.openslp.org/">OpenSLP</ulink></para>
     79    <ulink url="http://www.openslp.org/">OpenSLP</ulink>
     80    <xref linkend="pth"/>, and one of
     81    <xref linkend="mysql"/>,
     82    <ulink url="http://www.oracle.com/technologies/linux/index.html">
     83    Oracle</ulink>, or <xref linkend="postgresql"/></para>
    8184
    8285    <para condition="html" role="usernotes">User Notes:
     
    101104            --enable-rlookups \
    102105            --enable-backends \
    103             --enable-overlays &amp;&amp;
     106            --enable-overlays \
     107            --disable-sql &amp;&amp;
    104108make depend &amp;&amp;
    105109make</userinput></screen>
     
    170174    <para><parameter>--enable-overlays</parameter>: This parameter enables
    171175    all available overlays.</para>
     176
     177    <para><parameter>--disable-sql</parameter>: This parameter explicity
     178    disables the sql backend.  Omit this switch if a SQL server is
     179    installed.</para>
    172180
    173181    <para><option>--disable-bdb --disable-hdb --with-ldbm-api=gdbm</option>:
Note: See TracChangeset for help on using the changeset viewer.