Changeset 6709570


Ignore:
Timestamp:
05/28/2018 11:19:45 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.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:
ddda51eb
Parents:
4d9b051
Message:

libunistring-0.9.10 and mutt-1.10.0

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libunistring.xml

    r4d9b051 r6709570  
    77  <!ENTITY libunistring-download-http "&gnu-http;/libunistring/libunistring-&libunistring-version;.tar.xz">
    88  <!ENTITY libunistring-download-ftp  "&gnu-ftp;/libunistring/libunistring-&libunistring-version;.tar.xz">
    9   <!ENTITY libunistring-md5sum        "e4ecbf169a07ef021f89132e3fe55c02">
    10   <!ENTITY libunistring-size          "1.9 MB">
    11   <!ENTITY libunistring-buildsize     "44 MB (add 45 MB for tests)">
    12   <!ENTITY libunistring-time          "0.7 SBU (add 0.9 SBU for tests)">
     9  <!ENTITY libunistring-md5sum        "db08bb384e81968957f997ec9808926e">
     10  <!ENTITY libunistring-size          "2.0 MB">
     11  <!ENTITY libunistring-buildsize     "49 MB (add 43 MB for tests)">
     12  <!ENTITY libunistring-time          "0.9 SBU (add 1.0 SBU for tests)">
    1313]>
    1414
  • introduction/welcome/changelog.xml

    r4d9b051 r6709570  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[ken] - Update to mutt-1.10.0.  Fixes
     49          <ulink url="&blfs-ticket-root;10796">#10796</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[ken] - Update to libunistring-1.9.10.  Fixes
     53          <ulink url="&blfs-ticket-root;10813">#10813</ulink>.</para>
     54        </listitem>
     55        <listitem>
    4856          <para>[bdubbs] - Update to qt-everywhere-src-5.11.0.  Fixes
    4957          <ulink url="&blfs-ticket-root;10805">#10805</ulink>.</para>
  • networking/mailnews/mutt.xml

    r4d9b051 r6709570  
    55  %general-entities;
    66
    7   <!ENTITY mutt-download-http " ">
     7  <!ENTITY mutt-download-http "http://ftp.mutt.org/pub/mutt/mutt-&mutt-version;.tar.gz">
    88  <!ENTITY mutt-download-ftp  "ftp://ftp.mutt.org/pub/mutt/mutt-&mutt-version;.tar.gz">
    9   <!ENTITY mutt-md5sum        "9694baaa9cbfb033334efb5f4d830ad4">
     9  <!ENTITY mutt-md5sum        "cc676ca91b8fd53513e6e9cb2cea97fc">
    1010  <!ENTITY mutt-size          "4.1 MB">
    11   <!ENTITY mutt-buildsize     "40 MB (plus a further 5MB for the PDF manual)">
     11  <!ENTITY mutt-buildsize     "41 MB (plus a further 5MB for the PDF manual)">
    1212  <!ENTITY mutt-time          "0.3 SBU (plus a further 0.2 SBU to build the PDF manual)">
    1313]>
     
    101101      <xref linkend="docbook-dsssl"/>,
    102102      <xref linkend="openjade"/>, and
    103       <xref linkend="texlive"/> (or <xref linkend="tl-installer"/>)
     103      <xref linkend="texlive"/> (or <xref linkend="tl-installer"/> with
     104      <command>pdfjadetex</command> installed)
    104105    </para>
    105106
     
    129130    will create an empty text file, so we will save the shipped file.
    130131    </para>
     132
     133    <para>If you intend to create the PDF version of the manual, apply the
     134    following sed:</para>
     135
     136<screen><userinput>sed -i 's/\(pdfjadetex manual.tex;\)/\1 \1 \1/' doc/Makefile.in</userinput></screen>
    131137
    132138    <para>Install <application>Mutt</application> by running the following
     
    154160    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    155161
    156     <screen role='root'><userinput>
    157 make install &amp;&amp;
     162    <screen role='root'><userinput>make install &amp;&amp;
    158163test -s doc/manual.txt ||
    159164  install -v -m644 doc/manual.txt.shipped \
     
    185190    <title>Command Explanations</title>
    186191
     192    <para><parameter>sed -i 's/\(pdfjadetex manual.tex;\)/\1 \1 \1/'
     193    doc/Makefile.in</parameter>: TeX engines sometimes need to be run
     194    multiple times to fix up references. In this case the engine
     195    has to run three times to fix page references in the Table of Contents
     196    and the List of Tables.</para>
     197
    187198    <para><parameter>--enable-external-dotlock</parameter>: In some circumstances
    188199    the mutt-dotlock program is not created. This switch ensures it is always
     
    208219    <para><option>--enable-smtp</option>: This switch enables
    209220    SMTP relay support.</para>
     221
     222    <para><option>--with-idn2</option>: Use this parameter if both libidn and
     223    libidn2 have been installed, and you wish to use libidn2 here.</para>
    210224
    211225    <para><option>--with-sasl</option>: This parameter adds
  • packages.ent

    r4d9b051 r6709570  
    159159<!ENTITY libtasn1-version             "4.13">
    160160<!ENTITY libunique-version            "1.1.6">
    161 <!ENTITY libunistring-version         "0.9.9">
     161<!ENTITY libunistring-version         "0.9.10">
    162162<!ENTITY libusb-version               "1.0.22">
    163163<!ENTITY libusb-compat-version        "0.1.5">
     
    492492<!ENTITY procmail-version             "3.22">
    493493<!ENTITY fetchmail-version            "6.3.26">
    494 <!ENTITY mutt-version                 "1.9.5">
     494<!ENTITY mutt-version                 "1.10.0">
    495495<!ENTITY alpine-version               "2.21">
    496496
Note: See TracChangeset for help on using the changeset viewer.