Changeset 9d91f2c6 for general/prog


Ignore:
Timestamp:
11/18/2018 12:41:06 AM (5 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
5dda4e2
Parents:
d29e860
Message:

Patch Net::SSLeay so that its tests no-longer hang. Whether this is an improvement is debatable, because the tests for IO::Socket::SSL now hang.

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

Location:
general/prog
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/prog/perl-deps/perl-net-ssleay.xml

    rd29e860 r9d91f2c6  
    2626      </para>
    2727
     28      <bridgehead renderas="sect4">Additional Download</bridgehead>
     29      <itemizedlist spacing="compact">
     30        <listitem>
     31          <para>
     32            Required patch:
     33            <ulink url="&patch-root;/Net-SSLeay-&Net-SSLeay-version;-openssl_1.1.1-1.patch"/>
     34          </para>
     35        </listitem>
     36      </itemizedlist>
     37
    2838      &lfs83_checked;
    2939
     
    4757      <title>Installation of Net::SSLeay</title>
    4858
    49       <note>
    50         <para>
    51           The tests hang if you are using openssl-1.1.1.
    52         </para>
    53       </note>
     59      <para>
     60        First, apply a patch to allow the tests to complete with
     61        <application>openssl-1.1.1</application>.
     62      </para>
     63
     64<screen><userinput>patch -Np1 -i ../Net-SSLeay-&Net-SSLeay-version;-openssl_1.1.1-1.patch</userinput></screen>
    5465
    5566      <para>
  • general/prog/perl-modules/perl-io-socket-ssl.xml

    rd29e860 r9d91f2c6  
    6060      <note>
    6161        <para>
    62           The tests fail if you are using openssl-1.1.1.
     62          The tests hang if you are using openssl-1.1.1.
     63          Therefore, running them is at the moment not recommended.     
    6364        </para>
    6465      </note>
     
    6970
    7071<screen><userinput>yes | perl Makefile.PL &amp;&amp;
     72make</userinput></screen>
     73<!--
    7174make             &amp;&amp;
    72 make test</userinput></screen>
     75make test</userinput></screen>-->
    7376
    7477        Now, as the <systemitem class="username">root</systemitem> user:
Note: See TracChangeset for help on using the changeset viewer.