Changeset 085689e


Ignore:
Timestamp:
03/23/2018 05:18:12 PM (6 years ago)
Author:
Tim Tassonis <stuff@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
91e3ca8c
Parents:
8b8a6c4
Message:

Update to openldap-2.4.46

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r8b8a6c4 r085689e  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "22">                   <!-- Always 2 digits -->
     3<!ENTITY day          "23">                   <!-- Always 2 digits -->
    44<!ENTITY month        "03">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2018">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "March 22nd, &year;">
     9<!ENTITY releasedate  "March 23nd, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r8b8a6c4 r085689e  
    4242    </listitem>
    4343-->
     44   <listitem>
     45      <para>March 23nd, 2018</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[timtas] - Update to openldap-2.4.46. Fixes
     49          <ulink url="&blfs-ticket-root;10567">#10567</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
    4454    <listitem>
    4555      <para>March 22nd, 2018</para>
  • packages.ent

    r8b8a6c4 r085689e  
    517517
    518518<!-- Chapter 23 -->
    519 <!ENTITY openldap-version             "2.4.45">
     519<!ENTITY openldap-version             "2.4.46">
    520520<!ENTITY soprano-version              "2.9.4">
    521521<!ENTITY unbound-version              "1.7.0">
  • server/other/openldap.xml

    r8b8a6c4 r085689e  
    77  <!ENTITY openldap-download-http " ">
    88  <!ENTITY openldap-download-ftp  "ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-&openldap-version;.tgz">
    9   <!ENTITY openldap-md5sum        "00ff8301277cdfd0af728a6927042a13">
     9  <!ENTITY openldap-md5sum        "829016c5a9f45c51adc50073ac6f9fd7">
    1010  <!ENTITY openldap-size          "5.5 MB">
    11   <!ENTITY openldap-buildsize     "55 MB (client), 107 MB (server)">
     11  <!ENTITY openldap-buildsize     "52 MB (client), 107 MB (server)">
    1212  <!ENTITY openldap-time          "0.7 SBU (client), 1.3 SBU (server)">
    1313]>
     
    386386      </para>
    387387
    388 <screen role="root"><userinput>sed 's/\.la$//' -i /etc/openldap/slapd.{conf,ldif}{,.default}</userinput></screen>
     388<screen role="root"><userinput>sed 's/\.la$/.so/' -i /etc/openldap/slapd.{conf,ldif}{,.default}</userinput></screen>
    389389
    390390      <note>
Note: See TracChangeset for help on using the changeset viewer.