mutt-1.9.2

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19623 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Ken Moffat 2017-12-26 22:06:42 +00:00
parent 37a1fc5603
commit 75353b0678
3 changed files with 10 additions and 8 deletions

View File

@ -44,6 +44,10 @@
<listitem>
<para>December 26th, 2017</para>
<itemizedlist>
<listitem>
<para>[ken] - Update to mutt-1.9.2. Fixes
<ulink url="&blfs-ticket-root;10178">#10178</ulink>.</para>
</listitem>
<listitem>
<para>[ken] - Remove system-poppler from libreoffice (broken by
changes to headers in poppler-0.62.0). Fixes

View File

@ -6,10 +6,10 @@
<!ENTITY mutt-download-http " ">
<!ENTITY mutt-download-ftp "ftp://ftp.mutt.org/pub/mutt/mutt-&mutt-version;.tar.gz">
<!ENTITY mutt-md5sum "1fbf126b8588e11263bd655b192173bd">
<!ENTITY mutt-size "4.0 MB">
<!ENTITY mutt-md5sum "8351fc50ab1bc3c0674e2f537a75e81b">
<!ENTITY mutt-size "4.1 MB">
<!ENTITY mutt-buildsize "39 MB (plus a further 5MB for the PDF manual)">
<!ENTITY mutt-time "0.3 SBU (plus a further 0.2 SBU to build the PDF manual)">
<!ENTITY mutt-time "0.3 SBU (plus a further 0.1 SBU to build the PDF manual)">
]>
<sect1 id="mutt" xreflabel="Mutt-&mutt-version;">
@ -133,8 +133,7 @@
<para>Install <application>Mutt</application> by running the following
commands:</para>
<screen><userinput>cp -v doc/manual.txt{,.shipped} &amp;&amp;
./configure --prefix=/usr \
<screen><userinput>./configure --prefix=/usr \
--sysconfdir=/etc \
--with-docdir=/usr/share/doc/mutt-&mutt-version; \
--enable-external-dotlock \
@ -142,8 +141,7 @@
--enable-imap \
--enable-hcache \
--enable-sidebar &amp;&amp;
make &amp;&amp;
test -s doc/manual.txt || mv -v doc/manual.txt{.shipped,}</userinput></screen>
make</userinput></screen>
<para>To generate the PDF manual with <xref linkend="texlive"/>, run
the following command:</para>

View File

@ -486,7 +486,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
<!ENTITY mailx-version "12.5">
<!ENTITY procmail-version "3.22">
<!ENTITY fetchmail-version "6.3.26">
<!ENTITY mutt-version "1.9.1">
<!ENTITY mutt-version "1.9.2">
<!ENTITY alpine-version "2.21">
<!-- Part V -->