Ignore:
Timestamp:
02/14/2010 03:53:09 PM (14 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
0098155b
Parents:
b058cd3
Message:

Updated to Sudo-1.7.2p3

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/sudo.xml

    rb058cd3 rcfe8b07  
    66
    77  <!ENTITY sudo-download-http "http://www.sudo.ws/sudo/dist/sudo-&sudo-version;.tar.gz">
    8   <!ENTITY sudo-download-ftp "ftp://ftp.twaren.net/Unix/Security/Sudo/sudo-&sudo-version;.tar.gz">
    9   <!ENTITY sudo-md5sum "2a19cf1ab4afc94fe19d0d0899d4cd45">
    10   <!ENTITY sudo-size "750 KB">
    11   <!ENTITY sudo-buildsize "4.4 MB">
    12   <!ENTITY sudo-time "0.1 SBU">
     8  <!ENTITY sudo-download-ftp  "ftp://ftp.twaren.net/Unix/Security/Sudo/sudo-&sudo-version;.tar.gz">
     9  <!ENTITY sudo-md5sum        "b4bb9a0ae896958b71e48ef91967cdcb">
     10  <!ENTITY sudo-size          "772 KB">
     11  <!ENTITY sudo-buildsize     "5 MB">
     12  <!ENTITY sudo-time          "0.1 SBU">
    1313]>
    1414
     
    9494<!-- <screen><userinput>patch -Np1 -i ../sudo-&sudo-version;-envvar_fix-1.patch &amp;&amp;
    9595-->
    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;
     96<screen><userinput>./configure --prefix=/usr \
     97            --libexecdir=/usr/lib \
     98            --with-ignore-dot \
     99            --with-all-insults \
     100            --enable-shell-sets-home \
     101            --disable-root-sudo \
     102            --with-logfac=auth \
     103            --without-pam \
     104            --without-sendmail &amp;&amp;
    100105make</userinput></screen>
    101106
     
    140145    <note>
    141146      <para>There are many options to <application>sudo</application>'s
    142       <command>configure</command> command.  Check the
    143       <command>configure --help</command>  output for a complete list.</para>
     147      <command>configure</command> command. Check the
     148      <command>configure --help</command> output for a complete list.</para>
    144149    </note>
    145150
Note: See TracChangeset for help on using the changeset viewer.