Author: ken
Date: Mon Jan 28 16:00:33 2019
New Revision: 21060

Log:
More fallout from updating for openssl-1.1.1, this time for people using 
LFS-8.3 with openssl-1.1.0. Add explanatory comments, the commands extracted by 
jhalfs will remain appropriate to openssl-1.1.1.

Modified:
   trunk/BOOK/general/prog/perl-deps/perl-net-ssleay.xml
   trunk/BOOK/general/prog/perl-modules/perl-io-socket-ssl.xml
   trunk/BOOK/introduction/welcome/changelog.xml

Modified: trunk/BOOK/general/prog/perl-deps/perl-net-ssleay.xml
==============================================================================
--- trunk/BOOK/general/prog/perl-deps/perl-net-ssleay.xml       Mon Jan 28 
14:26:04 2019        (r21059)
+++ trunk/BOOK/general/prog/perl-deps/perl-net-ssleay.xml       Mon Jan 28 
16:00:33 2019        (r21060)
@@ -29,7 +29,7 @@
       <itemizedlist spacing="compact">
         <listitem>
           <para>
-            Required patch:
+            Required patch (for openssl-1.1.1):
             <ulink 
url="&patch-root;/Net-SSLeay-&Net-SSLeay-version;-openssl_1.1.1-1.patch"/>
           </para>
         </listitem>
@@ -57,7 +57,8 @@
       <title>Installation of Net::SSLeay</title>
 
       <para>
-        First, apply a patch to allow the tests to complete with
+        <emphasis>Unless</emphasis> you are still using the 1.1.0 series,
+        apply a patch to allow the tests to complete with
         <application>openssl-1.1.1</application>.
       </para>
 

Modified: trunk/BOOK/general/prog/perl-modules/perl-io-socket-ssl.xml
==============================================================================
--- trunk/BOOK/general/prog/perl-modules/perl-io-socket-ssl.xml Mon Jan 28 
14:26:04 2019        (r21059)
+++ trunk/BOOK/general/prog/perl-modules/perl-io-socket-ssl.xml Mon Jan 28 
16:00:33 2019        (r21060)
@@ -59,8 +59,12 @@
 
       <note>
         <para>
-          The tests hang if you are using openssl-1.1.1.
+          The tests hang if you are using openssl-1.1.1. They similarly
+          hang if you are using openssl-1.1.0 and Net::SSLeay has had the
+          patch for 1.1.1 applied.
           Therefore, running them is at the moment not recommended.    
+          If you are on the old version of openssl and did not apply the
+          patch, you can run 'make test' in the normal way.
           If you are using the cpan method of installation, use the -T 
           option to avoid running the tests.
         </para>

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Mon Jan 28 14:26:04 
2019        (r21059)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Mon Jan 28 16:00:33 
2019        (r21060)
@@ -46,6 +46,12 @@
       <para>January 28th, 2019</para>
       <itemizedlist>
         <listitem>
+          <para>[ken] - Add comments in perl modules Net::SSLeay and 
IO::Socket::SSL.
+          I was on an 8.3 system where openssl was still 1.1.0, with the N::S 
patch
+          the I::S::S tests burned CPU in the same way as with 1.1.1. Noted 
while
+          working on <ulink 
url="&blfs-ticket-root;11596">#11596</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[pierre] - Libpwquality needs a configure switch to use Python
           3. Add and document it.</para>
         </listitem>
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to