mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
Upgrade openldap-2.5.4.
This commit is contained in:
parent
f5bef2977f
commit
8b533c84b4
@ -40,6 +40,15 @@
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
-->
|
||||
<listitem>
|
||||
<para>May 3rd, 2021</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[timtas] - Upgrade openldap-2.5.4. Fixes
|
||||
<ulink url="&blfs-ticket-root;14959">#14959</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>May 2nd, 2021</para>
|
||||
<itemizedlist>
|
||||
|
@ -678,7 +678,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!ENTITY sqlite-version "3.35.5">
|
||||
|
||||
<!-- Chapter 23 -->
|
||||
<!ENTITY openldap-version "2.4.58">
|
||||
<!ENTITY openldap-version "2.5.4">
|
||||
<!ENTITY soprano-version "2.9.4">
|
||||
<!ENTITY unbound-version "1.13.1">
|
||||
<!ENTITY virtuoso-version "6.1.8">
|
||||
|
@ -6,8 +6,8 @@
|
||||
|
||||
<!ENTITY openldap-download-http "https://www.openldap.org/software/download/OpenLDAP/openldap-release/openldap-&openldap-version;.tgz">
|
||||
<!ENTITY openldap-download-ftp "ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-&openldap-version;.tgz">
|
||||
<!ENTITY openldap-md5sum "c203d735ba69976e5b28dc39006f29b5">
|
||||
<!ENTITY openldap-size "5.7 MB">
|
||||
<!ENTITY openldap-md5sum "8451c5cdfd23ceeff687161921ec8712">
|
||||
<!ENTITY openldap-size "6.2 MB">
|
||||
<!ENTITY openldap-buildsize "54 MB (client), 91 MB (server)">
|
||||
<!ENTITY openldap-time "0.5 SBU (client), 1.0 SBU (server)">
|
||||
]>
|
||||
@ -121,6 +121,7 @@ autoconf &&
|
||||
--sysconfdir=/etc \
|
||||
--disable-static \
|
||||
--enable-dynamic \
|
||||
--enable-versioning \
|
||||
--disable-debug \
|
||||
--disable-slapd &&
|
||||
|
||||
@ -160,6 +161,7 @@ autoconf &&
|
||||
--localstatedir=/var \
|
||||
--libexecdir=/usr/lib \
|
||||
--disable-static \
|
||||
--enable-versioning \
|
||||
--disable-debug \
|
||||
--with-tls=openssl \
|
||||
--with-cyrus-sasl \
|
||||
@ -172,9 +174,7 @@ autoconf &&
|
||||
--enable-backends=mod \
|
||||
--disable-ndb \
|
||||
--disable-sql \
|
||||
--disable-shell \
|
||||
--disable-bdb \
|
||||
--disable-hdb \
|
||||
--disable-wt \
|
||||
--enable-overlays=mod &&
|
||||
|
||||
make depend &&
|
||||
@ -224,6 +224,12 @@ cp -vfr doc/{drafts,rfc,guide} \
|
||||
linked to the executable programs.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<parameter>--enable-versioning</parameter>: This switch enables
|
||||
symbol versioning in the <application>OpenLDAP</application> libraries.
|
||||
Without this, some applications might generate a warning about missing symbol versions.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<parameter>--enable-crypt</parameter>: This switch enables using
|
||||
<command>crypt(3)</command> passwords.
|
||||
@ -267,6 +273,12 @@ cp -vfr doc/{drafts,rfc,guide} \
|
||||
installed and you are going to use a SQL backend.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<parameter>--disable-wt</parameter>: This switch explicitly
|
||||
disables the WiredTiger backend. Omit this switch if WiredTiger is
|
||||
installed and you are going to use a WiredTiger backend.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<parameter>--libexecdir=/usr/lib</parameter>: This switch controls where
|
||||
the <filename class="directory">/usr/lib/openldap</filename> directory is
|
||||
@ -405,7 +417,7 @@ cp -vfr doc/{drafts,rfc,guide} \
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
The <ulink url="http://www.openldap.org/doc/admin24/"> OpenLDAP 2.4
|
||||
The <ulink url="http://www.openldap.org/doc/admin25/"> OpenLDAP 2.5
|
||||
Administrator's Guide</ulink> (also installed locally in
|
||||
<filename class="directory">
|
||||
/usr/share/doc/openldap-&openldap-version;/guide/admin</filename>).
|
||||
|
Loading…
Reference in New Issue
Block a user