Changeset 10c6468b for general


Ignore:
Timestamp:
07/18/2020 08:51:53 PM (4 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
cc64b232
Parents:
9c51e5c1
Message:

LWP::Protocol::https -

New version of the patch.

Also rearrange that page and the perl template so that the
Additional Download appears after the Package Information.

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

File:
1 edited

Legend:

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

    r9c51e5c1 r10c6468b  
    2727        LWP is able to access sites using HTTP over SSL/TLS.
    2828      </para>
    29 <!--
    30       <bridgehead renderas="sect4">Additional Download</bridgehead>
    31       <itemizedlist spacing="compact">
    32         <listitem>
    33           <para>
    34             Required patch:
    35             <ulink url="&patch-root;/LWP-Protocol-https-&LWP-Protocol-https-version;-system_certs-1.patch"/>
    36           </para>
    37         </listitem>
    38       </itemizedlist>
    39 -->
     29
    4030      &lfs91_checked;
    4131
     
    5040          <para>
    5141            Download MD5 sum: &my-md5sum;
     42          </para>
     43        </listitem>
     44      </itemizedlist>
     45
     46      <bridgehead renderas="sect4">Additional Download</bridgehead>
     47      <itemizedlist spacing="compact">
     48        <listitem>
     49          <para>
     50            Required patch:
     51            <ulink url="&patch-root;/LWP-Protocol-https-&LWP-Protocol-https-version;-system_certs-2.patch"/>
    5252          </para>
    5353        </listitem>
     
    7070    <sect3 role="installation">
    7171      <title>Installation of LWP::Protocol::https</title>
    72 <!--
     72
    7373      <para>
    7474        First, apply a patch to use the system certificates (using the CPAN
     
    7878      </para>
    7979
    80 <screen><userinput>patch -Np1 -i ../LWP-Protocol-https-&LWP-Protocol-https-version;-system_certs-1.patch</userinput></screen>
    81 -->
     80<screen><userinput>patch -Np1 -i ../LWP-Protocol-https-&LWP-Protocol-https-version;-system_certs-2.patch</userinput></screen>
     81
    8282      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    8383                  href="../../../xincludes/perl-standard-install.xml"/>
Note: See TracChangeset for help on using the changeset viewer.