Changeset 411857f9


Ignore:
Timestamp:
02/13/2018 01:24:53 AM (6 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 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:
5ff2b55
Parents:
c0991711
Message:

Upgrade NetworkManager-1.10.4
Upgrade enchant-2.2.3

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/enchant.xml

    rc0991711 r411857f9  
    77  <!ENTITY enchant-download-http "https://github.com/AbiWord/enchant/releases/download/v&enchant-version;/enchant-&enchant-version;.tar.gz">
    88  <!ENTITY enchant-download-ftp  " ">
    9   <!ENTITY enchant-md5sum        "0dacf2d2e53b1b394c19fd772390e0d4">
     9  <!ENTITY enchant-md5sum        "4b8abb58e00e93363591b3f5ea4f52d5">
    1010  <!ENTITY enchant-size          "936 KB">
    1111  <!ENTITY enchant-buildsize     "6.8 MB">
     
    9696rm -rf /usr/include/enchant                    &amp;&amp;
    9797ln -sfv enchant-2       /usr/include/enchant   &amp;&amp;
     98ln -sfv enchant-2       /usr/bin/enchant       &amp;&amp;
    9899ln -sfv libenchant-2.so /usr/lib/libenchant.so &amp;&amp;
    99100ln -sfv enchant-2.pc    /usr/lib/pkgconfig/enchant.pc</userinput></screen>
     
    134135
    135136    <sect3><title>Configuration Information</title>
    136 
     137<!--
     138   Looks like this is not required when installing enchant in the flavor
     139   we do above. Leaving it in source (for a while) in case I'm wrong and
     140   it needs to be restored.
    137141      <para>
    138142        If you wish to use the <xref linkend="aspell"/> backend, create a
     
    141145
    142146<screen role="root"><userinput>ln -svfn ../../lib/aspell /usr/share/enchant/aspell</userinput></screen>
    143 
     147-->
    144148      <para>
    145149        You can test your installation and configuration by creating a test
  • introduction/welcome/changelog.xml

    rc0991711 r411857f9  
    4545      <para>February 12th, 2018</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[thomas] - Upgrade to NetworkManager-1.10.4. Fixes
     49          <ulink url="&blfs-ticket-root;10348">#10348</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[thomas] - Upgrade to enchant-2.2.3. Fixes
     53          <ulink url="&blfs-ticket-root;10299">#10299</ulink>.</para>
     54        </listitem>
    4755        <listitem>
    4856          <para>[pierre] - Update to thunderbird-52.6.0. Fixes
  • networking/netutils/networkmanager.xml

    rc0991711 r411857f9  
    99  <!ENTITY NetworkManager-download-ftp
    1010           "&gnome-download-ftp;/NetworkManager/1.10/NetworkManager-&NetworkManager-version;.tar.xz">
    11   <!ENTITY NetworkManager-md5sum        "42d83efdff7f23381c0971981222b491">
     11  <!ENTITY NetworkManager-md5sum        "2a603a970eaccc9be9bf7bf16175d3c0">
    1212  <!ENTITY NetworkManager-size          "3.8 MB">
    1313  <!ENTITY NetworkManager-buildsize     "596 MB (with tests)">
  • packages.ent

    rc0991711 r411857f9  
    9797<!ENTITY clucene-version              "2.3.3.4">
    9898<!ENTITY dbus-glib-version            "0.110">
    99 <!ENTITY enchant-version              "2.2.1">
     99<!ENTITY enchant-version              "2.2.3">
    100100<!ENTITY exempi-version               "2.4.4">
    101101<!ENTITY expat-version                "2.1.0">
     
    448448<!ENTITY bind-version                 "&bind-minor-version;.0">
    449449<!ENTITY mod_dnssd-version            "0.6">
    450 <!ENTITY NetworkManager-version       "1.10.2">
     450<!ENTITY NetworkManager-version       "1.10.4">
    451451<!ENTITY nmap-version                 "7.60">
    452452<!ENTITY traceroute-version           "2.1.0">
Note: See TracChangeset for help on using the changeset viewer.