Add security patch to sudo (thanks Archaic)

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5573 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2006-01-18 01:44:31 +00:00
parent daaee0be6c
commit b35e86b260
2 changed files with 9 additions and 6 deletions

View File

@ -40,10 +40,13 @@
</listitem>
-->
<listitem>
<para>January 17th, 2006</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Added patch to clear selected environment variables.
Submitted by archaic.</para>
</listitem>
<listitem>
<para>[randy] - Updated to the HTML::TableExtract-2.06 Perl Module
and added new modules HTML::Element::Extended and HTML::Tree as

View File

@ -61,20 +61,19 @@
</listitem>
</itemizedlist>
<!--
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing='compact'>
<listitem>
<para>Required patch: <ulink
url="&patch-root;/sudo-&sudo-version;-xxxx-1.patch"/></para>
url="&patch-root;/sudo-&sudo-version;-envar_fix-1.patch"/></para>
</listitem>
</itemizedlist>
<!--
<bridgehead renderas="sect3">Sudo Dependencies</bridgehead>
<bridgehead renderas="sect4">Optional</bridgehead>
-->
</sect2>
<sect2 role="installation">
@ -83,7 +82,8 @@
<para>Install <application>sudo</application> by running
the following commands:</para>
<screen><userinput>./configure --prefix=/usr --libexecdir=/usr/lib \
<screen><userinput>patch -Np1 -i ../sudo-&sudo-version;-envar_fix-1.patch &amp;&amp;
./configure --prefix=/usr --libexecdir=/usr/lib \
--enable-noargs-shell --with-ignore-dot --with-all-insults \
--enable-shell-sets-home &amp;&amp;
make</userinput></screen>