Changeset 8890b85f


Ignore:
Timestamp:
02/06/2008 06:50:49 AM (16 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
8a284147
Parents:
1dc939c
Message:

Updated to sudo-1.6.9p12.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r1dc939c r8890b85f  
    44-->
    55
    6 <!ENTITY day          "05">                   <!-- Always 2 digits -->
     6<!ENTITY day          "06">                   <!-- Always 2 digits -->
    77<!ENTITY month        "02">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2008">
     
    6969<!ENTITY cyrus-sasl-version           "2.1.22">
    7070<!ENTITY stunnel-version              "4.20">
    71 <!ENTITY sudo-version                 "1.6.8p12">
     71<!ENTITY sudo-version                 "1.6.9p12">
    7272<!ENTITY nss-version                  "3.11.7">
    7373
  • introduction/welcome/changelog.xml

    r1dc939c r8890b85f  
    4141
    4242-->
     43
     44    <listitem>
     45      <para>February 6th, 2008</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[dj] - Updated to sudo-1.6.9p12.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
    4352
    4453    <listitem>
  • postlfs/security/sudo.xml

    r1dc939c r8890b85f  
    55  %general-entities;
    66
    7   <!-- <!ENTITY sudo-download-http "http://www.courtesan.com/sudo/dist/sudo-&sudo-version;.tar.gz"> -->
    8   <!ENTITY sudo-download-http "http://anduin.linuxfromscratch.org/sources/BLFS/svn/s/sudo-&sudo-version;.tar.gz">
    9   <!ENTITY sudo-download-ftp " ">
    10   <!ENTITY sudo-md5sum "b29893c06192df6230dd5f340f3badf5">
    11   <!ENTITY sudo-size "576 KB">
    12   <!ENTITY sudo-buildsize "3.6 MB">
     7  <!ENTITY sudo-download-http "http://www.courtesan.com/sudo/dist/sudo-&sudo-version;.tar.gz">
     8  <!ENTITY sudo-download-ftp "ftp://ftp.twaren.net/Unix/Security/Sudo/sudo-1.6.9p12.tar.gz">
     9  <!ENTITY sudo-md5sum "a5795c292e5c64dd9f7bcba8c1c712c9">
     10  <!ENTITY sudo-size "572 KB">
     11  <!ENTITY sudo-buildsize "3.8 MB">
    1312  <!ENTITY sudo-time "less than 0.1 SBU">
    1413]>
     
    5958    </itemizedlist>
    6059
    61     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     60<!--    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    6261    <itemizedlist spacing='compact'>
    6362      <listitem>
     
    6564        url="&patch-root;/sudo-&sudo-version;-envvar_fix-1.patch"/></para>
    6665      </listitem>
    67     </itemizedlist>
    68 <!--
     66    </itemizedlist> -->
     67
     68
    6969    <bridgehead renderas="sect3">Sudo Dependencies</bridgehead>
    7070
    7171    <bridgehead renderas="sect4">Optional</bridgehead>
    72 -->
     72    <para role="optional"><xref linkend="linux-pam"/>,
     73    <ulink url="ftp://ftp.nrl.navy.mil/pub/security/opie">Opie</ulink>,
     74    <ulink url="http://www.rsa.com/node.aspx?id=1156">SecurID</ulink>,
     75    <ulink url="http://www.fwtk.org/">FWTK</ulink>,
     76    an <xref linkend="server-mail"/> (that provides a
     77    <command>sendmail</command> command),
     78    <ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink>,
     79    <xref linkend="heimdal"/> or <xref linkend="mitkrb"/>,
     80    <xref linkend="openldap"/>, and
     81    <ulink url="http://www.openafs.org/">AFS</ulink></para>
    7382
    7483    <para condition="html" role="usernotes">User Notes:
     
    8392    the following commands:</para>
    8493
    85 <screen><userinput>patch -Np1 -i ../sudo-&sudo-version;-envvar_fix-1.patch &amp;&amp;
    86 ./configure --prefix=/usr --libexecdir=/usr/lib \
    87     --enable-noargs-shell --with-ignore-dot --with-all-insults \
    88     --enable-shell-sets-home &amp;&amp;
     94<!-- <screen><userinput>patch -Np1 -i ../sudo-&sudo-version;-envvar_fix-1.patch &amp;&amp;
     95-->
     96<screen><userinput>./configure --prefix=/usr --libexecdir=/usr/lib \
     97    --with-ignore-dot --with-all-insults \
     98    --enable-shell-sets-home --disable-root-sudo \
     99    --with-logfac=auth --without-pam --without-sendmail &amp;&amp;
    89100make</userinput></screen>
    90101
     
    99110  <sect2 role="commands">
    100111    <title>Command Explanations</title>
     112
     113    <para><option>--with-ignore-dot</option>: This switch causes
     114    <application>sudo</application> to ignore '.' in the PATH.</para>
     115
     116    <para><option>--with-all-insults</option>: This switch includes all the
     117    <application>sudo</application> insult sets.</para>
     118
     119    <para><option>--enable-shell-sets-home</option>: This switch sets HOME to
     120    the target user in shell mode.</para>
     121
     122    <para><option>--disable-root-sudo</option>: This switch keeps the
     123    <systemitem class="username">root</systemitem> user from running sudo,
     124    preventing users from chaining commands to get a root shell.</para>
     125
     126    <para><option>--with-logfac=auth</option>: This switch forces use of the
     127    auth facility for logging.</para>
     128
     129    <para><option>--without-pam</option>: This switch disables the use of
     130    <application>PAM</application> authentication. Omit if you have
     131    <application>PAM</application> installed.</para>
     132
     133    <para><option>--without-sendmail</option>: This switch disables the use of
     134    sendmail.  Remove if you have a sendmail compatible MTA.</para>
    101135
    102136    <para><option>--enable-noargs-shell</option>: This switch allows
    103137    <application>sudo</application> to run a shell if invoked with no
    104138    arguments.</para>
    105 
    106     <para><option>--with-ignore-dot</option>: This switch causes
    107     <application>sudo</application> to ignore '.' in the PATH.</para>
    108 
    109     <para><option>--with-all-insults</option>: This switch includes all the
    110     <application>sudo</application> insult sets.</para>
    111 
    112     <para><option>--enable-shell-sets-home</option>: This switch sets HOME to
    113     the target user in shell mode.</para>
    114139
    115140    <note>
     
    164189      </note>
    165190
     191      <para>If you've built <application>Sudo</application> with
     192      <application>PAM</application> support, issue the following
     193      command as the <systemitem class="username">root</systemitem> user
     194      to create the <application>PAM</application> configuration file:</para>
     195
     196      <screen role="root"><userinput>sed 's@/su@/sudo@g' /etc/pam.d/su &gt; /etc/pam.d/sudo</userinput></screen>
     197     
    166198    </sect3>
    167199
Note: See TracChangeset for help on using the changeset viewer.