Changeset 126e7ea2 for basicnet


Ignore:
Timestamp:
03/02/2006 08:11:39 AM (18 years ago)
Author:
Dan Nichilson <dnicholson@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
1204d00
Parents:
4ff4e9a
Message:

Updated to Mutt-1.5.11

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • basicnet/mailnews/mutt.xml

    r4ff4e9a r126e7ea2  
    55  %general-entities;
    66
    7   <!ENTITY mutt-download-http "http://gd.tuwien.ac.at/infosys/mail/mutt/mutt-&mutt-version;.tar.gz">
     7  <!ENTITY mutt-download-http "http://prdownloads.sourceforge.net/mutt/mutt-&mutt-version;.tar.gz">
    88  <!ENTITY mutt-download-ftp  "ftp://ftp.mutt.org/mutt/mutt-&mutt-version;.tar.gz">
    9   <!ENTITY mutt-md5sum        "710bd56d3c4c4bcd1403bc4e053f7476">
    10   <!ENTITY mutt-size          "2.6 MB">
    11   <!ENTITY mutt-buildsize     "16.9 MB">
    12   <!ENTITY mutt-time          "0.35 SBU">
     9  <!ENTITY mutt-md5sum        "00e6f8f7c37d4840e5e30583ebee21ce">
     10  <!ENTITY mutt-size          "3.1 MB">
     11  <!ENTITY mutt-buildsize     "24.2 MB">
     12  <!ENTITY mutt-time          "0.37 SBU">
    1313]>
    1414
     
    5959    <bridgehead renderas="sect4">Optional</bridgehead>
    6060    <para role="optional"><xref linkend="gnupg"/>,
     61      <xref linkend="openssl"/> or
     62      <ulink url="http://www.gnu.org/software/gnutls/">GnuTLS</ulink> (which
     63      needs <ulink
     64      url="ftp://ftp.gnupg.org/gcrypt/alpha/libgpg-error/">libgpg-error</ulink>
     65      then <ulink url="ftp://ftp.gnupg.org/gcrypt/libgcrypt/">libgcrypt</ulink>),
     66      <ulink url="../server/mail.html">MTA</ulink>,
    6167      <xref linkend="ispell"/>,
    6268      <xref linkend="mitkrb"/> or <xref linkend="heimdal"/>,
    6369      <xref linkend="cyrus-sasl"/>,
    64       <xref linkend="openssl"/>,
    65       <xref linkend="slang"/> and
    66     <ulink url="http://sources.redhat.com/gdb/">GDB</ulink></para>
     70      <xref linkend="slang"/>,
     71      <xref linkend="libidn"/>,
     72      <xref linkend="gdbm"/> or <xref linkend="db"/> and
     73    <ulink url="http://www.gnu.org/software/gdb/gdb.html">GDB</ulink></para>
    6774
    6875  </sect2>
     
    106113    <para><parameter>--enable-imap</parameter>: This switch enables
    107114    IMAP support.</para>
     115
     116    <para><parameter>--with-...</parameter>: This switch enables the various
     117    dependencies.</para>
    108118
    109119  </sect2>
Note: See TracChangeset for help on using the changeset viewer.