Ignore:
Timestamp:
11/02/2018 07:23:26 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, 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:
be9b178
Parents:
62182cc
Message:

Trunk: use system certificates with perl modules.

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

File:
1 edited

Legend:

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

    r62182cc r0d0f150  
    15921592    <para>LWP::Protocol::https provides https support for
    15931593    LWP::UserAgent (i.e. for LWP). This module uses the
    1594     standard <xref linkend="perl-standard-install"/>.</para>
     1594    standard <xref linkend="perl-standard-install"/> but requires
     1595    a patch to use the system certificates (using the CPAN automated
     1596    install will instead use <application>Mozilla::CA</application>).
     1597    </para>
     1598
     1599      <bridgehead renderas="sect4">Additional Download</bridgehead>
     1600      <itemizedlist spacing="compact">
     1601        <listitem>
     1602          <para>
     1603            Required patch:
     1604            <ulink url="&patch-root;/LWP-Protocol-https-&LWP-Protocol-https-version;-system_certs-1.patch"/>
     1605          </para>
     1606        </listitem>
     1607      </itemizedlist>
    15951608
    15961609    <!-- LWP-Protocol-https -->
     
    16101623            <para><xref linkend="perl-lwp"/></para>
    16111624          </listitem>
    1612 
    16131625          <listitem>
    16141626            <para><xref linkend="perl-io-socket-ssl"/></para>
    16151627          </listitem>
    1616 
    1617           <listitem><literallayout><ulink url="https://cpan.metacpan.org/authors/id/A/AB/ABH/Mozilla-CA-20180117.tar.gz">Mozilla::CA</ulink>
     1628          <listitem>
     1629            <para><xref linkend="make-ca"/> with the
     1630              <literal>/etc/pki/tls/certs/ca-bundle.crt</literal> symlink
     1631            </para>
     1632          </listitem>
     1633
     1634<!--      <listitem><literallayout><ulink url="https://cpan.metacpan.org/authors/id/A/AB/ABH/Mozilla-CA-20180117.tar.gz">Mozilla::CA</ulink>
    16181635(https://cpan.metacpan.org/authors/id/A/AB/ABH/Mozilla-CA-20180117.tar.gz)</literallayout>
    1619            </listitem>
     1636           </listitem>-->
    16201637
    16211638        </itemizedlist>
     
    27272744    <para>Install <application>Perl</application> modules by running the
    27282745    following commands:</para>
    2729 <!--
    2730     <para>For <xref linkend="perl-data-uniqid"/>, first apply the required
     2746
     2747    <para>For <xref linkend="perl-lwp-protocol-https"/>, first apply the required
    27312748    patch with:</para>
    27322749
    2733 <screen><userinput>patch -Np1 -i ../Data-Uniqid-&Data-Uniqid-version;-disable_failing_test-1.patch</userinput></screen>
     2750<screen><userinput>patch -Np1 -i ../LWP-Protocol-https-&LWP-Protocol-https-version;-system_certs-1.patch</userinput></screen>
    27342751
    27352752    <para>Then, or for all other modules using the standard installation, proceed
    2736     with:</para>-->
     2753    with:</para>
    27372754
    27382755<screen><userinput>perl Makefile.PL &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.