Changeset de18f82e


Ignore:
Timestamp:
09/11/2020 08:40:41 PM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.1, 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:
3b696780
Parents:
5cedfda
Message:

Update to OpenLDAP-2.4.53

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23704 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r5cedfda rde18f82e  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "10">                   <!-- Always 2 digits -->
     3<!ENTITY day          "11">                   <!-- Always 2 digits -->
    44<!ENTITY month        "09">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2020">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "September 10th, &year;">
     9<!ENTITY releasedate  "September 11th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r5cedfda rde18f82e  
    4343    -->
    4444    <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>
    4555      <para>September 10th, 2020</para>
    4656      <itemizedlist>
  • packages.ent

    r5cedfda rde18f82e  
    666666
    667667<!-- Chapter 23 -->
    668 <!ENTITY openldap-version             "2.4.52">
     668<!ENTITY openldap-version             "2.4.53">
    669669<!ENTITY soprano-version              "2.9.4">
    670670<!ENTITY unbound-version              "1.11.0">
  • server/other/openldap.xml

    r5cedfda rde18f82e  
    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        "d5e6824c58a050a6e43f53c2aa0ca677">
     9  <!ENTITY openldap-md5sum        "ac589e3691d52872e32c569c5e05cece">
    1010  <!ENTITY openldap-size          "5.6 MB">
    1111  <!ENTITY openldap-buildsize     "54 MB (client), 104 MB (server)">
    12   <!ENTITY openldap-time          "0.5 SBU (client), 1.0 SBU (server)">
     12  <!ENTITY openldap-time          "0.5 SBU (client), 1.1 SBU (server)">
    1313]>
    1414
     
    360360        modify either the <filename>/etc/openldap/slapd.conf</filename>
    361361        file (old method), or the <filename>/etc/openldap/slapd.ldif</filename>
    362         file and then use <command>ldapadd</command> to create de LDAP
     362        file and then use <command>ldapadd</command> to create the LDAP
    363363        configuration database in
    364364        <filename class="directory">/etc/openldap/slapd.d</filename>
     
    423423    </sect3>
    424424
     425<!--
    425426    <sect3>
    426427      <title>Mozilla Address Directory</title>
     
    435436
    436437    </sect3>
     438 -->
    437439
    438440    <sect3 id="openldap-init">
Note: See TracChangeset for help on using the changeset viewer.