Ticket #2072: blfs-mutt-1.5.16.patch

File blfs-mutt-1.5.16.patch, 8.4 KB (added by dnicholson@…, 17 years ago)

Mutt-1.5.16 update

  • BOOK/basicnet/mailnews/mutt.xml

     BOOK/basicnet/mailnews/mutt.xml         |  101 ++++++++++++++++++++++++-------
     BOOK/general.ent                        |    4 +-
     BOOK/introduction/welcome/changelog.xml |    9 +++
     3 files changed, 90 insertions(+), 24 deletions(-)
    
    diff --git a/BOOK/basicnet/mailnews/mutt.xml b/BOOK/basicnet/mailnews/mutt.xml
    index 3fcbf18..68c2981 100644
    a b  
    66
    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        "00e6f8f7c37d4840e5e30583ebee21ce">
    10   <!ENTITY mutt-size          "3.1 MB">
    11   <!ENTITY mutt-buildsize     "24.2 MB">
     9  <!ENTITY mutt-md5sum        "10eff7024dbb7ce1f773d688a69ea9db">
     10  <!ENTITY mutt-size          "3.4 MB">
     11  <!ENTITY mutt-buildsize     "25.7 MB">
    1212  <!ENTITY mutt-time          "0.4 SBU">
    1313]>
    1414
     
    2525  <sect2 role="package">
    2626    <title>Introduction to Mutt</title>
    2727
    28     <para>The <application>Mutt</application> package contains a Mail User Agent.
    29     This is useful for reading, writing, replying to, saving, and deleting your email.</para>
     28    <para>The <application>Mutt</application> package contains a Mail User
     29    Agent. This is useful for reading, writing, replying to, saving, and
     30    deleting your email.</para>
    3031
    3132    <bridgehead renderas="sect3">Package Information</bridgehead>
    3233    <itemizedlist spacing='compact'>
     
    5051      </listitem>
    5152    </itemizedlist>
    5253
    53     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    54     <itemizedlist spacing='compact'>
    55       <listitem>
    56         <para>Required Patch: <ulink
    57         url="&patch-root;/mutt-&mutt-version;-security_fix-1.patch"/></para>
    58       </listitem>
    59     </itemizedlist>
    60 
    6154    <bridgehead renderas="sect3">Mutt Dependencies</bridgehead>
    6255
    6356    <bridgehead renderas="sect4">Optional</bridgehead>
     
    8073      <!-- <xref linkend="db"/> -->
    8174      <ulink url="http://www.gnu.org/software/gdb/gdb.html">GDB</ulink></para>
    8275
    83     <bridgehead renderas="sect4">Optional (To Regenerate Documentation)</bridgehead>
     76    <bridgehead renderas="sect4">Optional (To Regenerate HTML
     77    Documentation)</bridgehead>
    8478    <para role="optional"><xref linkend="libxslt"/>, and
    85       <xref linkend="Links"/> or
    86       <xref linkend="w3m"/></para>
     79    <xref linkend="Links"/> or <xref linkend="w3m"/></para>
     80
     81    <!-- Untested PDF generation with jadetex/openjade/opensp
     82    <bridgehead renderas="sect4">Optional (To Generate PDF Manual)</bridgehead>
     83    <para role="optional"><xref linkend="jadetex"/></para>
     84    -->
    8785
    8886    <para condition="html" role="usernotes">User Notes:
    8987    <ulink url="&blfs-wiki;/mutt"/></para>
     
    124122    commands:</para>
    125123
    126124<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
    127     --enable-pop --enable-imap &amp;&amp;
     125    --with-docdir=/usr/share/doc/mutt-&mutt-version; \
     126    --enable-pop --enable-imap --enable-smtp &amp;&amp;
    128127make</userinput></screen>
    129128
     129    <para>If you have the necessary dependencies installed and would like
     130    to rebuild the HTML documentation, issue the following commands</para>
     131
     132<screen><userinput>make -C doc clean &amp;&amp;
     133make -C doc</userinput></screen>
     134
     135    <!-- Untested PDF generation
     136    <para>To generate the PDF manual with <xref linkend="jadetex"/>, run
     137    the following commands:</para>
     138
     139<screen><userinput>make -C doc manual.pdf</userinput></screen>
     140    -->
     141
    130142    <para>This package does not come with a test suite.</para>
    131143
    132144    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    133145
    134146<screen role='root'><userinput>make install</userinput></screen>
    135147
     148    <!-- Untested PDF generation
     149    <para>If you generated the PDF manual, install it and the source TeX
     150    file as the <systemitem class="username">root</systemitem> user:</para>
     151
     152<screen role='root'><userinput>install -v -m644 doc/manual.{pdf,tex} \
     153    /usr/share/doc/mutt-&mutt-version;</userinput></screen>
     154    -->
     155
    136156  </sect2>
    137157
    138158  <sect2 role="commands">
    make</userinput></screen>  
    144164    <para><parameter>--enable-imap</parameter>: This switch enables
    145165    IMAP support.</para>
    146166
     167    <para><parameter>--enable-smtp</parameter>: This switch enables
     168    SMTP relay support.</para>
     169
    147170    <para><parameter>--with-...</parameter>: This switch enables the various
    148171    dependencies.</para>
    149172
    make</userinput></screen>  
    186209      <para>In order to utilize <application>GnuPG</application>, use the following
    187210      command:</para>
    188211
    189 <screen><userinput>cat /usr/share/doc/mutt/samples/gpg.rc &gt;&gt; ~/.muttrc</userinput></screen>
     212<screen><userinput>cat /usr/share/doc/mutt-&mutt-version;/samples/gpg.rc &gt;&gt; ~/.muttrc</userinput></screen>
    190213
    191214    </sect3>
    192215
    make</userinput></screen>  
    201224      <segtitle>Installed Directories</segtitle>
    202225
    203226      <seglistitem>
    204         <seg>flea, mutt, mutt_dotlock, muttbug, pgpring, and pgpwrap</seg>
     227        <seg>flea, mutt, mutt_dotlock, muttbug, pgp_ewrap, pgpring, and
     228        smime_keys</seg>
    205229        <seg>None</seg>
    206         <seg>/usr/doc/mutt</seg>
     230        <seg>/usr/share/doc/mutt-&mutt-version;</seg>
    207231      </seglistitem>
    208232    </segmentedlist>
    209233
    make</userinput></screen>  
    225249      <varlistentry id="mutt-prog">
    226250        <term><command>mutt</command></term>
    227251        <listitem>
    228           <para>is a Mail User Agent (MUA) which enables you to read, write and delete
    229           your email.</para>
     252          <para>is a Mail User Agent (MUA) which enables you to read, write
     253          and delete your email.</para>
    230254          <indexterm zone="mutt mutt-prog">
    231255            <primary sortas="b-mutt">mutt</primary>
    232256          </indexterm>
    make</userinput></screen>  
    253277        </listitem>
    254278      </varlistentry>
    255279
     280      <varlistentry id="pgpewrap">
     281        <term><command>pgpewrap</command></term>
     282        <listitem>
     283          <para>prepares a command line for the <xref linkend="gnupg"/>
     284          utilities.</para>
     285          <indexterm zone="mutt pgpewrap">
     286            <primary sortas="c-pgpewrap">pgpewrap</primary>
     287          </indexterm>
     288        </listitem>
     289      </varlistentry>
     290
     291      <varlistentry id="pgpring">
     292        <term><command>pgpring</command></term>
     293        <listitem>
     294          <para>is a key ring dumper for <ulink
     295          url="http://www.pgp.com/">PGP</ulink>. It is not needed for
     296          <xref linkend="gnupg"/>.</para>
     297          <indexterm zone="mutt pgpring">
     298            <primary sortas="c-pgpring">pgpring</primary>
     299          </indexterm>
     300        </listitem>
     301      </varlistentry>
     302
     303      <varlistentry id="smime_keys">
     304        <term><command>smime_keys</command></term>
     305        <listitem>
     306          <para>manages a keystore for S/MIME certificates.</para>
     307          <indexterm zone="mutt smime_keys">
     308            <primary sortas="c-smime_keys">smime_keys</primary>
     309          </indexterm>
     310        </listitem>
     311      </varlistentry>
     312
    256313    </variablelist>
    257314
    258315  </sect2>
  • BOOK/general.ent

    diff --git a/BOOK/general.ent b/BOOK/general.ent
    index b6ae836..1de971e 100644
    a b $LastChangedBy$  
    33$Date$
    44-->
    55
    6 <!ENTITY day          "07">                   <!-- Always 2 digits -->
     6<!ENTITY day          "12">                   <!-- Always 2 digits -->
    77<!ENTITY month        "06">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2007">
    99<!ENTITY version      "svn-&year;&month;&day;">
    $Date$  
    335335<!ENTITY mailx-version                "12.2">
    336336<!ENTITY procmail-version             "3.22">
    337337<!ENTITY fetchmail-version            "6.3.4">
    338 <!ENTITY mutt-version                 "1.5.11">
     338<!ENTITY mutt-version                 "1.5.16">
    339339<!ENTITY pine-version                 "4.64">
    340340<!-- Commenting out slrn as tin has replaced it
    341341<!ENTITY slrn-version                 "0.9.8.1">
  • BOOK/introduction/welcome/changelog.xml

    diff --git a/BOOK/introduction/welcome/changelog.xml b/BOOK/introduction/welcome/changelog.xml
    index e23793f..e87c74d 100644
    a b  
    4242-->
    4343
    4444    <listitem>
     45      <para>June 12th, 2007</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[dnicholson] - Updated to Mutt-1.5.16</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
    4554      <para>June 7th, 2007</para>
    4655      <itemizedlist>
    4756        <listitem>