Changeset 52f9b590


Ignore:
Timestamp:
03/02/2018 11:39:21 PM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
06e9b21
Parents:
16725fae
Message:

Mutt: Use ssl in the default config now that it is part of LFS. Reported by Ed Batalha.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19906 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r16725fae r52f9b590  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "01">                   <!-- Always 2 digits -->
     3<!ENTITY day          "02">                   <!-- Always 2 digits -->
    44<!ENTITY month        "03">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2018">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "March 1st, &year;">
     9<!ENTITY releasedate  "March 2nd, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r16725fae r52f9b590  
    4242    </listitem>
    4343-->
     44    <listitem>
     45      <para>March 2nd, 2018</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[ken] - In mutt, use ssl by default now that openssl
     49          is in LFS.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
    4454    <listitem>
    4555      <para>March 1st, 2018</para>
  • networking/mailnews/mutt.xml

    r16725fae r52f9b590  
    137137            --sysconfdir=/etc                       \
    138138            --with-docdir=/usr/share/doc/mutt-&mutt-version; \
     139            --with-ssl                              \
    139140            --enable-external-dotlock               \
    140141            --enable-pop                            \
     
    199200    with ':unset'), or it can be enabled in  <filename>~/.muttrc</filename>.</para>
    200201
     202    <para><parameter>--with-ssl</parameter>: This parameter adds SSL/TLS
     203    support from openssl in POP3/IMAP/SMTP.</para>
     204
    201205    <para><option>--enable-smtp</option>: This switch enables
    202206    SMTP relay support.</para>
    203 
    204     <para><option>--with-ssl</option>: This parameter adds SSL/TLS
    205     support from openssl in POP3/IMAP/SMTP.</para>
    206207
    207208    <para><option>--with-sasl</option>: This parameter adds
Note: See TracChangeset for help on using the changeset viewer.