Changeset 03e3a0b for general/prog


Ignore:
Timestamp:
02/28/2019 04:15:23 AM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
elogind
Children:
4aed078
Parents:
d9d315f0
Message:

Merge to HEAD 21262.

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

Location:
general/prog
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/autoconf-archive.xml

    rd9d315f0 r03e3a0b  
    3434    and open source projects.</para>
    3535
    36     &lfs83_checked;
     36    &lfs84_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/prog/perl-deps/perl-net-ssleay.xml

    rd9d315f0 r03e3a0b  
    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;/Net-SSLeay-&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/rurban/Net-SSLeay/archive/&Net-SSLeay-version;.tar.gz \
     69     -O Net-SSLeay-&Net-SSLeay-version;.tar.gz</userinput></screen>.
     70        </para>i-->
     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

    rd9d315f0 r03e3a0b  
    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:
Note: See TracChangeset for help on using the changeset viewer.