Author: bdubbs
Date: 2006-01-17 18:44:31 -0700 (Tue, 17 Jan 2006)
New Revision: 5573

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/postlfs/security/sudo.xml
Log:
Add security patch to sudo (thanks Archaic)

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2006-01-17 16:42:50 UTC 
(rev 5572)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2006-01-18 01:44:31 UTC 
(rev 5573)
@@ -40,11 +40,14 @@
     </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
           dependencies; also more reorganization and singling out of the

Modified: trunk/BOOK/postlfs/security/sudo.xml
===================================================================
--- trunk/BOOK/postlfs/security/sudo.xml        2006-01-17 16:42:50 UTC (rev 
5572)
+++ trunk/BOOK/postlfs/security/sudo.xml        2006-01-18 01:44:31 UTC (rev 
5573)
@@ -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>

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to