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
This commit is contained in:
Thomas Trepl 2018-02-13 01:24:53 +00:00
parent c099171187
commit 411857f9dd
4 changed files with 18 additions and 6 deletions

View File

@ -6,7 +6,7 @@
<!ENTITY enchant-download-http "https://github.com/AbiWord/enchant/releases/download/v&enchant-version;/enchant-&enchant-version;.tar.gz">
<!ENTITY enchant-download-ftp " ">
<!ENTITY enchant-md5sum "0dacf2d2e53b1b394c19fd772390e0d4">
<!ENTITY enchant-md5sum "4b8abb58e00e93363591b3f5ea4f52d5">
<!ENTITY enchant-size "936 KB">
<!ENTITY enchant-buildsize "6.8 MB">
<!ENTITY enchant-time "0.2 SBU">
@ -95,6 +95,7 @@ make</userinput></screen>
<screen role="root"><userinput>make install &amp;&amp;
rm -rf /usr/include/enchant &amp;&amp;
ln -sfv enchant-2 /usr/include/enchant &amp;&amp;
ln -sfv enchant-2 /usr/bin/enchant &amp;&amp;
ln -sfv libenchant-2.so /usr/lib/libenchant.so &amp;&amp;
ln -sfv enchant-2.pc /usr/lib/pkgconfig/enchant.pc</userinput></screen>
@ -133,14 +134,17 @@ ln -sfv enchant-2.pc /usr/lib/pkgconfig/enchant.pc</userinput></screen>
</sect3>
<sect3><title>Configuration Information</title>
<!--
Looks like this is not required when installing enchant in the flavor
we do above. Leaving it in source (for a while) in case I'm wrong and
it needs to be restored.
<para>
If you wish to use the <xref linkend="aspell"/> backend, create a
symlink, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>ln -svfn ../../lib/aspell /usr/share/enchant/aspell</userinput></screen>
-->
<para>
You can test your installation and configuration by creating a test
file and running the commands in the following (you can replace the

View File

@ -44,6 +44,14 @@
<listitem>
<para>February 12th, 2018</para>
<itemizedlist>
<listitem>
<para>[thomas] - Upgrade to NetworkManager-1.10.4. Fixes
<ulink url="&blfs-ticket-root;10348">#10348</ulink>.</para>
</listitem>
<listitem>
<para>[thomas] - Upgrade to enchant-2.2.3. Fixes
<ulink url="&blfs-ticket-root;10299">#10299</ulink>.</para>
</listitem>
<listitem>
<para>[pierre] - Update to thunderbird-52.6.0. Fixes
<ulink url="&blfs-ticket-root;10305">#10306</ulink>.</para>

View File

@ -8,7 +8,7 @@
"&gnome-download-http;/NetworkManager/1.10/NetworkManager-&NetworkManager-version;.tar.xz">
<!ENTITY NetworkManager-download-ftp
"&gnome-download-ftp;/NetworkManager/1.10/NetworkManager-&NetworkManager-version;.tar.xz">
<!ENTITY NetworkManager-md5sum "42d83efdff7f23381c0971981222b491">
<!ENTITY NetworkManager-md5sum "2a603a970eaccc9be9bf7bf16175d3c0">
<!ENTITY NetworkManager-size "3.8 MB">
<!ENTITY NetworkManager-buildsize "596 MB (with tests)">
<!ENTITY NetworkManager-time "2.6 SBU (with tests)">

View File

@ -96,7 +96,7 @@
<!ENTITY clucene-version "2.3.3.4">
<!ENTITY dbus-glib-version "0.110">
<!ENTITY enchant-version "2.2.1">
<!ENTITY enchant-version "2.2.3">
<!ENTITY exempi-version "2.4.4">
<!ENTITY expat-version "2.1.0">
<!ENTITY fftw-version "3.3.7">
@ -447,7 +447,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
<!ENTITY bind-minor-version "9.12">
<!ENTITY bind-version "&bind-minor-version;.0">
<!ENTITY mod_dnssd-version "0.6">
<!ENTITY NetworkManager-version "1.10.2">
<!ENTITY NetworkManager-version "1.10.4">
<!ENTITY nmap-version "7.60">
<!ENTITY traceroute-version "2.1.0">
<!ENTITY whois-version "5.2.20">