Author: randy
Date: 2007-03-25 08:00:40 -0600 (Sun, 25 Mar 2007)
New Revision: 6692
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/postlfs/security/stunnel.xml
Log:
Updated to Stunnel-4.20
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2007-03-25 01:20:50 UTC (rev 6691)
+++ trunk/BOOK/general.ent 2007-03-25 14:00:40 UTC (rev 6692)
@@ -70,7 +70,7 @@
<!ENTITY heimdal-version "0.7.2">
<!ENTITY mitkrb-version "1.6">
<!ENTITY cyrus-sasl-version "2.1.21">
-<!ENTITY stunnel-version "4.15">
+<!ENTITY stunnel-version "4.20">
<!ENTITY sudo-version "1.6.8p12">
<!ENTITY nss-version "3.11.5">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2007-03-25 01:20:50 UTC
(rev 6691)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2007-03-25 14:00:40 UTC
(rev 6692)
@@ -45,6 +45,9 @@
<para>March 25th, 2007</para>
<itemizedlist>
<listitem>
+ <para>[randy] - Updated to Stunnel-4.20.</para>
+ </listitem>
+ <listitem>
<para>[randy] - Updated to Libidn-0.6.11.</para>
</listitem>
</itemizedlist>
Modified: trunk/BOOK/postlfs/security/stunnel.xml
===================================================================
--- trunk/BOOK/postlfs/security/stunnel.xml 2007-03-25 01:20:50 UTC (rev
6691)
+++ trunk/BOOK/postlfs/security/stunnel.xml 2007-03-25 14:00:40 UTC (rev
6692)
@@ -6,9 +6,9 @@
<!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 "2c00153ad099a5f9c5609e8d1dbbe470">
- <!ENTITY stunnel-size "497 KB">
- <!ENTITY stunnel-buildsize "4.2 MB">
+ <!ENTITY stunnel-md5sum "cf9940395d3503018f721c962528d2ec">
+ <!ENTITY stunnel-size "513 KB">
+ <!ENTITY stunnel-buildsize "4.5 MB">
<!ENTITY stunnel-time "0.1 SBU">
]>
@@ -109,13 +109,14 @@
<para>Install <application>Stunnel</application> by running the following
commands:</para>
-<screen><userinput>sed -i -e 's|nogroup|stunnel|' \
- -e 's|$(prefix)/var/lib|$(localstatedir)|' \
- tools/Makefile.in
+<screen><userinput>sed -i 's|nogroup|stunnel|g' configure &&
+sed -i 's|$(prefix)/var/lib|$(localstatedir)|' tools/Makefile.in &&
sed -i 's|doc/stunnel|&-$(VERSION)|' {,doc/,tools/}Makefile.in &&
-./configure --prefix=/usr --sysconfdir=/etc \
- --localstatedir=/var/lib --disable-libwrap &&
+./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var/lib \
+ --disable-libwrap &&
make</userinput></screen>
<para>This package does not come with a test suite.</para>
@@ -129,14 +130,20 @@
<sect2 role="commands">
<title>Command Explanations</title>
- <para><command>sed -i -e '...' -e '...' tools/Makefile.in</command>:
- This <command>sed</command> command modifies the group and directory
- used for the <command>chroot</command> jail to conform with the parameters
- created earlier.</para>
+ <para><command>sed -i 's|nogroup|stunnel|g' configure</command>: This
+ command is used to change the default group for the installed files in
+ <filename class='directory'>/var/lib/stunnel</filename> from
+ <systemitem class="groupname">nogroup</systemitem> to
+ <systemitem class="groupname">stunnel</systemitem>.</para>
+ <para><command>sed -i '...' tools/Makefile.in</command>: This command
+ ensures that the chroot jail will be located in
+ <filename class='directory'>/var/lib/stunnel</filename> instead of
+ <filename class='directory'>/usr/var/lib/stunnel</filename>.</para>
+
<para><command>sed -i '...' {,doc/,tools/}Makefile.in</command>: This
- <command>sed</command> command modifies the location of the installed
- docs to a versioned directory.</para>
+ command modifies the location of the installed documentation files to a
+ versioned directory.</para>
<para><parameter>--sysconfdir=/etc</parameter>: This parameter forces
the configuration directory to <filename class='directory'>/etc</filename>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page