Changeset 23a37810


Ignore:
Timestamp:
05/03/2021 04:32:36 PM (3 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
78836c5
Parents:
df1d2aa (diff), 758cf21 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rdf1d2aa r23a37810  
    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>
    4352   <listitem>
    4453     <para>May 2nd, 2021</para>
  • packages.ent

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

    rdf1d2aa r23a37810  
    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        "c203d735ba69976e5b28dc39006f29b5">
    10   <!ENTITY openldap-size          "5.7 MB">
     9  <!ENTITY openldap-md5sum        "8451c5cdfd23ceeff687161921ec8712">
     10  <!ENTITY openldap-size          "6.2 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  \
    124125            --disable-debug   \
    125126            --disable-slapd &amp;&amp;
     
    161162            --libexecdir=/usr/lib \
    162163            --disable-static      \
     164            --enable-versioning   \
    163165            --disable-debug       \
    164166            --with-tls=openssl    \
     
    173175            --disable-ndb         \
    174176            --disable-sql         \
    175             --disable-shell       \
    176             --disable-bdb         \
    177             --disable-hdb         \
     177            --disable-wt          \
    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>
    228234      <parameter>--enable-crypt</parameter>: This switch enables using
    229235      <command>crypt(3)</command> passwords.
     
    266272      disables the SQL backend.  Omit this switch if a SQL server is
    267273      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.
    268280    </para>
    269281
     
    406418        <listitem>
    407419          <para>
    408             The <ulink url="http://www.openldap.org/doc/admin24/"> OpenLDAP 2.4
     420            The <ulink url="http://www.openldap.org/doc/admin25/"> OpenLDAP 2.5
    409421            Administrator's Guide</ulink> (also installed locally in
    410422            <filename class="directory">
Note: See TracChangeset for help on using the changeset viewer.