Changeset 0ef1837 for postlfs


Ignore:
Timestamp:
01/05/2005 02:29:48 AM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
720a3c0
Parents:
5cb3ea7
Message:

Updated to Stunnel-4.07, fixed typos in Ruby instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/stunnel.xml

    r5cb3ea7 r0ef1837  
    77  <!ENTITY stunnel-download-http "http://www.stunnel.org/download/stunnel/src/stunnel-&stunnel-version;.tar.gz">
    88  <!ENTITY stunnel-download-ftp  "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/stunnel-&stunnel-version;.tar.gz">
    9   <!ENTITY stunnel-size          "341 KB">
    10   <!ENTITY stunnel-buildsize     "2.9 MB">
    11   <!ENTITY stunnel-time          "0.08 SBU">
     9  <!ENTITY stunnel-size          "486 KB">
     10  <!ENTITY stunnel-buildsize     "3.9 MB">
     11  <!ENTITY stunnel-time          "0.11 SBU">
    1212]>
    1313
    14 <sect1 id="stunnel" xreflabel="Stunnel-&stunnel-version;">
     14<sect1 id="stunnel-package" xreflabel="Stunnel-&stunnel-version;">
    1515<sect1info>
    1616<othername>$LastChangedBy$</othername>
     
    1919<?dbhtml filename="stunnel.html"?>
    2020<title>Stunnel-&stunnel-version;</title>
     21<indexterm zone="stunnel-package">
     22<primary sortas="a-Stunnel">Stunnel</primary></indexterm>
    2123
    2224<sect2>
     
    3638<sect3><title>Package information</title>
    3739<itemizedlist spacing="compact">
    38 <listitem><para>Download (HTTP): <ulink url="&stunnel-download-http;"/></para></listitem>
    39 <listitem><para>Download (FTP): <ulink url="&stunnel-download-ftp;"/></para></listitem>
    40 <listitem><para>Download size: &stunnel-size;</para></listitem>
    41 <listitem><para>Estimated disk space required: &stunnel-buildsize;</para></listitem>
    42 <listitem><para>Estimated build time: &stunnel-time;</para></listitem></itemizedlist>
     40<listitem><para>Download (HTTP):
     41<ulink url="&stunnel-download-http;"/></para></listitem>
     42<listitem><para>Download (FTP):
     43<ulink url="&stunnel-download-ftp;"/></para></listitem>
     44<listitem><para>Download size:
     45&stunnel-size;</para></listitem>
     46<listitem><para>Estimated disk space required:
     47&stunnel-buildsize;</para></listitem>
     48<listitem><para>Estimated build time:
     49&stunnel-time;</para></listitem></itemizedlist>
    4350</sect3>
    4451
     
    8491commands:</para>
    8592
    86 <screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
     93<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc \
     94    --localstatedir=/var/lib/stunnel &amp;&amp;
    8795make &amp;&amp;
    8896make install</command></userinput></screen>
     
    96104configuration directory to <filename class='directory'>/etc</filename> instead
    97105of <filename class='directory'>/usr/etc</filename>.</para>
     106
     107<para><parameter>--localstatedir=/var/lib/stunnel</parameter>: This parameter
     108causes the installation process to create
     109<filename class='directory'>/var/lib/stunnel/stunnel</filename> instead of
     110<filename class='directory'>/usr/var/stunnel</filename>.</para>
    98111
    99112<para><command>make</command>: This command builds the package and, if you
     
    113126
    114127<sect3><title>Config files</title>
    115 <para><filename>/etc/stunnel/stunnel.conf</filename></para>
     128<para><filename id="stunnel.conf">/etc/stunnel/stunnel.conf</filename></para>
     129<indexterm zone="stunnel-package stunnel.conf">
     130<primary sortas="e-stunnel.conf">stunnel.conf</primary></indexterm>
    116131</sect3>
    117132
     
    152167instructions.</para>
    153168
    154 <para>To automatically start the <command>stunnel</command> daemon when the system
    155 is rebooted, install the <filename>/etc/rc.d/init.d/stunnel</filename>
     169<para>To automatically start the <command>stunnel</command> daemon when the
     170system is rebooted, install the
     171<filename id="stunnel.init">/etc/rc.d/init.d/stunnel</filename>
    156172bootscript from the <xref linkend="intro-important-bootscripts"/>
    157173package.</para>
     174<indexterm zone="stunnel-package stunnel.init">
     175<primary sortas="f-stunnel.init">stunnel</primary></indexterm>
    158176
    159177<screen><userinput><command>make install-stunnel</command></userinput></screen>
     
    164182<sect2>
    165183<title>Contents</title>
    166 
    167 <para>The <application>Stunnel</application> package contains
    168 <command>stunnel</command> and
    169 <filename class='libraryfile'>libstunnel</filename>.</para>
    170 
    171 </sect2>
    172 
    173 <sect2><title>Description</title>
    174 
    175 <sect3><title>stunnel</title>
    176 <para><command>stunnel</command> is a program designed to work as an
    177 <acronym>SSL</acronym> encryption wrapper between remote clients and local
    178 (<command>[x]inetd</command>-startable) or remote servers.</para></sect3>
     184<segmentedlist>
     185<segtitle>Installed Program</segtitle>
     186<segtitle>Installed Script</segtitle>
     187<segtitle>Installed Library</segtitle>
     188<segtitle>Installed Directories</segtitle>
     189<seglistitem>
     190<seg>stunnel</seg>
     191<seg>stunnel3</seg>
     192<seg>libstunnel.so</seg>
     193<seg>/etc/stunnel, /var/lib/stunnel and
     194/usr/share/doc/stunnel</seg></seglistitem>
     195</segmentedlist>
     196
     197<variablelist>
     198<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     199<?dbfo list-presentation="list"?>
     200
     201<varlistentry id="stunnel">
     202<term><command>stunnel</command></term>
     203<listitem><para> is a program designed to work as an <acronym>SSL</acronym>
     204encryption wrapper between remote clients and local
     205(<command>[x]inetd</command>-startable) or remote servers.</para>
     206<indexterm zone="stunnel-package stunnel">
     207<primary sortas="b-stunnel">stunnel</primary></indexterm>
     208</listitem>
     209</varlistentry>
     210
     211<varlistentry id="stunnel3">
     212<term><command>stunnel3</command></term>
     213<listitem><para>is a <application>Perl</application> wrapper script to use
     214<command>stunnel</command> 3.x syntax with <command>stunnel</command>
     215>=4.05.</para>
     216<indexterm zone="stunnel-package stunnel3">
     217<primary sortas="d-stunnel3">stunnel3</primary></indexterm>
     218</listitem>
     219</varlistentry>
     220
     221<varlistentry id="libstunnel.so">
     222<term><filename class='libraryfile'>libstunnel.so</filename></term>
     223<listitem><para> contains the <acronym>API</acronym> functions required by
     224<application>Stunnel</application>.</para>
     225<indexterm zone="stunnel-package libstunnel.so">
     226<primary sortas="c-libstunnel.so">libstunnel.so</primary></indexterm>
     227</listitem>
     228</varlistentry>
     229</variablelist>
    179230
    180231</sect2>
Note: See TracChangeset for help on using the changeset viewer.