Author: bdubbs
Date: 2012-09-02 14:09:06 -0600 (Sun, 02 Sep 2012)
New Revision: 10611
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/postlfs/security/stunnel.xml
Log:
Update to stunnel-4.53
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2012-09-02 18:44:29 UTC (rev 10610)
+++ trunk/BOOK/general.ent 2012-09-02 20:09:06 UTC (rev 10611)
@@ -3,13 +3,13 @@
$Date$
-->
-<!ENTITY day "01"> <!-- Always 2 digits -->
+<!ENTITY day "02"> <!-- Always 2 digits -->
<!ENTITY month "09"> <!-- Always 2 digits -->
<!ENTITY year "2012">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
-<!ENTITY releasedate "September 1st, &year;">
+<!ENTITY releasedate "September 2nd, &year;">
<!-- <!ENTITY releasedate "November &day;st, &year;"> -->
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
@@ -178,7 +178,7 @@
<!ENTITY p11-kit-version "0.13">
<!ENTITY polkit-version "0.107">
<!ENTITY shadow-version "4.1.5.1">
-<!ENTITY stunnel-version "4.52">
+<!ENTITY stunnel-version "4.53">
<!ENTITY sudo-version "1.8.5p2">
<!ENTITY tripwire-version "2.4.2.2">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2012-09-02 18:44:29 UTC
(rev 10610)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2012-09-02 20:09:06 UTC
(rev 10611)
@@ -47,6 +47,10 @@
<para>September 2nd, 2012</para>
<itemizedlist>
<listitem>
+ <para>[bdubbs] - Updated to stunnel-4.53. Fixes
+ <ulink url="&blfs-ticket-root;3506">#3506</ulink>.</para>
+ </listitem>
+ <listitem>
<para>[krejzi] - Added libpwquality 1.2.0.</para>
</listitem>
<listitem>
@@ -101,7 +105,7 @@
<itemizedlist>
<listitem>
<para>[bdubbs] - Updated to gnupg-2.0.19. Fixes
- <ulink url="&blfs-ticket-root;3498">#3984</ulink>.</para>
+ <ulink url="&blfs-ticket-root;3498">#3498</ulink>.</para>
</listitem>
<listitem>
<para>[bdubbs] - Updated to texlive-20120701. Fixes
Modified: trunk/BOOK/postlfs/security/stunnel.xml
===================================================================
--- trunk/BOOK/postlfs/security/stunnel.xml 2012-09-02 18:44:29 UTC (rev
10610)
+++ trunk/BOOK/postlfs/security/stunnel.xml 2012-09-02 20:09:06 UTC (rev
10611)
@@ -6,13 +6,13 @@
<!ENTITY stunnel-download-http
"http://mirrors.zerg.biz/stunnel/stunnel-&stunnel-version;.tar.gz">
<!ENTITY stunnel-download-ftp
"ftp://ftp.stunnel.org/stunnel/stunnel-&stunnel-version;.tar.gz">
- <!ENTITY stunnel-md5sum "f5e713dda0e8efa659f372832ecd0c2c">
- <!ENTITY stunnel-size "520 KB">
- <!ENTITY stunnel-buildsize "5.5 MB">
+ <!ENTITY stunnel-md5sum "ab3bfc915357d67da18c73f73610d593">
+ <!ENTITY stunnel-size "524 KB">
+ <!ENTITY stunnel-buildsize "5.0 MB">
<!ENTITY stunnel-time "0.5 SBU">
]>
-<sect1 id="stunnel" xreflabel="Stunnel-&stunnel-version;">
+<sect1 id="stunnel" xreflabel="stunnel-&stunnel-version;">
<?dbhtml filename="stunnel.html"?>
<sect1info>
@@ -20,25 +20,25 @@
<date>$Date$</date>
</sect1info>
- <title>Stunnel-&stunnel-version;</title>
+ <title>stunnel-&stunnel-version;</title>
<indexterm zone="stunnel">
- <primary sortas="a-Stunnel">Stunnel</primary>
+ <primary sortas="a-stunnel">stunnel</primary>
</indexterm>
<sect2 role="package">
- <title>Introduction to Stunnel</title>
+ <title>Introduction to stunnel</title>
- <para>The <application>Stunnel</application> package contains a program
+ <para>The <application>stunnel</application> package contains a program
that allows you to encrypt arbitrary TCP connections inside SSL (Secure
Sockets Layer) so you can easily communicate with clients over secure
- channels. <application>Stunnel</application> can be used to add SSL
+ channels. <application>stunnel</application> can be used to add SSL
functionality to commonly used <application>Inetd</application> daemons
like POP-2, POP-3, and IMAP servers, to standalone daemons like NNTP,
SMTP and HTTP, and in tunneling PPP over network sockets without changes
to the server package source code.</para>
- &lfs70_checked;
+ &lfs72_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@@ -70,7 +70,7 @@
</listitem>
</itemizedlist> -->
- <bridgehead renderas="sect3">Stunnel Dependencies</bridgehead>
+ <bridgehead renderas="sect3">stunnel Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="openssl"/></para>
@@ -81,7 +81,7 @@
</sect2>
<sect2 role="installation">
- <title>Installation of Stunnel</title>
+ <title>Installation of stunnel</title>
<para>The <command>stunnel</command> daemon will be run in a
<command>chroot</command> jail by an unprivileged user. Create the
@@ -89,7 +89,7 @@
<systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>groupadd -g 51 stunnel &&
-useradd -c "Stunnel Daemon" -d /var/lib/stunnel \
+useradd -c "stunnel Daemon" -d /var/lib/stunnel \
-g stunnel -s /bin/false -u 51 stunnel</userinput></screen>
<note>
@@ -114,7 +114,7 @@
-----END DH PARAMETERS-----</literal></screen>
</note>
- <para>Install <application>Stunnel</application> by running the following
+ <para>Install <application>stunnel</application> by running the following
commands:</para>
<screen><userinput>./configure --prefix=/usr \
@@ -163,7 +163,7 @@
</sect2>
<sect2 role="configuration">
- <title>Configuring Stunnel</title>
+ <title>Configuring stunnel</title>
<sect3 id="stunnel-config">
<title>Config Files</title>
@@ -182,7 +182,7 @@
<para>As the <systemitem class="username">root</systemitem> user,
create the directory used for the
<filename class='extension'>.pid</filename> file that is created
- when the <application>Stunnel</application> daemon starts:</para>
+ when the <application>stunnel</application> daemon starts:</para>
<screen role="root"><userinput>install -v -m750 -o stunnel -g stunnel -d
/var/lib/stunnel/run</userinput></screen>
@@ -210,7 +210,7 @@
accept = <replaceable><hostname:portnumber></replaceable>
connect =
<replaceable><hostname:portnumber></replaceable></literal></screen>
- <para>If you use <application>Stunnel</application> to encrypt a daemon
+ <para>If you use <application>stunnel</application> to encrypt a daemon
started from <command>[x]inetd</command>, you may need to disable that
daemon in the <filename>/etc/[x]inetd.conf</filename> file and enable a
corresponding <replaceable><service></replaceable>_stunnel
service. You
@@ -293,7 +293,7 @@
<term><filename class='libraryfile'>libstunnel.so</filename></term>
<listitem>
<para> contains the API functions required by
- <application>Stunnel</application>.</para>
+ <application>stunnel</application>.</para>
<indexterm zone="stunnel libstunnel">
<primary sortas="c-libstunnel">libstunnel.so</primary>
</indexterm>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page