Ticket #2578: openldap-2.4.13.patch

File openldap-2.4.13.patch, 3.8 KB (added by willimm, 15 years ago)

A patch to bring BLFS to OpenLDAP 2.4.13

  • introduction/welcome/changelog.xml

     
    4444      <para>November 30th, 2008</para>
    4545      <itemizedlist>
    4646        <listitem>
     47          <para>[willimm] - Update to OpenLDAP 2.4.13.</para>
     48        </listitem>
     49        <listitem>
    4750          <para>[ken] - Update to libIDL-0.8.11.</para>
    4851        </listitem>
    4952      </itemizedlist>
  • general.ent

     
    400400<!-- Chapter 24 -->
    401401<!-- dhcp (chapter 14) -->
    402402<!ENTITY leafnode-version             "1.11.5">
    403 <!ENTITY openldap-download-version    "stable-20071118">
    404 <!ENTITY openldap-version             "2.3.39">
    405 <!-- rsync (chaptet 18) -->
     403<!ENTITY openldap-download-version    "&openldap-version;">
     404<!ENTITY openldap-version             "2.4.13">
     405<!-- rsync (chapter 18) -->
    406406<!-- cvs (chapter 18) -->
    407407<!-- subversion (chapter 18) -->
    408408
  • server/other/openldap.xml

     
    44  <!ENTITY % general-entities SYSTEM "../../general.ent">
    55  %general-entities;
    66
    7   <!ENTITY openldap-download-http "http://gd.tuwien.ac.at/infosys/network/OpenLDAP/openldap-stable/openldap-&openldap-download-version;.tgz">
    8   <!ENTITY openldap-download-ftp  "ftp://ftp.openldap.org/pub/OpenLDAP/openldap-stable/openldap-&openldap-download-version;.tgz">
    9   <!ENTITY openldap-md5sum        "e3fec2953c948f6990ccdc3af7bf7f18">
     7  <!ENTITY openldap-download-http "http://gd.tuwien.ac.at/infosys/network/OpenLDAP/openldap-release/openldap-&openldap-download-version;.tgz">
     8  <!ENTITY openldap-download-ftp  "ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-&openldap-download-version;.tgz">
     9  <!ENTITY openldap-md5sum        "5382bbb4c67172c48c871b6d24b7f8cc">
    1010  <!ENTITY openldap-size          "3.6 MB">
    1111  <!ENTITY openldap-buildsize     "94 MB">
    1212  <!ENTITY openldap-time          "1.2 SBU and approximately 30 minutes to run the tests (processor independent)">
     
    5454      </listitem>
    5555    </itemizedlist>
    5656
    57     <note>
     57   <!--
     58      <note>
    5859      <para>The <application>OpenLDAP</application> stable releases are
    5960      packaged without version numbers in the tarball names. You can see the
    6061      relationship between the version number and name of the tarball at <ulink
    6162      url="http://www.openldap.org/software/download/"/>.</para>
    62     </note>
     63    </note> -->
    6364
    6465    <bridgehead renderas="sect3">OpenLDAP Dependencies</bridgehead>
    6566
     
    7576    <bridgehead renderas="sect4">Optional</bridgehead>
    7677    <para role="optional"><xref linkend="tcpwrappers"/>,
    7778    <xref linkend="unixodbc"/>,
    78     <xref linkend="gmp"/>,
    7979    <ulink url="http://www.openslp.org/">OpenSLP</ulink>,
    8080    <xref linkend="pth"/>, and one of
    8181    <xref linkend="mysql"/>,
     
    9393    <para>Install <application>OpenLDAP</application> by
    9494    running the following commands:</para>
    9595
    96 <screen><userinput>./configure --prefix=/usr \
     96<screen><userinput> CPPFLAGS=-D_GNU_SOURCE ./configure --prefix=/usr \
    9797            --libexecdir=/usr/sbin \
    9898            --sysconfdir=/etc \
    9999            --localstatedir=/srv/ldap \
     
    132132  <sect2 role="commands">
    133133    <title>Command Explanations</title>
    134134
     135    <para><parameter>CPPFLAGS=-D_GNU_SOURCE</parameter>: This is to fix an issue with gcc-4.3.2.</para>
    135136    <para><parameter>--libexecdir=/usr/sbin</parameter>: Installs the
    136137    <command>slapd</command> and <command>slurpd</command> daemon programs in
    137138    <filename class="directory">/usr/sbin</filename> instead of