mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
Update to openldap-2.4.41
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16234 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
35c414f5fd
commit
9266f17223
@ -47,6 +47,10 @@
|
||||
<listitem>
|
||||
<para>July 11th, 2015</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to openldap-2.4.41. Fixes
|
||||
<ulink url="&blfs-ticket-root;6670">#6670</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[pierre] - Update to Xorg VMMouse Driver-13.1.0. Fixes
|
||||
<ulink url="&blfs-ticket-root;6653">#6653</ulink>.</para>
|
||||
|
@ -423,7 +423,7 @@
|
||||
<!ENTITY sqlite-version "3.8.10.2">
|
||||
|
||||
<!-- Chapter 23 -->
|
||||
<!ENTITY openldap-version "2.4.40">
|
||||
<!ENTITY openldap-version "2.4.41">
|
||||
<!ENTITY soprano-version "2.9.4">
|
||||
<!ENTITY unbound-version "1.5.3">
|
||||
<!ENTITY virtuoso-version "6.1.8">
|
||||
|
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY openldap-download-http " ">
|
||||
<!ENTITY openldap-download-ftp "ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-&openldap-version;.tgz">
|
||||
<!ENTITY openldap-md5sum "423c1f23d2a0cb96b3e9baf7e9d7dda7">
|
||||
<!ENTITY openldap-md5sum "3f1a4cea52827e18feaedfdc1634b5d0">
|
||||
<!ENTITY openldap-size "5.4 MB">
|
||||
<!ENTITY openldap-buildsize "47 MB (client), 101 MB (server, additional 5 MB for the tests)">
|
||||
<!ENTITY openldap-time "0.6 SBU (client), 1.1 SBU (server, additional 3.4 SBU for the tests)">
|
||||
<!ENTITY openldap-buildsize "47 MB (client), 111 MB (server)">
|
||||
<!ENTITY openldap-time "0.6 SBU (client), 1.2 SBU (server)">
|
||||
]>
|
||||
|
||||
<sect1 id="openldap" xreflabel="OpenLDAP-&openldap-version;">
|
||||
@ -193,8 +193,10 @@ make depend &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>
|
||||
To test the results, issue: <command>make test</command>. Tests may fail
|
||||
after a long time (~ 5 SBU).
|
||||
The tests appear to be fragile. Errors may cause the tests to abort
|
||||
prior to finishing, apparently due to timing issues. The tests
|
||||
take about 65 minutes and are processor independent.
|
||||
To test the results, issue: <command>make test</command>.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
Loading…
Reference in New Issue
Block a user