Author: bdubbs Date: Wed Jun 26 13:28:17 2013 New Revision: 11319 Log: Remove unneeded sudo options
Modified: trunk/BOOK/general.ent trunk/BOOK/general/genlib/apr.xml trunk/BOOK/introduction/welcome/changelog.xml trunk/BOOK/postlfs/security/acl.xml trunk/BOOK/postlfs/security/sudo.xml Modified: trunk/BOOK/general.ent ============================================================================== --- trunk/BOOK/general.ent Wed Jun 26 11:54:44 2013 (r11318) +++ trunk/BOOK/general.ent Wed Jun 26 13:28:17 2013 (r11319) @@ -144,7 +144,7 @@ <!-- Chapter 4 --> -<!ENTITY acl-version "2.2.51"> +<!ENTITY acl-version "2.2.52"> <!ENTITY attr-version "2.4.47"> <!ENTITY consolekit-version "0.4.6"> <!ENTITY cracklib-version "2.8.22"> @@ -200,7 +200,7 @@ <!-- Part III --> <!-- Chapter 9 --> -<!ENTITY apr-version "1.4.6"> +<!ENTITY apr-version "1.4.8"> <!ENTITY aspell-version "0.60.6.1"> <!ENTITY boost-major "1"> Modified: trunk/BOOK/general/genlib/apr.xml ============================================================================== --- trunk/BOOK/general/genlib/apr.xml Wed Jun 26 11:54:44 2013 (r11318) +++ trunk/BOOK/general/genlib/apr.xml Wed Jun 26 13:28:17 2013 (r11319) @@ -8,10 +8,10 @@ "http://archive.apache.org/dist/apr/apr-&apr-version;.tar.bz2"> <!ENTITY apr-download-ftp "ftp://ftp.mirrorservice.org/sites/ftp.apache.org/apr/apr-&apr-version;.tar.bz2"> - <!ENTITY apr-md5sum "ffee70a111fd07372982b0550bbb14b7"> - <!ENTITY apr-size "768 KB"> - <!ENTITY apr-buildsize "11 MB"> - <!ENTITY apr-time "0.2 SBU (1.6 with tests)"> + <!ENTITY apr-md5sum "ce2ab01a0c3cdb71cf0a6326b8654f41"> + <!ENTITY apr-size "760 KB"> + <!ENTITY apr-buildsize "14 MB"> + <!ENTITY apr-time "0.2 SBU (1.4 with tests)"> ]> <sect1 id="apr" xreflabel="Apr-&apr-version;"> @@ -124,7 +124,7 @@ <seglistitem> <seg>apr-1-config</seg> <seg>libapr-1.so</seg> - <seg>/usr/include/apr and /usr/share/apr-1/build</seg> + <seg>/usr/include/apr-1 and /usr/share/apr-1</seg> </seglistitem> </segmentedlist> Modified: trunk/BOOK/introduction/welcome/changelog.xml ============================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml Wed Jun 26 11:54:44 2013 (r11318) +++ trunk/BOOK/introduction/welcome/changelog.xml Wed Jun 26 13:28:17 2013 (r11319) @@ -47,6 +47,12 @@ <para>June 26th, 2013</para> <itemizedlist> <listitem> + <para>[bdubbs] - Updated to acl-2.2.52.</para> + </listitem> + <listitem> + <para>[bdubbs] - Updated to apr-1.4.8.</para> + </listitem> + <listitem> <para>[bdubbs] - Updated to sudo-1.8.7.</para> </listitem> </itemizedlist> Modified: trunk/BOOK/postlfs/security/acl.xml ============================================================================== --- trunk/BOOK/postlfs/security/acl.xml Wed Jun 26 11:54:44 2013 (r11318) +++ trunk/BOOK/postlfs/security/acl.xml Wed Jun 26 13:28:17 2013 (r11319) @@ -6,9 +6,9 @@ <!ENTITY acl-download-http "http://download.savannah.gnu.org/releases/acl/acl-&acl-version;.src.tar.gz"> <!ENTITY acl-download-ftp " "> - <!ENTITY acl-md5sum "3fc0ce99dc5253bdcce4c9cd437bc267"> - <!ENTITY acl-size "380 KB"> - <!ENTITY acl-buildsize "5.5 MB"> + <!ENTITY acl-md5sum "a61415312426e9c2212bd7dc7929abda"> + <!ENTITY acl-size "384 KB"> + <!ENTITY acl-buildsize "9.1 MB"> <!ENTITY acl-time "0.1 SBU"> ]> @@ -103,7 +103,7 @@ <para>There are three sets of tests that come with this package. Issue the following to execute all three: - <command>make tests root-tests ext-tests</command>.</para> + <command>make tests root-tests</command>.</para> </sect2> Modified: trunk/BOOK/postlfs/security/sudo.xml ============================================================================== --- trunk/BOOK/postlfs/security/sudo.xml Wed Jun 26 11:54:44 2013 (r11318) +++ trunk/BOOK/postlfs/security/sudo.xml Wed Jun 26 13:28:17 2013 (r11319) @@ -139,17 +139,6 @@ environment variable EDITOR for <command>visudo</command>. </para> - <para> - <option>--without-pam</option>: This switch disables the use of - <application>PAM</application> authentication. Use this if you do - not have <application>Linux PAM</application> installed. - </para> - - <para> - <option>--without-sendmail</option>: This switch disables the use of - sendmail. Add this if you do not 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
