Changeset ba432fd


Ignore:
Timestamp:
11/15/2010 01:56:05 PM (13 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:
7712824
Parents:
287d70c
Message:

Updated to OpenLDAP-2.4.23

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r287d70c rba432fd  
    44-->
    55
    6 <!ENTITY day          "12">                   <!-- Always 2 digits -->
     6<!ENTITY day          "15">                   <!-- Always 2 digits -->
    77<!ENTITY month        "11">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2010">
     
    503503<!-- dhcp (chapter 14) -->
    504504<!ENTITY leafnode-version             "1.11.5">
    505 <!ENTITY openldap-download-version    "stable-20100219">
    506 <!ENTITY openldap-version             "2.4.21">
     505<!ENTITY openldap-download-version    "stable-20100719">
     506<!ENTITY openldap-version             "2.4.23">
    507507<!-- rsync (chaptet 18) -->
    508508<!-- cvs (chapter 18) -->
  • introduction/welcome/changelog.xml

    r287d70c rba432fd  
    4141
    4242-->
     43
     44    <listitem>
     45      <para>November 15th, 2010</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Updated to OpenLDAP-2.4.23.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
    4352
    4453    <listitem>
  • server/other/openldap.xml

    r287d70c rba432fd  
    99  <!ENTITY openldap-download-http "http://gd.tuwien.ac.at/infosys/network/OpenLDAP/openldap-release/openldap-&openldap-version;.tgz">
    1010  <!ENTITY openldap-download-ftp  "ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-&openldap-version;.tgz">
    11   <!ENTITY openldap-md5sum        "e7128c57b2bacd940e8906057c94ff26">
    12   <!ENTITY openldap-size          "5.4 MB">
    13   <!ENTITY openldap-buildsize     "134 MB">
    14   <!ENTITY openldap-time          "1.9 SBU and approximately 30 minutes to run the tests (processor independent)">
     11  <!ENTITY openldap-md5sum        "90150b8c0d0192e10b30157e68844ddf">
     12  <!ENTITY openldap-size          "5.1 MB">
     13  <!ENTITY openldap-buildsize     "139 MB">
     14  <!ENTITY openldap-time          "2.0 SBU and approximately 35 minutes to run the tests (processor independent)">
    1515]>
    1616
     
    5757    </itemizedlist>
    5858
     59    <bridgehead renderas="sect3">Additional Download</bridgehead>
     60    <itemizedlist spacing="compact">
     61      <listitem>
     62        <para>Required patch: <ulink
     63        url="&patch-root;/openldap-&openldap-version;-bdb5-1.patch"/></para>
     64      </listitem>
     65    </itemizedlist>
     66
    5967    <!-- <note>
    6068      <para>The <application>OpenLDAP</application> stable releases are
     
    7987    <xref linkend="unixodbc"/>,
    8088    <ulink url="http://www.openslp.org/">OpenSLP</ulink>,
    81     <xref linkend="pth"/>, and one of
    82     <xref linkend="mysql"/>,
    83     <ulink url="http://www.oracle.com/technologies/linux/index.html">Oracle</ulink>, or
     89    <xref linkend="pth"/>, and either
     90    <xref linkend="mysql"/> or
    8491    <xref linkend="postgresql"/></para>
    8592
     
    99106      then proceed with the remaining commands (no test suite available):</para>
    100107
    101 <screen><userinput>./configure --prefix=/usr \
     108<screen><userinput>patch -Np1 -i ../openldap-&openldap-version;-bdb5-1.patch &amp;&amp;
     109./configure --prefix=/usr \
    102110            --sysconfdir=/etc \
    103111            --disable-debug \
     
    109117    running the following commands:</para>
    110118
    111 <screen><userinput>./configure --prefix=/usr \
     119<screen><userinput>patch -Np1 -i ../openldap-&openldap-version;-bdb5-1.patch &amp;&amp;
     120./configure --prefix=/usr \
    112121            --libexecdir=/usr/sbin \
    113122            --sysconfdir=/etc \
     
    195204    <para><parameter>--disable-sql</parameter>: This parameter explicitly
    196205    disables the sql backend.  Omit this switch if a SQL server is
    197     installed.</para>
     206    installed and you are going to use a SQL backend (experimental).</para>
    198207
    199208    <para><option>--disable-bdb --disable-hdb --with-ldbm-api=gdbm</option>:
Note: See TracChangeset for help on using the changeset viewer.