source: general/prog/perl-modules/perl-lwp-protocol-https.xml@ 0351bed

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
Last change on this file since 0351bed was c6fc9b28, checked in by Bruce Dubbs <bdubbs@…>, 4 years ago

Tag all perl modules.
Finish tagging multimedia.
A few other tags.

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

  • Property mode set to 100644
File size: 3.0 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../../general.ent">
5 %general-entities;
6
7 <!ENTITY my-download-http "&perl_authors;/id/O/OA/OALDERS/LWP-Protocol-https-&LWP-Protocol-https-version;.tar.gz">
8 <!ENTITY my-md5sum "b8943dfb7d187af63c36fc18ab15947d">
9
10]>
11
12 <!-- Begin LWP::Protocol::https -->
13 <sect2 id="perl-lwp-protocol-https" xreflabel="LWP-Protocol-https-&LWP-Protocol-https-version;">
14
15 <title>LWP::Protocol::https-&LWP-Protocol-https-version;</title>
16
17 <indexterm zone="perl-lwp-protocol-https">
18 <primary sortas="a-LWP-Protocol-https">LWP::Protocol::https</primary>
19 </indexterm>
20
21 <sect3 role="package">
22 <title>Introduction to LWP::Protocol::https</title>
23
24 <para>
25 LWP::Protocol::https provides https support for LWP::UserAgent (i.e.
26 <xref linkend="perl-libwww-perl"/>). Once the module is installed
27 LWP is able to access sites using HTTP over SSL/TLS.
28 </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
40 &lfs91_checked;
41
42 <bridgehead renderas="sect4">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&my-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &my-md5sum;
52 </para>
53 </listitem>
54 </itemizedlist>
55
56 <bridgehead renderas="sect4">LWP::Protocol::https Dependencies</bridgehead>
57
58 <bridgehead renderas="sect5">Required</bridgehead>
59 <para role="required">
60 <xref linkend="perl-io-socket-ssl"/>,
61 <!-- perl-io-socket-ssl pulls in perl-net-ssleay -->
62 <xref linkend="perl-libwww-perl"/> and
63 <!-- perl-libwww-perl pulls in perl-net-https -->
64 <xref linkend="make-ca"/> with
65 <literal>/etc/pki/tls/certs/ca-bundle.crt</literal>.
66 </para>
67
68 </sect3>
69
70 <sect3 role="installation">
71 <title>Installation of LWP::Protocol::https</title>
72
73 <para>
74 First, apply a patch to use the system certificates (using the CPAN
75 automated install will instead use <ulink
76 url="https://metacpan.org/pod/Mozilla::CA">Mozilla::CA</ulink> which
77 is usually not up to date and does not use local certificates).
78 </para>
79
80<screen><userinput>patch -Np1 -i ../LWP-Protocol-https-&LWP-Protocol-https-version;-system_certs-1.patch</userinput></screen>
81
82 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
83 href="../../../xincludes/perl-standard-install.xml"/>
84
85 </sect3>
86
87 </sect2>
Note: See TracBrowser for help on using the repository browser.