Author: pierre
Date: Sat Feb 22 11:08:28 2014
New Revision: 12768
Log:
More tags, including some from Armin K.
Modified:
trunk/BOOK/networking/netprogs/bridgeutils.xml
trunk/BOOK/postlfs/filesystems/gptfdisk.xml
trunk/BOOK/postlfs/filesystems/reiser.xml
trunk/BOOK/server/other/unbound.xml
trunk/BOOK/server/other/xinetd.xml
Modified: trunk/BOOK/networking/netprogs/bridgeutils.xml
==============================================================================
--- trunk/BOOK/networking/netprogs/bridgeutils.xml Sat Feb 22 07:18:21
2014 (r12767)
+++ trunk/BOOK/networking/netprogs/bridgeutils.xml Sat Feb 22 11:08:28
2014 (r12768)
@@ -33,7 +33,7 @@
needed to create and manage bridge devices. This is useful in setting up
networks for a hosted virtual machine (VM).</para>
- &lfs74_checked;
+ &lfs75_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
Modified: trunk/BOOK/postlfs/filesystems/gptfdisk.xml
==============================================================================
--- trunk/BOOK/postlfs/filesystems/gptfdisk.xml Sat Feb 22 07:18:21 2014
(r12767)
+++ trunk/BOOK/postlfs/filesystems/gptfdisk.xml Sat Feb 22 11:08:28 2014
(r12768)
@@ -39,7 +39,7 @@
has an inteface similar to the classic <command>fdisk</command> program.
</para>
- &lfs74_checked;
+ &lfs75_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
Modified: trunk/BOOK/postlfs/filesystems/reiser.xml
==============================================================================
--- trunk/BOOK/postlfs/filesystems/reiser.xml Sat Feb 22 07:18:21 2014
(r12767)
+++ trunk/BOOK/postlfs/filesystems/reiser.xml Sat Feb 22 11:08:28 2014
(r12768)
@@ -33,7 +33,7 @@
<para>The <application>reiserfsprogs</application> package contains various
utilities for use with the Reiser file system.</para>
- &lfs74_checked;
+ &lfs75_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
Modified: trunk/BOOK/server/other/unbound.xml
==============================================================================
--- trunk/BOOK/server/other/unbound.xml Sat Feb 22 07:18:21 2014 (r12767)
+++ trunk/BOOK/server/other/unbound.xml Sat Feb 22 11:08:28 2014 (r12768)
@@ -37,7 +37,7 @@
library API as an integral part of the architecture.
</para>
- &lfs74_checked;
+ &lfs75_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
Modified: trunk/BOOK/server/other/xinetd.xml
==============================================================================
--- trunk/BOOK/server/other/xinetd.xml Sat Feb 22 07:18:21 2014 (r12767)
+++ trunk/BOOK/server/other/xinetd.xml Sat Feb 22 11:08:28 2014 (r12768)
@@ -34,7 +34,7 @@
<para><application>xinetd</application> is the eXtended InterNET services
daemon, a secure replacement for <command>inetd</command>.</para>
- &lfs74_checked;
+ &lfs75_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@@ -60,11 +60,10 @@
<bridgehead renderas="sect3">xinetd Dependencies</bridgehead>
- <bridgehead renderas="sect4">Required</bridgehead>
- <para role="required"><xref linkend="libtirpc"/></para>
-
<bridgehead renderas="sect4">Optional</bridgehead>
- <para role="optional"><ulink
url="ftp://ftp.porcupine.org/pub/security/">tcpwrappers
(deprecated)</ulink></para>
+ <para role="optional">
+ <ulink url="ftp://ftp.porcupine.org/pub/security/">TCP wrappers
(deprecated)</ulink>
+ </para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/xinetd"/></para>
@@ -77,10 +76,9 @@
<para>Install <application>xinetd</application> by running the following
commands:</para>
-<screen><userinput>sed -i -e "/^LIBS/s/-lpset/& -ltirpc/"
xinetd/Makefile.in &&
-sed -i -e "/register unsigned count/s/register//" xinetd/itox.c &&
-
-./configure --prefix=/usr --with-loadavg &&
+<screen><userinput>sed -i -e "s/exec_server/child_process/" xinetd/builtins.c
&&
+sed -i -e "/register unsigned count/s/register//" xinetd/itox.c &&
+./configure --prefix=/usr --mandir=/usr/share/man --with-loadavg &&
make</userinput></screen>
<para>This package does not come with a test suite.</para>
@@ -94,11 +92,12 @@
<sect2 role="commands">
<title>Command Explanations</title>
- <para><command>sed ... xinetd/Makefile.in</command>: Ensure the program
- links against the libtirpc library.</para>
+ <!-- CVE-2013-4342 https://bugzilla.redhat.com/show_bug.cgi?id=1006100 -->
+ <para><command>sed ... xinetd/builtins.c</command>: This command fixes
+ a security issue.</para>
- <para><command>sed ... xinetd/itox.c</command>: Fix some compiler
- warnings.</para>
+ <para><command>sed ... xinetd/itox.c</command>: This command fixes some
+ compiler warnings.</para>
</sect2>
@@ -109,7 +108,7 @@
<title>Config Files</title>
<para><filename>/etc/xinetd.conf</filename> and
- <filename class='directory'>/etc/xinetd.d/*</filename></para>
+ <filename class="directory">/etc/xinetd.d/*</filename></para>
<indexterm zone="xinetd xinetd-config">
<primary sortas="e-etc-xinetd.conf">/etc/xinetd.conf</primary>
@@ -177,7 +176,7 @@
socket_type = stream
wait = no
user = nobody
- server = /usr/bin/ps
+ server = /bin/ps
server_args = -auwwx
only_from = 128.138.209.0
log_on_success = HOST
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page