Changeset 4c3c8fe2


Ignore:
Timestamp:
08/31/2008 06:36:35 PM (16 years ago)
Author:
Ag Hatzimanikas <ag@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
2f85c65
Parents:
60d7202
Message:

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • basicnet/mailnews/mutt.xml

    r60d7202 r4c3c8fe2  
    77  <!ENTITY mutt-download-http "http://downloads.sourceforge.net/mutt/mutt-&mutt-version;.tar.gz">
    88  <!ENTITY mutt-download-ftp  "ftp://ftp.mutt.org/mutt/devel/mutt-&mutt-version;.tar.gz">
    9   <!ENTITY mutt-md5sum        "49387458be0cb52b85ae0d73af699aae">
     9  <!ENTITY mutt-md5sum        "27c30037120189b9f9c0d3e76361b8f8">
    1010  <!ENTITY mutt-size          "3.5 MB">
    1111  <!ENTITY mutt-buildsize     "25.4 MB">
     
    9999    </note>
    100100
     101    <!-- [ag]
     102    This got fixed with http://dev.mutt.org/hg/mutt/rev/fe615fd5e0de
     103    which closed #2911 in mutt's tracker.
     104    I have no gnutls to test. I will comment out the note for now and keep an
     105    eye for any reports.
     106
    101107    <caution>
    102108      <para>If you choose to link <application>Mutt</application> against
     
    109115      For these reasons it is recommended to link <application>Mutt</application>
    110116      against <xref linkend="openssl"/> if you want SSL/TLS support.</para>
    111     </caution>
     117    </caution> -->
    112118
    113119    <para><application>Mutt</application> requires a group named
  • general.ent

    r60d7202 r4c3c8fe2  
    365365<!ENTITY procmail-version             "3.22">
    366366<!ENTITY fetchmail-version            "6.3.8">
    367 <!ENTITY mutt-version                 "1.5.17">
     367<!ENTITY mutt-version                 "1.5.18">
    368368<!ENTITY pine-version                 "4.64">
    369369<!ENTITY tin-version                 "1.8.3">
  • introduction/welcome/changelog.xml

    r60d7202 r4c3c8fe2  
    4646      <itemizedlist>
    4747        <listitem>
     48            <para>[ag] - Updated to mutt-1.5.18. Removed the warning about
     49             building against GnuTLS.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[ag] - Updated to ed-1.0.</para>
    4953        </listitem>
Note: See TracChangeset for help on using the changeset viewer.