Changeset 3f73b75


Ignore:
Timestamp:
10/07/2018 01:30:04 AM (6 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:
5c7d23eb
Parents:
9f761b03
Message:

Note that the tests for IO::Socket::SSL and Net::SSLeay are broken with openssl-1.1.1

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/prog/perl-modules.xml

    r9f761b03 r3f73b75  
    12871287    <para>If scripting, use 'yes | Makefile.PL' because it will ask if external
    12881288    tests should be run.</para>
     1289
     1290    <note>
     1291      <para>
     1292        The tests for IO::Socket::SSL are broken with openssl-1.1.1 and the
     1293        tests for Net::SSLeay hang with that version.
     1294      </para>
     1295    </note>
     1296
    12891297    <!-- IO-Socket-SSL -->
    12901298    &lfs83_checked;
  • introduction/welcome/changelog.xml

    r9f761b03 r3f73b75  
    4747      <itemizedlist>
    4848        <listitem>
     49          <para>[ken] - note that tests for both IO::Socket::SSL and its
     50          dependency of Net::SSLeay are broken with openssl-1.1.1.</para>
     51        </listitem>
     52        <listitem>
    4953          <para>[ken] - IO::Socket::SSL needs 'yes' if scripting, and should
    5054             require ca-certificates. Fixes
Note: See TracChangeset for help on using the changeset viewer.