Ignore:
Timestamp:
01/14/2014 04:32:40 PM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
1d86421
Parents:
1e32c3d
Message:

Update to sudo-1.8.9p3.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/sudo.xml

    r1e32c3d ra1e0f76  
    66
    77  <!ENTITY sudo-download-http "http://www.sudo.ws/sudo/dist/sudo-&sudo-version;.tar.gz">
     8  <!ENTITY sudo-download-ftp  " ">
     9<!--
    810  <!ENTITY sudo-download-ftp  "ftp://ftp.twaren.net/Unix/Security/Sudo/sudo-&sudo-version;.tar.gz">
    9   <!ENTITY sudo-md5sum        "03773c373082843211c96df2c9187146">
     11-->
     12  <!ENTITY sudo-md5sum        "b105447a1d23b8b6f533f17c2a8d8550">
    1013  <!ENTITY sudo-size          "2.1 MB">
    11   <!ENTITY sudo-buildsize     "27 MB">
    12   <!ENTITY sudo-time          "0.3 SBU">
     14  <!ENTITY sudo-buildsize     "24 MB (additional 1 MB for tests)">
     15  <!ENTITY sudo-time          "0.4 SBU">
    1316]>
    1417
     
    99102    <para>
    100103      Install <application>Sudo</application> by running
    101       the following commands:
    102     </para>
    103 
    104 <screen><userinput>./configure --prefix=/usr                      \
    105             --libexecdir=/usr/lib/sudo         \
    106             --docdir=/usr/share/doc/sudo-&sudo-version; \
    107             --with-timedir=/var/lib/sudo       \
    108             --with-all-insults                 \
    109             --with-env-editor                  &amp;&amp;
     104      the following commands (change the value of the optional switch
     105      <literal>--with-passprompt</literal> to fit your preference):
     106    </para>
     107
     108<screen><userinput>./configure --prefix=/usr                               \
     109            --libexecdir=/usr/lib                       \
     110            --docdir=/usr/share/doc/sudo-&sudo-version;        \
     111            --with-timedir=/var/lib/sudo                \
     112            --with-all-insults                          \
     113            --with-env-editor                           \
     114            --with-passprompt="[sudo] password for %p: "&amp;&amp;
    110115make</userinput></screen>
    111116
    112117    <para>
    113       This package does not come with a test suite.
     118      To test the results, issue: <command>env LC_ALL=C make check</command>.
    114119    </para>
    115120
     
    243248      <seglistitem>
    244249        <seg>
    245           sudo, sudoedit, sudoreplay, and visudo
     250          sudo, sudoedit (symlink), sudoreplay, and visudo
    246251        </seg>
    247252        <seg>
    248           group_file.so, sudoers.so, system_group.so, and
    249           sudo_noexec.so
     253          group_file.so, sudoers.so, sudo_noexec.so, and system_group.so
    250254        </seg>
    251255        <seg>
     
    280284        <listitem>
    281285          <para>
    282             is a hard link to <command>sudo</command> that implies the
     286            is a symlink to <command>sudo</command> that implies the
    283287            <option>-e</option> option to invoke an editor as another user.
    284288          </para>
Note: See TracChangeset for help on using the changeset viewer.