Changeset 43380ba


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

Files:
5 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>
  • general/prog/perl-modules/perl-io-socket-ssl.xml

    rc2019a03 r43380ba  
    66
    77  <!ENTITY my-download-http "&perl_authors;/id/S/SU/SULLR/IO-Socket-SSL-&IO-Socket-SSL-version;.tar.gz">
    8   <!ENTITY my-md5sum "97fa6cd64f15db60f810cd8ab02d57fc">
     8  <!ENTITY my-md5sum "66140688195a5d47abba8cca1f998aed">
    99
    1010  <!ENTITY IO-Socket-SSL-download-http "&perl_authors;/id/S/SU/SULLR/IO-Socket-SSL-&IO-Socket-SSL-version;.tar.gz">
     
    5353      </para>
    5454
     55      <bridgehead renderas="sect5">Recommended</bridgehead>
     56      <para role="recommended">
     57        <xref linkend="perl-uri"/> (to access international domain names)
     58      </para>
     59
    5560    </sect3>
    5661
     
    5863      <title>Installation of IO::Socket::SSL</title>
    5964
     65      <!-- fixed, for me, if NET-SSLeay-1.86_06 development version is used: ken
    6066      <note>
    6167        <para>
     
    6975          option to avoid running the tests.
    7076        </para>
    71       </note>
     77      </note>-->
    7278
    7379      <para>
     
    7682
    7783<screen><userinput>yes | perl Makefile.PL &amp;&amp;
    78 make</userinput></screen>
    79 <!--
    8084make             &amp;&amp;
    81 make test</userinput></screen>-->
     85make test</userinput></screen>
    8286
    8387        Now, as the <systemitem class="username">root</systemitem> user:
  • introduction/welcome/changelog.xml

    rc2019a03 r43380ba  
    4444    <listitem>
    4545      <para>February 26th, 2019</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[ken] - Update to IO::Socket::SSL-2.062 with
     49          Net::SSLeay-1.86_06. Fixes
     50          <ulink url="&blfs-ticket-root;11712">#11712</ulink>.</para>
     51        </listitem>
     52      </itemizedlist>
    4653      <itemizedlist>
    4754        <listitem>
  • networking/netprogs/wget.xml

    rc2019a03 r43380ba  
    112112    <para>
    113113      To test the results, issue: <command>make check</command>.
    114       Six HTTPS tests fail due to missing support in OpenSSL as shipped in LFS.
    115114    </para>
    116115
  • packages.ent

    rc2019a03 r43380ba  
    388388<!ENTITY HTML-Parser-version          "3.72">
    389389<!ENTITY HTTP-Daemon-version          "6.01">
    390 <!ENTITY IO-Socket-SSL-version        "2.060">
     390<!ENTITY IO-Socket-SSL-version        "2.062">
    391391<!ENTITY IPC-Run3-version             "0.048">
    392392<!ENTITY Lingua-Translit-version      "0.28">
     
    467467<!ENTITY namespace-clean-version      "0.27">
    468468<!ENTITY Net-HTTP-version             "6.18">
    469 <!ENTITY Net-SSLeay-version           "1.85">
     469<!ENTITY Net-SSLeay-version           "1.86_06">
    470470<!ENTITY Number-Compare-version       "0.03">
    471471<!ENTITY Package-DeprecationManager-version "0.17">
Note: See TracChangeset for help on using the changeset viewer.