Changeset b3e198d1


Ignore:
Timestamp:
02/22/2014 07:08:28 PM (10 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
5a65b26
Parents:
f14edaec
Message:

More tags, including some from Armin K.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12768 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • networking/netprogs/bridgeutils.xml

    rf14edaec rb3e198d1  
    3434    networks for a hosted virtual machine (VM).</para>
    3535
    36     &lfs74_checked;
     36    &lfs75_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
  • postlfs/filesystems/gptfdisk.xml

    rf14edaec rb3e198d1  
    4040    </para>
    4141
    42     &lfs74_checked;
     42    &lfs75_checked;
    4343
    4444    <bridgehead renderas="sect3">Package Information</bridgehead>
  • postlfs/filesystems/reiser.xml

    rf14edaec rb3e198d1  
    3434    utilities for use with the Reiser file system.</para>
    3535
    36     &lfs74_checked;
     36    &lfs75_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
  • server/other/unbound.xml

    rf14edaec rb3e198d1  
    3838    </para>
    3939
    40     &lfs74_checked;
     40    &lfs75_checked;
    4141
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
  • server/other/xinetd.xml

    rf14edaec rb3e198d1  
    3535    daemon, a secure replacement for <command>inetd</command>.</para>
    3636
    37     &lfs74_checked;
     37    &lfs75_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6161    <bridgehead renderas="sect3">xinetd Dependencies</bridgehead>
    6262
    63     <bridgehead renderas="sect4">Required</bridgehead>
    64     <para role="required"><xref linkend="libtirpc"/></para>
    65 
    6663    <bridgehead renderas="sect4">Optional</bridgehead>
    67     <para role="optional"><ulink url="ftp://ftp.porcupine.org/pub/security/">tcpwrappers (deprecated)</ulink></para>
     64    <para role="optional">
     65      <ulink url="ftp://ftp.porcupine.org/pub/security/">TCP wrappers (deprecated)</ulink>
     66    </para>
    6867
    6968    <para condition="html" role="usernotes">User Notes:
     
    7877    commands:</para>
    7978
    80 <screen><userinput>sed -i -e "/^LIBS/s/-lpset/&amp; -ltirpc/" xinetd/Makefile.in       &amp;&amp;
    81 sed -i -e "/register unsigned count/s/register//" xinetd/itox.c &amp;&amp;
    82 
    83 ./configure --prefix=/usr --with-loadavg                        &amp;&amp;
     79<screen><userinput>sed -i -e "s/exec_server/child_process/" xinetd/builtins.c        &amp;&amp;
     80sed -i -e "/register unsigned count/s/register//" xinetd/itox.c  &amp;&amp;
     81./configure --prefix=/usr --mandir=/usr/share/man --with-loadavg &amp;&amp;
    8482make</userinput></screen>
    8583
     
    9593     <title>Command Explanations</title>
    9694
    97      <para><command>sed ... xinetd/Makefile.in</command>: Ensure the program
    98      links against the libtirpc library.</para>
    99 
    100      <para><command>sed ... xinetd/itox.c</command>: Fix some compiler
    101      warnings.</para>
     95     <!-- CVE-2013-4342 https://bugzilla.redhat.com/show_bug.cgi?id=1006100 -->
     96     <para><command>sed ... xinetd/builtins.c</command>: This command fixes
     97     a security issue.</para>
     98
     99     <para><command>sed ... xinetd/itox.c</command>: This command fixes some
     100     compiler warnings.</para>
    102101
    103102  </sect2>
     
    110109
    111110      <para><filename>/etc/xinetd.conf</filename> and
    112       <filename class='directory'>/etc/xinetd.d/*</filename></para>
     111      <filename class="directory">/etc/xinetd.d/*</filename></para>
    113112
    114113      <indexterm zone="xinetd xinetd-config">
     
    178177   wait              = no
    179178   user              = nobody
    180    server            = /usr/bin/ps
     179   server            = /bin/ps
    181180   server_args       = -auwwx
    182181   only_from         = 128.138.209.0
Note: See TracChangeset for help on using the changeset viewer.