Changes in / [23a37810:df1d2aa]


Ignore:
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r23a37810 rdf1d2aa  
    4141    </listitem>
    4242    -->
    43    <listitem>
    44      <para>May 3rd, 2021</para>
    45      <itemizedlist>
    46        <listitem>
    47          <para>[timtas] - Upgrade openldap-2.5.4. Fixes
    48          <ulink url="&blfs-ticket-root;14959">#14959</ulink>.</para>
    49        </listitem>
    50      </itemizedlist>
    51    </listitem>
    5243   <listitem>
    5344     <para>May 2nd, 2021</para>
  • packages.ent

    r23a37810 rdf1d2aa  
    679679
    680680<!-- Chapter 23 -->
    681 <!ENTITY openldap-version             "2.5.4">
     681<!ENTITY openldap-version             "2.4.58">
    682682<!ENTITY soprano-version              "2.9.4">
    683683<!ENTITY unbound-version              "1.13.1">
  • server/other/openldap.xml

    r23a37810 rdf1d2aa  
    77  <!ENTITY openldap-download-http "https://www.openldap.org/software/download/OpenLDAP/openldap-release/openldap-&openldap-version;.tgz">
    88  <!ENTITY openldap-download-ftp  "ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-&openldap-version;.tgz">
    9   <!ENTITY openldap-md5sum        "8451c5cdfd23ceeff687161921ec8712">
    10   <!ENTITY openldap-size          "6.2 MB">
     9  <!ENTITY openldap-md5sum        "c203d735ba69976e5b28dc39006f29b5">
     10  <!ENTITY openldap-size          "5.7 MB">
    1111  <!ENTITY openldap-buildsize     "54 MB (client), 91 MB (server)">
    1212  <!ENTITY openldap-time          "0.5 SBU (client), 1.0 SBU (server)">
     
    122122            --disable-static  \
    123123            --enable-dynamic  \
    124             --enable-versioning  \
    125124            --disable-debug   \
    126125            --disable-slapd &amp;&amp;
     
    162161            --libexecdir=/usr/lib \
    163162            --disable-static      \
    164             --enable-versioning   \
    165163            --disable-debug       \
    166164            --with-tls=openssl    \
     
    175173            --disable-ndb         \
    176174            --disable-sql         \
    177             --disable-wt          \
     175            --disable-shell       \
     176            --disable-bdb         \
     177            --disable-hdb         \
    178178            --enable-overlays=mod &amp;&amp;
    179179
     
    226226
    227227    <para>
    228       <parameter>--enable-versioning</parameter>: This switch enables
    229       symbol versioning in the <application>OpenLDAP</application> libraries.
    230       Without this, some applications might generate a warning about missing symbol versions.
    231     </para>
    232 
    233     <para>
    234228      <parameter>--enable-crypt</parameter>: This switch enables using
    235229      <command>crypt(3)</command> passwords.
     
    272266      disables the SQL backend.  Omit this switch if a SQL server is
    273267      installed and you are going to use a SQL backend.
    274     </para>
    275 
    276     <para>
    277       <parameter>--disable-wt</parameter>: This switch explicitly
    278       disables the WiredTiger backend.  Omit this switch if WiredTiger is
    279       installed and you are going to use a WiredTiger backend.
    280268    </para>
    281269
     
    418406        <listitem>
    419407          <para>
    420             The <ulink url="http://www.openldap.org/doc/admin25/"> OpenLDAP 2.5
     408            The <ulink url="http://www.openldap.org/doc/admin24/"> OpenLDAP 2.4
    421409            Administrator's Guide</ulink> (also installed locally in
    422410            <filename class="directory">
Note: See TracChangeset for help on using the changeset viewer.