source: general/prog/perl-modules/perl-io-socket-ssl.xml@ 3df6951

trunk
Last change on this file since 3df6951 was 7ca2a24, checked in by Bruce Dubbs <bdubbs@…>, 5 weeks ago

Update to IO-Socket-SSL-2.089 (Perl Module).

  • Property mode set to 100644
File size: 2.9 KB
RevLine 
[ab4fdfc]1<?xml version="1.0" encoding="UTF-8"?>
[a206343]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/S/SU/SULLR/IO-Socket-SSL-&IO-Socket-SSL-version;.tar.gz">
[7ca2a24]8 <!ENTITY my-md5sum "1e9cf40beaaafa502de8f3b560a9adee">
[a206343]9
10 <!ENTITY IO-Socket-SSL-download-http "&perl_authors;/id/S/SU/SULLR/IO-Socket-SSL-&IO-Socket-SSL-version;.tar.gz">
11]>
12
13 <!-- Begin IO::Socket::SSL -->
[4392a40]14 <sect2 id="perl-io-socket-ssl" xreflabel="IO-Socket-SSL-&IO-Socket-SSL-version;">
[a206343]15
16 <title>IO::Socket::SSL-&IO-Socket-SSL-version;</title>
17
[4392a40]18 <indexterm zone="perl-io-socket-ssl">
[a206343]19 <primary sortas="a-IO-Socket-SSL">IO::Socket::SSL</primary>
20 </indexterm>
21
22 <sect3 role="package">
23 <title>Introduction to IO::Socket::SSL</title>
24
25 <para>
26 IO::Socket::SSL makes using SSL/TLS much easier by wrapping the necessary
27 functionality into the familiar IO::Socket interface and providing secure
28 defaults whenever possible.
29 </para>
30
[f4734425]31 &lfs122_checked;
[a206343]32
33 <bridgehead renderas="sect4">Package Information</bridgehead>
34 <itemizedlist spacing="compact">
35 <listitem>
36 <para>
37 Download (HTTP): <ulink url="&my-download-http;"/>
38 </para>
39 </listitem>
40 <listitem>
41 <para>
42 Download MD5 sum: &my-md5sum;
43 </para>
44 </listitem>
45 </itemizedlist>
46
47 <bridgehead renderas="sect4">IO::Socket::SSL Dependencies</bridgehead>
48
49 <bridgehead renderas="sect5">Required</bridgehead>
50 <para role="required">
51 <xref linkend="make-ca"/> and
52 <xref linkend="perl-net-ssleay"/>
53 </para>
54
[43380ba]55 <bridgehead renderas="sect5">Recommended</bridgehead>
56 <para role="recommended">
57 <xref linkend="perl-uri"/> (to access international domain names)
58 </para>
59
[a206343]60 </sect3>
61
62 <sect3 role="installation">
63 <title>Installation of IO::Socket::SSL</title>
64
65 <para>
66 This module uses a variant of the standard build and installation
67 instructions:
[de017e93]68 </para>
[a206343]69
70<screen><userinput>yes | perl Makefile.PL &amp;&amp;
[de017e93]71make &amp;&amp;
[43380ba]72make test</userinput></screen>
[a206343]73
[de017e93]74 <para>
75 One test, <filename>Client non-SSL connection</filename>, is known to
76 fail.
77 </para>
[a206343]78
[de017e93]79 <para>
80 Now, as the <systemitem class="username">root</systemitem> user:
81 </para>
[a206343]82
[de017e93]83<screen role="root"><userinput>make install</userinput></screen>
[a206343]84
85 </sect3>
86
87 <sect3 role="commands">
88 <title>Command Explanations</title>
89
90 <para>
91 <command>yes</command>: Perl will ask if you wish to run external
92 tests, which will 'fail soft' if there are network problems. The
[de017e93]93 default is 'y', which will allow you to script the build.
[a206343]94 </para>
95
96 </sect3>
97
98 </sect2>
Note: See TracBrowser for help on using the repository browser.