glfs/general/prog/perl-modules/perl-io-socket-ssl.xml
Douglas R. Reno 7481fd4a6f Tags
2023-08-16 11:39:48 -05:00

107 lines
3.4 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../../general.ent">
%general-entities;
<!ENTITY my-download-http "&perl_authors;/id/S/SU/SULLR/IO-Socket-SSL-&IO-Socket-SSL-version;.tar.gz">
<!ENTITY my-md5sum "673eaf709a034d4f65dce259bde02500">
<!ENTITY IO-Socket-SSL-download-http "&perl_authors;/id/S/SU/SULLR/IO-Socket-SSL-&IO-Socket-SSL-version;.tar.gz">
]>
<!-- Begin IO::Socket::SSL -->
<sect2 id="perl-io-socket-ssl" xreflabel="IO-Socket-SSL-&IO-Socket-SSL-version;">
<title>IO::Socket::SSL-&IO-Socket-SSL-version;</title>
<indexterm zone="perl-io-socket-ssl">
<primary sortas="a-IO-Socket-SSL">IO::Socket::SSL</primary>
</indexterm>
<sect3 role="package">
<title>Introduction to IO::Socket::SSL</title>
<para>
IO::Socket::SSL makes using SSL/TLS much easier by wrapping the necessary
functionality into the familiar IO::Socket interface and providing secure
defaults whenever possible.
</para>
&lfs120_checked;
<bridgehead renderas="sect4">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&my-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &my-md5sum;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect4">IO::Socket::SSL Dependencies</bridgehead>
<bridgehead renderas="sect5">Required</bridgehead>
<para role="required">
<xref linkend="make-ca"/> and
<xref linkend="perl-net-ssleay"/>
</para>
<bridgehead renderas="sect5">Recommended</bridgehead>
<para role="recommended">
<xref linkend="perl-uri"/> (to access international domain names)
</para>
</sect3>
<sect3 role="installation">
<title>Installation of IO::Socket::SSL</title>
<!-- fixed, for me, if NET-SSLeay-1.86_06 development version is used: ken
<note>
<para>
The tests hang if you are using openssl-1.1.1. They similarly
hang if you are using openssl-1.1.0 and Net::SSLeay has had the
patch for 1.1.1 applied.
Therefore, running them is at the moment not recommended.
If you are on the old version of openssl and did not apply the
patch, you can run 'make test' in the normal way.
If you are using the cpan method of installation, use the -T
option to avoid running the tests.
</para>
</note>-->
<para>
This module uses a variant of the standard build and installation
instructions:
<screen><userinput>yes | perl Makefile.PL &amp;&amp;
make &amp;&amp;
make test</userinput></screen>
Now, as the <systemitem class="username">root</systemitem> user:
<screen role="root"><userinput>make install</userinput></screen>
</para>
</sect3>
<sect3 role="commands">
<title>Command Explanations</title>
<para>
<command>yes</command>: Perl will ask if you wish to run external
tests, which will 'fail soft' if there are network problems. The
default is 'y', this allows you to script the build.
</para>
</sect3>
</sect2>