Author: andy Date: 2011-11-20 11:23:30 -0700 (Sun, 20 Nov 2011) New Revision: 8995
Modified: trunk/BOOK/general.ent trunk/BOOK/general/genlib/mowgli.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Updated libmowgli to 0.9.95 I've added a sed to stop it outputting text in colour Modified: trunk/BOOK/general/genlib/mowgli.xml =================================================================== --- trunk/BOOK/general/genlib/mowgli.xml 2011-11-20 13:02:25 UTC (rev 8994) +++ trunk/BOOK/general/genlib/mowgli.xml 2011-11-20 18:23:30 UTC (rev 8995) @@ -4,10 +4,10 @@ <!ENTITY % general-entities SYSTEM "../../general.ent"> %general-entities; -<!ENTITY libmowgli-download-http "http://distfiles.atheme.org/libmowgli-&libmowgli-version;.tgz"> +<!ENTITY libmowgli-download-http "http://distfiles.atheme.org/libmowgli-&libmowgli-version;.tar.bz"> <!ENTITY libmowgli-download-ftp " "> -<!ENTITY libmowgli-md5sum "402c2de0da7f83f5e3390397ad994b20"> -<!ENTITY libmowgli-size "113 KB"> +<!ENTITY libmowgli-md5sum "9833b5845e60fe965924be4a15a30374"> +<!ENTITY libmowgli-size "103 KB"> <!ENTITY libmowgli-buildsize "1.9 MB"> <!ENTITY libmowgli-time "less than 0.1 SBU"> ]> @@ -65,6 +65,15 @@ <sect2 role="installation"> <title>Installation of libmowgli</title> + <para>The libmowgli build system outputs text in color while running make. + This is fine if you're running these commands in a terminal. However, if + you're installing libmowgli with a script and piping the output to a log + file it will add control characters to the file which may make the file + unreadable. If you wish, you can disable the colored text control characters + with this sed:</para> + +<screen><userinput>sed -i 's/\\033\[\([01];3.m\|0m\|K\)//g' buildsys.mk.in</userinput></screen> + <para>Install <application>libmowgli</application> by running the following commands:</para> @@ -73,7 +82,8 @@ <para>This package does not come with a formal test suite.</para> - <para>Now, as the <systemitem class="username">root</systemitem> user:</para> + <para>Now, as the <systemitem class="username">root</systemitem> + user:</para> <screen role="root"><userinput>make install</userinput></screen> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2011-11-20 13:02:25 UTC (rev 8994) +++ trunk/BOOK/general.ent 2011-11-20 18:23:30 UTC (rev 8995) @@ -191,7 +191,7 @@ <!ENTITY libgcrypt-version "1.5.0"> <!ENTITY keyutils-version "1.5.3"> <!ENTITY libksba-version "1.0.7"> -<!ENTITY libmowgli-version "0.7.0"> +<!ENTITY libmowgli-version "0.9.95"> <!ENTITY libmcs-version "0.7.1"> <!ENTITY libtasn1-version "2.10"> <!ENTITY libunique-version "1.1.2"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2011-11-20 13:02:25 UTC (rev 8994) +++ trunk/BOOK/introduction/welcome/changelog.xml 2011-11-20 18:23:30 UTC (rev 8995) @@ -50,6 +50,9 @@ <listitem> <para>[bdubbs] - Added libtirpc-0.2.2.</para> </listitem> + <listitem> + <para>[abenton] - Updated libmowgli to 0.9.95.</para> + </listitem> </itemizedlist> </listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
