Author: fernando
Date: Tue Jan 14 08:32:40 2014
New Revision: 12573
Log:
Update to sudo-1.8.9p3.
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/postlfs/security/sudo.xml
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Tue Jan 14 01:23:15 2014 (r12572)
+++ trunk/BOOK/general.ent Tue Jan 14 08:32:40 2014 (r12573)
@@ -162,7 +162,7 @@
<!ENTITY shadow-version "4.1.5.1">
<!ENTITY ssh-askpass-version "&openssh-version;">
<!ENTITY stunnel-version "4.56">
-<!ENTITY sudo-version "1.8.9p1">
+<!ENTITY sudo-version "1.8.9p3">
<!ENTITY tripwire-version "2.4.2.2">
<!-- Chapter 5 -->
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Tue Jan 14 01:23:15
2014 (r12572)
+++ trunk/BOOK/introduction/welcome/changelog.xml Tue Jan 14 08:32:40
2014 (r12573)
@@ -47,6 +47,10 @@
<para>January 14th, 2014</para>
<itemizedlist>
<listitem>
+ <para>[fernando] - Update to sudo-1.8.9p3. Fixes
+ <ulink url="&blfs-ticket-root;4559">#4559</ulink>.</para>
+ </listitem>
+ <listitem>
<para>[igor] - Update to xf86-input-synaptics-1.7.3. Fixes
<ulink url="&blfs-ticket-root;4557">#4557</ulink>.</para>
</listitem>
Modified: trunk/BOOK/postlfs/security/sudo.xml
==============================================================================
--- trunk/BOOK/postlfs/security/sudo.xml Tue Jan 14 01:23:15 2014
(r12572)
+++ trunk/BOOK/postlfs/security/sudo.xml Tue Jan 14 08:32:40 2014
(r12573)
@@ -5,11 +5,14 @@
%general-entities;
<!ENTITY sudo-download-http
"http://www.sudo.ws/sudo/dist/sudo-&sudo-version;.tar.gz">
+ <!ENTITY sudo-download-ftp " ">
+<!--
<!ENTITY sudo-download-ftp
"ftp://ftp.twaren.net/Unix/Security/Sudo/sudo-&sudo-version;.tar.gz">
- <!ENTITY sudo-md5sum "03773c373082843211c96df2c9187146">
+-->
+ <!ENTITY sudo-md5sum "b105447a1d23b8b6f533f17c2a8d8550">
<!ENTITY sudo-size "2.1 MB">
- <!ENTITY sudo-buildsize "27 MB">
- <!ENTITY sudo-time "0.3 SBU">
+ <!ENTITY sudo-buildsize "24 MB (additional 1 MB for tests)">
+ <!ENTITY sudo-time "0.4 SBU">
]>
<sect1 id="sudo" xreflabel="Sudo-&sudo-version;">
@@ -98,19 +101,21 @@
<para>
Install <application>Sudo</application> by running
- the following commands:
+ the following commands (change the value of the optional switch
+ <literal>--with-passprompt</literal> to fit your preference):
</para>
-<screen><userinput>./configure --prefix=/usr \
- --libexecdir=/usr/lib/sudo \
- --docdir=/usr/share/doc/sudo-&sudo-version; \
- --with-timedir=/var/lib/sudo \
- --with-all-insults \
- --with-env-editor &&
+<screen><userinput>./configure --prefix=/usr \
+ --libexecdir=/usr/lib \
+ --docdir=/usr/share/doc/sudo-&sudo-version; \
+ --with-timedir=/var/lib/sudo \
+ --with-all-insults \
+ --with-env-editor \
+ --with-passprompt="[sudo] password for %p: "&&
make</userinput></screen>
<para>
- This package does not come with a test suite.
+ To test the results, issue: <command>env LC_ALL=C make check</command>.
</para>
<para>
@@ -242,11 +247,10 @@
<seglistitem>
<seg>
- sudo, sudoedit, sudoreplay, and visudo
+ sudo, sudoedit (symlink), sudoreplay, and visudo
</seg>
<seg>
- group_file.so, sudoers.so, system_group.so, and
- sudo_noexec.so
+ group_file.so, sudoers.so, sudo_noexec.so, and system_group.so
</seg>
<seg>
/etc/sudoers.d,
@@ -279,7 +283,7 @@
<term><command>sudoedit</command></term>
<listitem>
<para>
- is a hard link to <command>sudo</command> that implies the
+ is a symlink to <command>sudo</command> that implies the
<option>-e</option> option to invoke an editor as another user.
</para>
<indexterm zone="sudo sudoedit">
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page