Changeset 67ca8f6 for basicnet


Ignore:
Timestamp:
11/26/2005 07:02:38 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 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:
9d3c5f1
Parents:
8f38c8e7
Message:

Added a note to the Lynx instructions that identifies, and shows how to avoid, a security vulnerability

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • basicnet/textweb/lynx.xml

    r8f38c8e7 r67ca8f6  
    6464    <ulink url="../server/mail.html">MTA</ulink>,
    6565    <xref linkend="zip"/>, <xref linkend="unzip"/>,
    66     <xref linkend="slang"/>, <ulink
     66    <xref linkend="slang"/> and
     67    <!-- <ulink
    6768    url="http://ftp.ibiblio.org/pub/linux/utils/compress/ncompress-4.2.4.tar.Z">
    68     ncompress</ulink> and
     69    ncompress</ulink> and -->
    6970    <ulink url="http://www.gnu.org/software/sharutils/">sharutils</ulink></para>
    7071
     
    99100    <para><parameter>--libdir=/etc</parameter>: For some reason, the
    100101    <command>configure</command> and <command>make</command> routine for
    101     <application>Lynx</application> uses <option>libdir</option> as the prefix for the
    102     configuration file. This is set to <filename class="directory">/etc</filename>
    103     so that the system wide configuration file is
    104     <filename>/etc/lynx.cfg</filename>.</para>
     102    <application>Lynx</application> uses <option>libdir</option> as the prefix
     103    for the configuration file. This is set to
     104    <filename class="directory">/etc</filename> so that the system wide
     105    configuration file is <filename>/etc/lynx.cfg</filename>.</para>
    105106
    106107    <para><parameter>--with-zlib</parameter>: This enables support for
     
    113114
    114115    <para><parameter>docdir=... helpdir=...</parameter>: These
    115     variables are set to avoid getting the help and documentation files installed
    116     under <filename class="directory">/etc</filename>.</para>
     116    variables are set to avoid getting the help and documentation files
     117    installed under <filename class="directory">/etc</filename>.</para>
    117118
    118119    <para><option>--with-ssl</option>: This enables support for
     
    125126    <para><command>chgrp -v -R root
    126127    /usr/share/doc/lynx-&lynx-version;/doc</command>:
    127     This command corrects the improper group ownership of installed documentation
    128     files caused if <application>Lynx</application> is built by any user other
    129     than <systemitem class="username">root</systemitem>.</para>
    130 
     128    This command corrects the improper group ownership of installed
     129    documentation files caused if <application>Lynx</application> is built
     130    by any user other than
     131    <systemitem class="username">root</systemitem>.</para>
     132
     133    <note>
     134      <para>There has been a security vulnerability identified if you enable
     135      support for CGI links by passing the <option>--enable-cgi-links</option>
     136      parameter to <command>configure</command>. See <ulink
     137      url="http://seclists.org/lists/vulnwatch/2005/Oct-Dec/0041.html"/> for
     138      details.</para>
     139    </note>
     140   
    131141  </sect2>
    132142
Note: See TracChangeset for help on using the changeset viewer.