Author: ken
Date: Fri Mar 2 15:39:21 2018
New Revision: 19906
Log:
Mutt: Use ssl in the default config now that it is part of LFS. Reported by Ed
Batalha.
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/networking/mailnews/mutt.xml
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Fri Mar 2 10:48:29 2018 (r19905)
+++ trunk/BOOK/general.ent Fri Mar 2 15:39:21 2018 (r19906)
@@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
-<!ENTITY day "01"> <!-- Always 2 digits -->
+<!ENTITY day "02"> <!-- Always 2 digits -->
<!ENTITY month "03"> <!-- Always 2 digits -->
<!ENTITY year "2018">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
-<!ENTITY releasedate "March 1st, &year;">
+<!ENTITY releasedate "March 2nd, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- x.y|development -->
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Fri Mar 2 10:48:29
2018 (r19905)
+++ trunk/BOOK/introduction/welcome/changelog.xml Fri Mar 2 15:39:21
2018 (r19906)
@@ -42,6 +42,16 @@
</listitem>
-->
<listitem>
+ <para>March 2nd, 2018</para>
+ <itemizedlist>
+ <listitem>
+ <para>[ken] - In mutt, use ssl by default now that openssl
+ is in LFS.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>March 1st, 2018</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/networking/mailnews/mutt.xml
==============================================================================
--- trunk/BOOK/networking/mailnews/mutt.xml Fri Mar 2 10:48:29 2018
(r19905)
+++ trunk/BOOK/networking/mailnews/mutt.xml Fri Mar 2 15:39:21 2018
(r19906)
@@ -136,6 +136,7 @@
./configure --prefix=/usr \
--sysconfdir=/etc \
--with-docdir=/usr/share/doc/mutt-&mutt-version; \
+ --with-ssl \
--enable-external-dotlock \
--enable-pop \
--enable-imap \
@@ -198,12 +199,12 @@
turned on by <command>:set sidebar_visible</command> in mutt (and off again
with ':unset'), or it can be enabled in
<filename>~/.muttrc</filename>.</para>
+ <para><parameter>--with-ssl</parameter>: This parameter adds SSL/TLS
+ support from openssl in POP3/IMAP/SMTP.</para>
+
<para><option>--enable-smtp</option>: This switch enables
SMTP relay support.</para>
- <para><option>--with-ssl</option>: This parameter adds SSL/TLS
- support from openssl in POP3/IMAP/SMTP.</para>
-
<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
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page