Author: dj
Date: Sun Jun 4 07:55:44 2017
New Revision: 18786
Log:
Remove unnecessary note for OpenSSL.
Modified:
trunk/BOOK/packages.ent
trunk/BOOK/postlfs/security/openssl.xml
trunk/BOOK/server/other/openldap.xml
Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent Sat Jun 3 19:21:40 2017 (r18785)
+++ trunk/BOOK/packages.ent Sun Jun 4 07:55:44 2017 (r18786)
@@ -491,7 +491,7 @@
<!ENTITY sqlite-version "3.18.0">
<!-- Chapter 23 -->
-<!ENTITY openldap-version "2.4.44">
+<!ENTITY openldap-version "2.4.45">
<!ENTITY soprano-version "2.9.4">
<!ENTITY unbound-version "1.6.2">
<!ENTITY virtuoso-version "6.1.8">
Modified: trunk/BOOK/postlfs/security/openssl.xml
==============================================================================
--- trunk/BOOK/postlfs/security/openssl.xml Sat Jun 3 19:21:40 2017
(r18785)
+++ trunk/BOOK/postlfs/security/openssl.xml Sun Jun 4 07:55:44 2017
(r18786)
@@ -97,9 +97,7 @@
make</userinput></screen>
<para>
- To test the results, issue: <command>make test</command>. One test will
- fail if not run as the <systemitem class="username">root</systemitem>
- user (not recommended).
+ To test the results, issue: <command>make test</command>.
</para>
<para>
Modified: trunk/BOOK/server/other/openldap.xml
==============================================================================
--- trunk/BOOK/server/other/openldap.xml Sat Jun 3 19:21:40 2017
(r18785)
+++ trunk/BOOK/server/other/openldap.xml Sun Jun 4 07:55:44 2017
(r18786)
@@ -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 "693ac26de86231f8dcae2b4e9d768e51">
- <!ENTITY openldap-size "5.4 MB">
- <!ENTITY openldap-buildsize "53 MB (client), 102 MB (server)">
- <!ENTITY openldap-time "0.7 SBU (client), 1.2 SBU (server)">
+ <!ENTITY openldap-md5sum "00ff8301277cdfd0af728a6927042a13">
+ <!ENTITY openldap-size "5.5 MB">
+ <!ENTITY openldap-buildsize "55 MB (client), 107 MB (server)">
+ <!ENTITY openldap-time "0.7 SBU (client), 1.3 SBU (server)">
]>
<sect1 id="openldap" xreflabel="OpenLDAP-&openldap-version;">
@@ -85,13 +85,13 @@
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="cyrus-sasl"/> and
- <xref linkend="gnutls"/>
+ <xref linkend="openssl"/>
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="icu"/>,
- <xref linkend="openssl"/> (currently broken),
+ <xref linkend="gnutls"/>,
<xref linkend="pth"/>,
<xref linkend="unixodbc"/>,
<xref linkend="mariadb"/> or
@@ -168,7 +168,6 @@
running the following commands:
</para>
-<!-- restore - -with-tls=openssl after 2.4.45 is released -->
<screen><userinput>patch -Np1 -i
../openldap-&openldap-version;-consolidated-2.patch &&
autoconf &&
@@ -178,7 +177,7 @@
--libexecdir=/usr/lib \
--disable-static \
--disable-debug \
- --with-tls=gnutls \
+ --with-tls=openssl \
--with-cyrus-sasl \
--enable-dynamic \
--enable-crypt \
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page