Changeset de18f82e
- Timestamp:
- 09/11/2020 08:40:41 PM (4 years ago)
- Branches:
- 10.1, 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:
- 3b696780
- Parents:
- 5cedfda
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r5cedfda rde18f82e 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "1 0"> <!-- Always 2 digits -->3 <!ENTITY day "11"> <!-- Always 2 digits --> 4 4 <!ENTITY month "09"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2020"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "September 1 0th, &year;">9 <!ENTITY releasedate "September 11th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
r5cedfda rde18f82e 43 43 --> 44 44 <listitem> 45 <para>September 11th, 2020</para> 46 <itemizedlist> 47 <listitem> 48 <para>[renodr] - Update to OpenLDAP-2.4.53. Fixes 49 <ulink url="&blfs-ticket-root;14018">#14018</ulink>.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 53 54 <listitem> 45 55 <para>September 10th, 2020</para> 46 56 <itemizedlist> -
packages.ent
r5cedfda rde18f82e 666 666 667 667 <!-- Chapter 23 --> 668 <!ENTITY openldap-version "2.4.5 2">668 <!ENTITY openldap-version "2.4.53"> 669 669 <!ENTITY soprano-version "2.9.4"> 670 670 <!ENTITY unbound-version "1.11.0"> -
server/other/openldap.xml
r5cedfda rde18f82e 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 " d5e6824c58a050a6e43f53c2aa0ca677">9 <!ENTITY openldap-md5sum "ac589e3691d52872e32c569c5e05cece"> 10 10 <!ENTITY openldap-size "5.6 MB"> 11 11 <!ENTITY openldap-buildsize "54 MB (client), 104 MB (server)"> 12 <!ENTITY openldap-time "0.5 SBU (client), 1. 0SBU (server)">12 <!ENTITY openldap-time "0.5 SBU (client), 1.1 SBU (server)"> 13 13 ]> 14 14 … … 360 360 modify either the <filename>/etc/openldap/slapd.conf</filename> 361 361 file (old method), or the <filename>/etc/openldap/slapd.ldif</filename> 362 file and then use <command>ldapadd</command> to create de LDAP362 file and then use <command>ldapadd</command> to create the LDAP 363 363 configuration database in 364 364 <filename class="directory">/etc/openldap/slapd.d</filename> … … 423 423 </sect3> 424 424 425 <!-- 425 426 <sect3> 426 427 <title>Mozilla Address Directory</title> … … 435 436 436 437 </sect3> 438 --> 437 439 438 440 <sect3 id="openldap-init">
Note:
See TracChangeset
for help on using the changeset viewer.