Updated to mutt-1.5.18 and removed the warning about GnuTLS

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7582 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Ag Hatzimanikas 2008-08-31 18:36:35 +00:00
parent 60d72021b1
commit 4c3c8fe291
3 changed files with 13 additions and 3 deletions

View File

@ -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

View File

@ -364,7 +364,7 @@ $Date$
<!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">

View File

@ -44,6 +44,10 @@
<listitem>
<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>