Author: ag Date: 2008-08-31 12:36:35 -0600 (Sun, 31 Aug 2008) New Revision: 7582
Modified: trunk/BOOK/basicnet/mailnews/mutt.xml trunk/BOOK/general.ent trunk/BOOK/introduction/welcome/changelog.xml Log: Updated to mutt-1.5.18 and removed the warning about GnuTLS Modified: trunk/BOOK/basicnet/mailnews/mutt.xml =================================================================== --- trunk/BOOK/basicnet/mailnews/mutt.xml 2008-08-31 18:10:55 UTC (rev 7581) +++ trunk/BOOK/basicnet/mailnews/mutt.xml 2008-08-31 18:36:35 UTC (rev 7582) @@ -6,7 +6,7 @@ <!ENTITY mutt-download-http "http://downloads.sourceforge.net/mutt/mutt-&mutt-version;.tar.gz"> <!ENTITY mutt-download-ftp "ftp://ftp.mutt.org/mutt/devel/mutt-&mutt-version;.tar.gz"> - <!ENTITY mutt-md5sum "49387458be0cb52b85ae0d73af699aae"> + <!ENTITY mutt-md5sum "27c30037120189b9f9c0d3e76361b8f8"> <!ENTITY mutt-size "3.5 MB"> <!ENTITY mutt-buildsize "25.4 MB"> <!ENTITY mutt-time "0.4 SBU"> @@ -98,6 +98,12 @@ <ulink url="http://www.mutt.org/">Mutt home page</ulink>.</para> </note> + <!-- [ag] + This got fixed with http://dev.mutt.org/hg/mutt/rev/fe615fd5e0de + which closed #2911 in mutt's tracker. + I have no gnutls to test. I will comment out the note for now and keep an + eye for any reports. + <caution> <para>If you choose to link <application>Mutt</application> against <xref linkend="gnutls"/>, @@ -108,7 +114,7 @@ a client certification is required for authentication on an IMAP server. For these reasons it is recommended to link <application>Mutt</application> against <xref linkend="openssl"/> if you want SSL/TLS support.</para> - </caution> + </caution> --> <para><application>Mutt</application> requires a group named <systemitem class="groupname">mail</systemitem>. You can Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2008-08-31 18:10:55 UTC (rev 7581) +++ trunk/BOOK/general.ent 2008-08-31 18:36:35 UTC (rev 7582) @@ -364,7 +364,7 @@ <!ENTITY mailx-version "12.2"> <!ENTITY procmail-version "3.22"> <!ENTITY fetchmail-version "6.3.8"> -<!ENTITY mutt-version "1.5.17"> +<!ENTITY mutt-version "1.5.18"> <!ENTITY pine-version "4.64"> <!ENTITY tin-version "1.8.3"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2008-08-31 18:10:55 UTC (rev 7581) +++ trunk/BOOK/introduction/welcome/changelog.xml 2008-08-31 18:36:35 UTC (rev 7582) @@ -45,6 +45,10 @@ <para>August 31st, 2008</para> <itemizedlist> <listitem> + <para>[ag] - Updated to mutt-1.5.18. Removed the warning about + building against GnuTLS.</para> + </listitem> + <listitem> <para>[ag] - Updated to ed-1.0.</para> </listitem> </itemizedlist> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
