Ignore:
Timestamp:
02/26/2019 07:08:48 PM (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, 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:
c087339
Parents:
c2019a03
Message:

IO::Socket::SSL-2.062 and Net::SSLeay-1.86_06. I have been unable to test the wget command, the link stopped working in wget a few hours ago, although in firefox it continues to be ok.

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

File:
1 edited

Legend:

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

    rc2019a03 r43380ba  
    55  %general-entities;
    66
    7   <!ENTITY my-download-http "&metacpan_authors;/M/MI/MIKEM/Net-SSLeay-&Net-SSLeay-version;.tar.gz">
    8   <!ENTITY my-md5sum "d602bdce4e0531c6efc276e3e429ca69">
     7<!--<!ENTITY my-download-http "&metacpan_authors;/M/MI/MIKEM/Net-SSLeay-&Net-SSLeay-version;.tar.gz"> author will probably change for next release -->
     8  <!ENTITY my-download-http "https://github.com/rurban/Net-SSLeay/archive/&Net-SSLeay-version;.tar.gz">
     9  <!ENTITY my-md5sum "888b770e65f894f394ff253d0d42cd5a">
    910
    1011]>
     
    2627      </para>
    2728
     29      <!--
    2830      <bridgehead renderas="sect4">Additional Download</bridgehead>
    2931      <itemizedlist spacing="compact">
     
    3436          </para>
    3537        </listitem>
    36       </itemizedlist>
     38      </itemizedlist>-->
    3739
    3840      &lfs84_checked;
     
    5254      </itemizedlist>
    5355
     56      <note>
     57        <para>
     58          This is a development version which is required to work properly with
     59          <xref linkend="perl-io-socket-ssl"/>
     60        </para>
     61
     62        <para>
     63          The source tarball shown above downloads with the correct name if using
     64          a browser such as Firefox. If you prefer to use a command line program
     65          such as wget, you normally would obtain &Net-SSLeay-version;.tar.gz
     66          To obtain this package with the proper filename, run:
     67
     68<screen><userinput>wget -c https://github.com/urban/Net-SSLeay/archive/&Net-SSLeay-version;.tar.gz \
     69     -O Net-SSLeay-&Net-SSLeay-version;.tar.gz</userinput></screen>.
     70        </para>
     71      </note>
     72
    5473    </sect3>
    5574
    5675    <sect3 role="installation">
    5776      <title>Installation of Net::SSLeay</title>
    58 
    59       <para>
    60         <emphasis>Unless</emphasis> you are still using the 1.1.0 series,
    61         apply a patch to allow the tests to complete with
    62         <application>openssl-1.1.1</application>.
    63       </para>
    64 
    65 <screen><userinput>patch -Np1 -i ../Net-SSLeay-&Net-SSLeay-version;-openssl_1.1.1-1.patch</userinput></screen>
    6677
    6778      <para>
Note: See TracChangeset for help on using the changeset viewer.