Author: ken Date: 2010-11-18 15:25:27 -0700 (Thu, 18 Nov 2010) New Revision: 8702
Modified: trunk/BOOK/basicnet/mailnews/mutt.xml trunk/BOOK/general.ent trunk/BOOK/introduction/welcome/changelog.xml trunk/BOOK/pst/typesetting/jadetex.xml Log: Mutt-1.5.21 Modified: trunk/BOOK/basicnet/mailnews/mutt.xml =================================================================== --- trunk/BOOK/basicnet/mailnews/mutt.xml 2010-11-18 17:49:55 UTC (rev 8701) +++ trunk/BOOK/basicnet/mailnews/mutt.xml 2010-11-18 22:25:27 UTC (rev 8702) @@ -6,10 +6,10 @@ <!ENTITY mutt-download-http "&sourceforge-repo;/mutt/mutt-&mutt-version;.tar.gz"> <!ENTITY mutt-download-ftp "ftp://ftp.mutt.org/mutt/devel/mutt-&mutt-version;.tar.gz"> - <!ENTITY mutt-md5sum "027cdd9959203de0c3c64149a7ee351c"> - <!ENTITY mutt-size "3.5 MB"> - <!ENTITY mutt-buildsize "28.5 MB"> - <!ENTITY mutt-time "0.3 SBU"> + <!ENTITY mutt-md5sum "a29db8f1d51e2f10c070bf88e8a553fd"> + <!ENTITY mutt-size "3.6 MB"> + <!ENTITY mutt-buildsize "34 MB"> + <!ENTITY mutt-time "0.3 SBU (plus a further 0.3SBU to regenerate the html if the required dependencies are present)"> ]> <sect1 id="mutt" xreflabel="Mutt-&mutt-version;"> @@ -22,6 +22,10 @@ <title>Mutt-&mutt-version;</title> + <indexterm zone="mutt"> + <primary sortas="a-mutt">mutt</primary> + </indexterm> + <sect2 role="package"> <title>Introduction to Mutt</title> @@ -29,10 +33,6 @@ Agent. This is useful for reading, writing, replying to, saving, and deleting your email.</para> - <!-- FIXME --> - <para>If you intend to link this application to <xref linkend="openssl"/> - you will need to use mutt-1.5.21.</para> - <bridgehead renderas="sect3">Package Information</bridgehead> <itemizedlist spacing='compact'> <listitem> @@ -55,13 +55,13 @@ </listitem> </itemizedlist> - <bridgehead renderas="sect3">Additional Downloads</bridgehead> + <!--<bridgehead renderas="sect3">Additional Downloads</bridgehead> <itemizedlist spacing="compact"> <listitem> <para>Required patch: <ulink url="&patch-root;/mutt-&mutt-version;-interactive_smtp_fix-1.patch"/></para> </listitem> - </itemizedlist> + </itemizedlist>--> <bridgehead renderas="sect3">Mutt Dependencies</bridgehead> @@ -105,8 +105,8 @@ release. The BLFS staff has determined that it provides a stable program and fixes two issues in the current stable version of <application>Mutt</application>: a segmentation fault that occurs under - certain conditions and a compilation problem when building with - <application>GCC-&gcc-version;</application>. To find the current + certain conditions and a compilation problem when building with recent + versions of <application>GCC</application>. To find the current stable release, please refer to the <ulink url="http://www.mutt.org/">Mutt home page</ulink>.</para> </note> @@ -135,11 +135,13 @@ --with-gdbm --without-bdb && make</userinput></screen> + <!-- for the moment, the html is regenerated automatically if the deps are + present, there is no way to stop it except by removing a dependency <para>If you have the necessary dependencies installed and would like to rebuild the HTML documentation, issue the following commands:</para> <screen><userinput>make -C doc clean && -make -C doc</userinput></screen> +make -C doc</userinput></screen> --> <para>To generate the PDF manual with <xref linkend="jadetex"/>, run the following command:</para> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2010-11-18 17:49:55 UTC (rev 8701) +++ trunk/BOOK/general.ent 2010-11-18 22:25:27 UTC (rev 8702) @@ -3,7 +3,7 @@ $Date$ --> -<!ENTITY day "18"> <!-- Always 2 digits --> +<!ENTITY day "19"> <!-- Always 2 digits --> <!ENTITY month "11"> <!-- Always 2 digits --> <!ENTITY year "2010"> <!ENTITY copyrightdate "2001-&year;"> @@ -463,7 +463,7 @@ <!ENTITY mailx-version "12.4"> <!ENTITY procmail-version "3.22"> <!ENTITY fetchmail-version "6.3.13"> -<!ENTITY mutt-version "1.5.20"> +<!ENTITY mutt-version "1.5.21"> <!ENTITY pine-version "4.64"> <!ENTITY tin-version "1.8.3"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2010-11-18 17:49:55 UTC (rev 8701) +++ trunk/BOOK/introduction/welcome/changelog.xml 2010-11-18 22:25:27 UTC (rev 8702) @@ -42,6 +42,16 @@ --> <listitem> + <para>November 19th, 2010</para> + <itemizedlist> + <listitem> + <para>[ken] - Updated to mutt-1.5.21 (fixes ticket + <ulink url="&blfs-ticket-root;3187">#3187</ulink>)</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>November 18th, 2010</para> <itemizedlist> <listitem> Modified: trunk/BOOK/pst/typesetting/jadetex.xml =================================================================== --- trunk/BOOK/pst/typesetting/jadetex.xml 2010-11-18 17:49:55 UTC (rev 8701) +++ trunk/BOOK/pst/typesetting/jadetex.xml 2010-11-18 22:25:27 UTC (rev 8702) @@ -46,6 +46,8 @@ <application>JadeTeX</application> transforms high level LaTeX macros into DVI/PostScript and Portable Document Format (PDF) forms.</para> + &lfs67_checked; + <bridgehead renderas="sect3">Package Information</bridgehead> <itemizedlist spacing="compact"> <listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
