Changeset 436c2f7e
- Timestamp:
- 09/02/2012 08:09:06 PM (12 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- a7f550d8
- Parents:
- 4e95994e
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r4e95994e r436c2f7e 4 4 --> 5 5 6 <!ENTITY day "0 1"> <!-- Always 2 digits -->6 <!ENTITY day "02"> <!-- Always 2 digits --> 7 7 <!ENTITY month "09"> <!-- Always 2 digits --> 8 8 <!ENTITY year "2012"> … … 10 10 <!ENTITY copyholder "The BLFS Development Team"> 11 11 <!ENTITY version "&year;-&month;-&day;"> 12 <!ENTITY releasedate "September 1st, &year;">12 <!ENTITY releasedate "September 2nd, &year;"> 13 13 <!-- <!ENTITY releasedate "November &day;st, &year;"> --> 14 14 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> … … 179 179 <!ENTITY polkit-version "0.107"> 180 180 <!ENTITY shadow-version "4.1.5.1"> 181 <!ENTITY stunnel-version "4.5 2">181 <!ENTITY stunnel-version "4.53"> 182 182 <!ENTITY sudo-version "1.8.5p2"> 183 183 <!ENTITY tripwire-version "2.4.2.2"> -
introduction/welcome/changelog.xml
r4e95994e r436c2f7e 48 48 <itemizedlist> 49 49 <listitem> 50 <para>[bdubbs] - Updated to stunnel-4.53. Fixes 51 <ulink url="&blfs-ticket-root;3506">#3506</ulink>.</para> 52 </listitem> 53 <listitem> 50 54 <para>[krejzi] - Added libpwquality 1.2.0.</para> 51 55 </listitem> … … 102 106 <listitem> 103 107 <para>[bdubbs] - Updated to gnupg-2.0.19. Fixes 104 <ulink url="&blfs-ticket-root;3498">#3 984</ulink>.</para>108 <ulink url="&blfs-ticket-root;3498">#3498</ulink>.</para> 105 109 </listitem> 106 110 <listitem> -
postlfs/security/stunnel.xml
r4e95994e r436c2f7e 7 7 <!ENTITY stunnel-download-http "http://mirrors.zerg.biz/stunnel/stunnel-&stunnel-version;.tar.gz"> 8 8 <!ENTITY stunnel-download-ftp "ftp://ftp.stunnel.org/stunnel/stunnel-&stunnel-version;.tar.gz"> 9 <!ENTITY stunnel-md5sum " f5e713dda0e8efa659f372832ecd0c2c">10 <!ENTITY stunnel-size "52 0KB">11 <!ENTITY stunnel-buildsize "5. 5MB">9 <!ENTITY stunnel-md5sum "ab3bfc915357d67da18c73f73610d593"> 10 <!ENTITY stunnel-size "524 KB"> 11 <!ENTITY stunnel-buildsize "5.0 MB"> 12 12 <!ENTITY stunnel-time "0.5 SBU"> 13 13 ]> 14 14 15 <sect1 id="stunnel" xreflabel=" Stunnel-&stunnel-version;">15 <sect1 id="stunnel" xreflabel="stunnel-&stunnel-version;"> 16 16 <?dbhtml filename="stunnel.html"?> 17 17 … … 21 21 </sect1info> 22 22 23 <title> Stunnel-&stunnel-version;</title>23 <title>stunnel-&stunnel-version;</title> 24 24 25 25 <indexterm zone="stunnel"> 26 <primary sortas="a- Stunnel">Stunnel</primary>26 <primary sortas="a-stunnel">stunnel</primary> 27 27 </indexterm> 28 28 29 29 <sect2 role="package"> 30 <title>Introduction to Stunnel</title>31 32 <para>The <application> Stunnel</application> package contains a program30 <title>Introduction to stunnel</title> 31 32 <para>The <application>stunnel</application> package contains a program 33 33 that allows you to encrypt arbitrary TCP connections inside SSL (Secure 34 34 Sockets Layer) so you can easily communicate with clients over secure 35 channels. <application> Stunnel</application> can be used to add SSL35 channels. <application>stunnel</application> can be used to add SSL 36 36 functionality to commonly used <application>Inetd</application> daemons 37 37 like POP-2, POP-3, and IMAP servers, to standalone daemons like NNTP, … … 39 39 to the server package source code.</para> 40 40 41 &lfs7 0_checked;41 &lfs72_checked; 42 42 43 43 <bridgehead renderas="sect3">Package Information</bridgehead> … … 71 71 </itemizedlist> --> 72 72 73 <bridgehead renderas="sect3"> Stunnel Dependencies</bridgehead>73 <bridgehead renderas="sect3">stunnel Dependencies</bridgehead> 74 74 75 75 <bridgehead renderas="sect4">Required</bridgehead> … … 82 82 83 83 <sect2 role="installation"> 84 <title>Installation of Stunnel</title>84 <title>Installation of stunnel</title> 85 85 86 86 <para>The <command>stunnel</command> daemon will be run in a … … 90 90 91 91 <screen role="root"><userinput>groupadd -g 51 stunnel && 92 useradd -c " Stunnel Daemon" -d /var/lib/stunnel \92 useradd -c "stunnel Daemon" -d /var/lib/stunnel \ 93 93 -g stunnel -s /bin/false -u 51 stunnel</userinput></screen> 94 94 … … 115 115 </note> 116 116 117 <para>Install <application> Stunnel</application> by running the following117 <para>Install <application>stunnel</application> by running the following 118 118 commands:</para> 119 119 … … 164 164 165 165 <sect2 role="configuration"> 166 <title>Configuring Stunnel</title>166 <title>Configuring stunnel</title> 167 167 168 168 <sect3 id="stunnel-config"> … … 183 183 create the directory used for the 184 184 <filename class='extension'>.pid</filename> file that is created 185 when the <application> Stunnel</application> daemon starts:</para>185 when the <application>stunnel</application> daemon starts:</para> 186 186 187 187 <screen role="root"><userinput>install -v -m750 -o stunnel -g stunnel -d /var/lib/stunnel/run</userinput></screen> … … 211 211 connect = <replaceable><hostname:portnumber></replaceable></literal></screen> 212 212 213 <para>If you use <application> Stunnel</application> to encrypt a daemon213 <para>If you use <application>stunnel</application> to encrypt a daemon 214 214 started from <command>[x]inetd</command>, you may need to disable that 215 215 daemon in the <filename>/etc/[x]inetd.conf</filename> file and enable a … … 294 294 <listitem> 295 295 <para> contains the API functions required by 296 <application> Stunnel</application>.</para>296 <application>stunnel</application>.</para> 297 297 <indexterm zone="stunnel libstunnel"> 298 298 <primary sortas="c-libstunnel">libstunnel.so</primary>
Note:
See TracChangeset
for help on using the changeset viewer.