Author: thomas Date: 2011-01-15 06:47:45 -0700 (Sat, 15 Jan 2011) New Revision: 8819
Modified: trunk/BOOK/general.ent trunk/BOOK/general/sysutils/fcron.xml trunk/BOOK/introduction/welcome/changelog.xml trunk/BOOK/postlfs/security/sudo.xml Log: Update sudo, fcron Modified: trunk/BOOK/general/sysutils/fcron.xml =================================================================== --- trunk/BOOK/general/sysutils/fcron.xml 2011-01-14 23:10:57 UTC (rev 8818) +++ trunk/BOOK/general/sysutils/fcron.xml 2011-01-15 13:47:45 UTC (rev 8819) @@ -6,7 +6,7 @@ <!ENTITY fcron-download-http "http://fcron.free.fr/archives/fcron-&fcron-version;.src.tar.gz"> <!ENTITY fcron-download-ftp "ftp://ftp.seul.org/pub/fcron/fcron-&fcron-version;.src.tar.gz"> - <!ENTITY fcron-md5sum "5a26a1dfd91fdc7e87401e98aef870e6"> + <!ENTITY fcron-md5sum "69ebcb41921e2a282f41ebecb3a27053"> <!ENTITY fcron-size "540 KB"> <!ENTITY fcron-buildsize "3.6 MB"> <!ENTITY fcron-time "0.1 SBU"> @@ -110,7 +110,8 @@ commands:</para> <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \ - --localstatedir=/var --without-sendmail --with-boot-install=no && + --localstatedir=/var --without-sendmail --with-boot-install=no \ + --with-dsssl-dir=/usr/share/sgml/docbook/dsssl-stylesheets-&docbook-dsssl-version; && make</userinput></screen> <para>This package does not come with a test suite.</para> @@ -139,6 +140,9 @@ <para><option>--with-editor=<replaceable></path/to/editor></replaceable></option>: This switch allows you to set the default text editor.</para> + <para><option>--with-dsssl-dir=<replaceable></path/to/dsssl-stylesheets></replaceable></option>: + Avoid a warning message about not finding the DSSSL stylesheets.</para> + </sect2> <sect2 role="configuration"> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2011-01-14 23:10:57 UTC (rev 8818) +++ trunk/BOOK/general.ent 2011-01-15 13:47:45 UTC (rev 8819) @@ -107,7 +107,7 @@ <!ENTITY mitkrb-version "1.6"> <!ENTITY cyrus-sasl-version "2.1.23"> <!ENTITY stunnel-version "4.34"> -<!ENTITY sudo-version "1.7.4p4"> +<!ENTITY sudo-version "1.7.4p5"> <!ENTITY nss-version "3.12.8"> <!ENTITY policykit-version "0.9"> <!ENTITY polkit-version "0.94"> @@ -264,7 +264,7 @@ <!-- Chapter 11 --> <!ENTITY gpm-version "1.20.6"> -<!ENTITY fcron-version "3.0.4"> +<!ENTITY fcron-version "3.0.6"> <!ENTITY hdparm-version "9.6"> <!ENTITY which-version "2.20"> <!ENTITY unzip-version "6.0"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2011-01-14 23:10:57 UTC (rev 8818) +++ trunk/BOOK/introduction/welcome/changelog.xml 2011-01-15 13:47:45 UTC (rev 8819) @@ -49,6 +49,9 @@ command that are required if optional dependencies are not installed.</para> </listitem> + <listitem> + <para>[thomas] - Updated to sudo-1.7.4p5, fcron-3.0.6.</para> + </listitem> </itemizedlist> </listitem> Modified: trunk/BOOK/postlfs/security/sudo.xml =================================================================== --- trunk/BOOK/postlfs/security/sudo.xml 2011-01-14 23:10:57 UTC (rev 8818) +++ trunk/BOOK/postlfs/security/sudo.xml 2011-01-15 13:47:45 UTC (rev 8819) @@ -6,8 +6,8 @@ <!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 "55d9906535d70a1de347cd3d3550ee87"> - <!ENTITY sudo-size "772 KB"> + <!ENTITY sudo-md5sum "4c8105507363371dea89ceb7c92187dd"> + <!ENTITY sudo-size "943 KB"> <!ENTITY sudo-buildsize "5 MB"> <!ENTITY sudo-time "0.1 SBU"> ]> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
