Changeset 9266f172


Ignore:
Timestamp:
07/11/2015 10:30:09 PM (9 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, 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:
b873579
Parents:
35c414f
Message:

Update to openldap-2.4.41

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r35c414f r9266f172  
    4848      <para>July 11th, 2015</para>
    4949      <itemizedlist>
     50        <listitem>
     51          <para>[bdubbs] -  Update to openldap-2.4.41.  Fixes
     52          <ulink url="&blfs-ticket-root;6670">#6670</ulink>.</para>
     53        </listitem>
    5054        <listitem>
    5155          <para>[pierre] -  Update to Xorg VMMouse Driver-13.1.0.  Fixes
  • packages.ent

    r35c414f r9266f172  
    424424
    425425<!-- Chapter 23 -->
    426 <!ENTITY openldap-version             "2.4.40">
     426<!ENTITY openldap-version             "2.4.41">
    427427<!ENTITY soprano-version              "2.9.4">
    428428<!ENTITY unbound-version              "1.5.3">
  • server/other/openldap.xml

    r35c414f r9266f172  
    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        "423c1f23d2a0cb96b3e9baf7e9d7dda7">
     9  <!ENTITY openldap-md5sum        "3f1a4cea52827e18feaedfdc1634b5d0">
    1010  <!ENTITY openldap-size          "5.4 MB">
    11   <!ENTITY openldap-buildsize     "47 MB (client), 101 MB (server, additional 5 MB for the tests)">
    12   <!ENTITY openldap-time          "0.6 SBU (client), 1.1 SBU (server, additional 3.4 SBU for the tests)">
     11  <!ENTITY openldap-buildsize     "47 MB (client), 111 MB (server)">
     12  <!ENTITY openldap-time          "0.6 SBU (client), 1.2 SBU (server)">
    1313]>
    1414
     
    194194
    195195    <para>
    196       To test the results, issue: <command>make test</command>. Tests may fail
    197       after a long time (~ 5 SBU).
     196      The tests appear to be fragile.  Errors may cause the tests to abort
     197      prior to finishing, apparently due to timing issues.  The tests
     198      take about 65 minutes and are processor independent.
     199      To test the results, issue: <command>make test</command>.
    198200    </para>
    199201
Note: See TracChangeset for help on using the changeset viewer.