Changeset 8b533c84
- Timestamp:
- 05/03/2021 02:35:19 PM (3 years ago)
- Branches:
- 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 758cf21
- Parents:
- f5bef29
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
rf5bef29 r8b533c84 41 41 </listitem> 42 42 --> 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> 43 52 <listitem> 44 53 <para>May 2nd, 2021</para> -
packages.ent
rf5bef29 r8b533c84 679 679 680 680 <!-- Chapter 23 --> 681 <!ENTITY openldap-version "2. 4.58">681 <!ENTITY openldap-version "2.5.4"> 682 682 <!ENTITY soprano-version "2.9.4"> 683 683 <!ENTITY unbound-version "1.13.1"> -
server/other/openldap.xml
rf5bef29 r8b533c84 7 7 <!ENTITY openldap-download-http "https://www.openldap.org/software/download/OpenLDAP/openldap-release/openldap-&openldap-version;.tgz"> 8 8 <!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.7MB">9 <!ENTITY openldap-md5sum "8451c5cdfd23ceeff687161921ec8712"> 10 <!ENTITY openldap-size "6.2 MB"> 11 11 <!ENTITY openldap-buildsize "54 MB (client), 91 MB (server)"> 12 12 <!ENTITY openldap-time "0.5 SBU (client), 1.0 SBU (server)"> … … 122 122 --disable-static \ 123 123 --enable-dynamic \ 124 --enable-versioning \ 124 125 --disable-debug \ 125 126 --disable-slapd && … … 161 162 --libexecdir=/usr/lib \ 162 163 --disable-static \ 164 --enable-versioning \ 163 165 --disable-debug \ 164 166 --with-tls=openssl \ … … 173 175 --disable-ndb \ 174 176 --disable-sql \ 175 --disable-shell \ 176 --disable-bdb \ 177 --disable-hdb \ 177 --disable-wt \ 178 178 --enable-overlays=mod && 179 179 … … 226 226 227 227 <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> 228 234 <parameter>--enable-crypt</parameter>: This switch enables using 229 235 <command>crypt(3)</command> passwords. … … 266 272 disables the SQL backend. Omit this switch if a SQL server is 267 273 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. 268 280 </para> 269 281 … … 406 418 <listitem> 407 419 <para> 408 The <ulink url="http://www.openldap.org/doc/admin2 4/"> OpenLDAP 2.4420 The <ulink url="http://www.openldap.org/doc/admin25/"> OpenLDAP 2.5 409 421 Administrator's Guide</ulink> (also installed locally in 410 422 <filename class="directory">
Note:
See TracChangeset
for help on using the changeset viewer.