Changeset b35e86b2


Ignore:
Timestamp:
01/18/2006 01:44:31 AM (18 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
cdbfae1b
Parents:
daaee0be
Message:

Add security patch to sudo (thanks Archaic)

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rdaaee0be rb35e86b2  
    4141
    4242-->
    43 
    4443    <listitem>
    4544      <para>January 17th, 2006</para>
    4645      <itemizedlist>
     46        <listitem>
     47          <para>[bdubbs] - Added patch to clear selected environment variables.
     48          Submitted by archaic.</para>
     49        </listitem>
    4750        <listitem>
    4851          <para>[randy] - Updated to the HTML::TableExtract-2.06 Perl Module
  • postlfs/security/sudo.xml

    rdaaee0be rb35e86b2  
    6262    </itemizedlist>
    6363
    64 <!--
    6564    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    6665    <itemizedlist spacing='compact'>
    6766      <listitem>
    6867        <para>Required patch: <ulink
    69         url="&patch-root;/sudo-&sudo-version;-xxxx-1.patch"/></para>
     68        url="&patch-root;/sudo-&sudo-version;-envar_fix-1.patch"/></para>
    7069      </listitem>
    7170    </itemizedlist>
     71<!--
    7272    <bridgehead renderas="sect3">Sudo Dependencies</bridgehead>
    7373
    7474    <bridgehead renderas="sect4">Optional</bridgehead>
    75 
    76 
    7775-->
     76
    7877  </sect2>
    7978
     
    8483    the following commands:</para>
    8584
    86 <screen><userinput>./configure --prefix=/usr --libexecdir=/usr/lib \
     85<screen><userinput>patch -Np1 -i ../sudo-&sudo-version;-envar_fix-1.patch &amp;&amp;
     86./configure --prefix=/usr --libexecdir=/usr/lib \
    8787    --enable-noargs-shell --with-ignore-dot --with-all-insults \
    8888    --enable-shell-sets-home &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.