Author: randy
Date: 2005-12-16 08:50:53 -0700 (Fri, 16 Dec 2005)
New Revision: 5435
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/postlfs/security/stunnel.xml
Log:
Updated to Stunnel-4.14
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2005-12-16 03:09:06 UTC (rev 5434)
+++ trunk/BOOK/general.ent 2005-12-16 15:50:53 UTC (rev 5435)
@@ -44,7 +44,7 @@
<!ENTITY heimdal-version "0.7.1">
<!ENTITY mitkrb-version "1.4.1">
<!ENTITY cyrus-sasl-version "2.1.21">
-<!ENTITY stunnel-version "4.11">
+<!ENTITY stunnel-version "4.14">
<!ENTITY sudo-version "1.6.8p12">
<!-- Chapter 5 -->
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2005-12-16 03:09:06 UTC
(rev 5434)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2005-12-16 15:50:53 UTC
(rev 5435)
@@ -45,6 +45,9 @@
<para>December 16th, 2005</para>
<itemizedlist>
<listitem>
+ <para>[randy] - Updated to Stunnel-4.14.</para>
+ </listitem>
+ <listitem>
<para>[randy] - Updated to Ruby-1.8.3.</para>
</listitem>
</itemizedlist>
Modified: trunk/BOOK/postlfs/security/stunnel.xml
===================================================================
--- trunk/BOOK/postlfs/security/stunnel.xml 2005-12-16 03:09:06 UTC (rev
5434)
+++ trunk/BOOK/postlfs/security/stunnel.xml 2005-12-16 15:50:53 UTC (rev
5435)
@@ -7,8 +7,8 @@
<!-- <!ENTITY stunnel-download-http
"http://www.stunnel.org/download/stunnel/src/stunnel-&stunnel-version;.tar.gz">
-->
<!ENTITY stunnel-download-http
"http://www.stunnel.org/download/stunnel/src/stunnel-&stunnel-version;.tar.gz">
<!ENTITY stunnel-download-ftp
"ftp://stunnel.mirt.net/stunnel/stunnel-&stunnel-version;.tar.gz">
- <!ENTITY stunnel-md5sum "253c50435d4d81cba6f19ca34266e6dc">
- <!ENTITY stunnel-size "484 KB">
+ <!ENTITY stunnel-md5sum "0969cc4868dfd75f22792ecccc9ec555">
+ <!ENTITY stunnel-size "488 KB">
<!ENTITY stunnel-buildsize "4.0 MB">
<!ENTITY stunnel-time "0.1 SBU">
]>
@@ -65,14 +65,6 @@
</listitem>
</itemizedlist>
- <!-- <bridgehead renderas="sect3">Additional Downloads</bridgehead>
- <itemizedlist spacing="compact">
- <listitem>
- <para>Required patch: <ulink
-
url="ftp://stunnel.mirt.net/stunnel/stunnel-&stunnel-version;-1_minute_sleep_fix.patch"/></para>
- </listitem>
- </itemizedlist> -->
-
<bridgehead renderas="sect3">Stunnel Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
@@ -105,7 +97,8 @@
(ensure only <systemitem class='username'>root</systemitem> has read and
write access), otherwise you will be
prompted to create one during the installation process. The
- <filename>.pem</filename> file must be formatted as shown below:</para>
+ <filename class='extension'>.pem</filename> file must be formatted as
+ shown below:</para>
<screen><literal>-----BEGIN RSA PRIVATE KEY-----
<replaceable>[many encrypted lines of unencrypted key]</replaceable>
@@ -181,7 +174,7 @@
<para>Create a basic <filename>/etc/stunnel/stunnel.conf</filename>
configuration file using the following commands:</para>
-<screen role="root"><userinput>cat >/etc/stunnel/stunnel.conf << "EOF"
+<screen role="root"><userinput>cat >/etc/stunnel/stunnel.conf <<
"EOF" &&
<literal># File: /etc/stunnel/stunnel.conf
pid = /run/stunnel.pid
@@ -190,7 +183,8 @@
setuid = stunnel
setgid = stunnel</literal>
-EOF</userinput></screen>
+EOF
+chmod -v 644 /etc/stunnel/stunnel.conf</userinput></screen>
<para>Next, you need to add the service(s) you wish to encrypt to the
configuration file. The format is as follows:</para>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page