Author: igor
Date: Sun Jun 2 06:06:41 2013
New Revision: 11252
Log:
Sudo-1.8.6p8
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 Sun Jun 2 05:26:22 2013 (r11251)
+++ trunk/BOOK/general.ent Sun Jun 2 06:06:41 2013 (r11252)
@@ -167,7 +167,7 @@
<!ENTITY polkit-version "0.111">
<!ENTITY shadow-version "4.1.5.1">
<!ENTITY stunnel-version "4.54">
-<!ENTITY sudo-version "1.8.6p3">
+<!ENTITY sudo-version "1.8.6p8">
<!ENTITY tripwire-version "2.4.2.2">
<!-- Chapter 5 -->
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Sun Jun 2 05:26:22
2013 (r11251)
+++ trunk/BOOK/introduction/welcome/changelog.xml Sun Jun 2 06:06:41
2013 (r11252)
@@ -47,6 +47,9 @@
<para>June 2nd, 2013</para>
<itemizedlist>
<listitem>
+ <para>[igor] - Sudo-1.8.6p8.</para>
+ </listitem>
+ <listitem>
<para>[igor] - mercurial-2.6.2.</para>
</listitem>
<listitem>
@@ -88,12 +91,6 @@
<listitem>
<para>[igor] - libogg-1.3.1.</para>
</listitem>
- </itemizedlist>
- </listitem>
-
- <listitem>
- <para>June 1st, 2013</para>
- <itemizedlist>
<listitem>
<para>[krejzi] - Removed GNOME from the book.</para>
</listitem>
Modified: trunk/BOOK/postlfs/security/sudo.xml
==============================================================================
--- trunk/BOOK/postlfs/security/sudo.xml Sun Jun 2 05:26:22 2013
(r11251)
+++ trunk/BOOK/postlfs/security/sudo.xml Sun Jun 2 06:06:41 2013
(r11252)
@@ -6,10 +6,10 @@
<!ENTITY sudo-download-http
"http://www.sudo.ws/sudo/dist/sudo-&sudo-version;.tar.gz">
<!ENTITY sudo-download-ftp
"ftp://ftp.twaren.net/Unix/Security/Sudo/sudo-&sudo-version;.tar.gz">
- <!ENTITY sudo-md5sum "a7b5c39a904721956eccddd30689250f">
+ <!ENTITY sudo-md5sum "6dac48c73c8e0932980efcddafa569af">
<!ENTITY sudo-size "1.8 MB">
- <!ENTITY sudo-buildsize "19 MB">
- <!ENTITY sudo-time "0.2 SBU">
+ <!ENTITY sudo-buildsize "23 MB">
+ <!ENTITY sudo-time "0.3 SBU">
]>
<sect1 id="sudo" xreflabel="Sudo-&sudo-version;">
@@ -101,13 +101,11 @@
the following commands:
</para>
-<screen><userinput>./configure --prefix=/usr \
- --libexecdir=/usr/lib/sudo \
+<screen><userinput>./configure --prefix=/usr \
+ --libexecdir=/usr/lib/sudo \
--docdir=/usr/share/doc/sudo-&sudo-version; \
- --with-all-insults \
- --with-env-editor \
- --without-pam \
- --without-sendmail &&
+ --with-all-insults \
+ --with-env-editor &&
make</userinput></screen>
<para>
@@ -135,17 +133,19 @@
environment variable EDITOR for <command>visudo</command>.
</para>
+<!--
<para>
- <option>--without-pam</option>: This switch disables the use of
+ <option>- -without-pam</option>: This switch disables the use of
<application>PAM</application> authentication. Omit if you have
<application>Linux PAM</application> installed.
</para>
<para>
- <option>--without-sendmail</option>: This switch disables the use of
+ <option>- -without-sendmail</option>: This switch disables the use of
sendmail. Remove if you have a sendmail compatible MTA.
</para>
+-->
<note>
<para>
There are many options to <application>sudo</application>'s
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page