mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
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:
parent
daaee0be6c
commit
b35e86b260
@ -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
|
||||
|
@ -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 &&
|
||||
./configure --prefix=/usr --libexecdir=/usr/lib \
|
||||
--enable-noargs-shell --with-ignore-dot --with-all-insults \
|
||||
--enable-shell-sets-home &&
|
||||
make</userinput></screen>
|
||||
|
Loading…
Reference in New Issue
Block a user