update to mutt-1.5.22

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12080 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Igor Živković 2013-10-28 11:09:05 +00:00
parent 68d3020ceb
commit a93934d293
3 changed files with 13 additions and 20 deletions

View File

@ -474,7 +474,7 @@ export -f as_root</userinput></screen>
<!ENTITY mailx-version "12.4">
<!ENTITY procmail-version "3.22">
<!ENTITY fetchmail-version "6.3.26">
<!ENTITY mutt-version "1.5.21">
<!ENTITY mutt-version "1.5.22">
<!ENTITY re-alpine-version "2.03">
<!-- Part V -->

View File

@ -46,6 +46,10 @@
<listitem>
<para>October 28th, 2013</para>
<itemizedlist>
<listitem>
<para>[igor] - Update to mutt-1.5.22. Fixes
<ulink url="&blfs-ticket-root;4217">#4217</ulink>.</para>
</listitem>
<listitem>
<para>[fernando] - Archive accountsservice-0.6.34 and
libgnome-keyring-3.10.0. Fixes

View File

@ -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 "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)">
<!ENTITY mutt-md5sum "48267aba1bc53db636777f4a1ec87cb6">
<!ENTITY mutt-size "3.7 MB">
<!ENTITY mutt-buildsize "36 MB">
<!ENTITY mutt-time "0.5 SBU (plus a further 0.3SBU to regenerate the html if the required dependencies are present)">
]>
<sect1 id="mutt" xreflabel="Mutt-&mutt-version;">
@ -57,14 +57,6 @@
</listitem>
</itemizedlist>
<!--<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>-->
<bridgehead renderas="sect3">Mutt Dependencies</bridgehead>
<bridgehead renderas="sect4">Optional</bridgehead>
@ -187,29 +179,26 @@ make -C doc</userinput></screen> -->
<para><parameter>--without-tokyocabinet</parameter>: This switch disables
<application>Tokyo Cabinet</application> as the header cache backend.</para>
<!-- <para><parameter>- -without-gdbm</parameter>: This switch disables
<application>GDBM</application> as the header cache backend.</para> -->
<para><parameter>--with-gdbm</parameter>: This switch enables
<application>GDBM</application> as the header cache backend.</para>
<para><parameter>--without-bdb</parameter>: This switch disables
<application>Berkeley DB</application> as the header cache backend.</para>
<para><parameter>--enable-smtp</parameter>: This switch enables
<para><option>--enable-smtp</option>: This switch enables
SMTP relay support.</para>
<para><parameter>--with-ssl</parameter>: This parameter adds SSL/TLS
<para><option>--with-ssl</option>: This parameter adds SSL/TLS
support from <xref linkend="openssl"/> in POP3/IMAP/SMTP if they are
enabled.</para>
<para><parameter>--with-sasl</parameter>: This parameter adds
<para><option>--with-sasl</option>: This parameter adds
authentication support from <xref linkend="cyrus-sasl"/> in POP3/IMAP/SMTP
if they are enabled. Depending on the server configuration, this may not
be needed for POP3 or IMAP. However, it is needed for SMTP
authentication.</para>
<para><parameter>--with-slang</parameter>: Use <application>S-Lang
<para><option>--with-slang</option>: Use <application>S-Lang
</application> instead of <application>Ncurses</application>.</para>
</sect2>