Author: bdubbs
Date: Tue Oct 10 10:51:25 2017
New Revision: 19315
Log:
Update to curl-7.56.0.
Update to gjs-1.50.1.
Update to gtksourceview-3.24.5.
Update to gtk+3.22.24.
Update to babl-0.1.34.
+
Modified:
trunk/BOOK/general.ent
trunk/BOOK/general/genlib/js52.xml
trunk/BOOK/general/graphlib/babl.xml
trunk/BOOK/gnome.ent
trunk/BOOK/gnome/platform/gjs.xml
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/networking/netlibs/curl.xml
trunk/BOOK/packages.ent
trunk/BOOK/x/lib/gtk+3.xml
trunk/BOOK/x/lib/gtksourceview.xml
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Tue Oct 10 10:48:21 2017 (r19314)
+++ trunk/BOOK/general.ent Tue Oct 10 10:51:25 2017 (r19315)
@@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
-<!ENTITY day "08"> <!-- Always 2 digits -->
+<!ENTITY day "10"> <!-- Always 2 digits -->
<!ENTITY month "10"> <!-- Always 2 digits -->
<!ENTITY year "2017">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
-<!ENTITY releasedate "October 8th, &year;">
+<!ENTITY releasedate "October 10th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- x.y|development -->
Modified: trunk/BOOK/general/genlib/js52.xml
==============================================================================
--- trunk/BOOK/general/genlib/js52.xml Tue Oct 10 10:48:21 2017 (r19314)
+++ trunk/BOOK/general/genlib/js52.xml Tue Oct 10 10:51:25 2017 (r19315)
@@ -120,7 +120,7 @@
Now, as the <systemitem class="username">root</systemitem> user:
</para>
-<screen role="root"><userinput>make install &&</userinput></screen>
+<screen role="root"><userinput>make install</userinput></screen>
</sect2>
Modified: trunk/BOOK/general/graphlib/babl.xml
==============================================================================
--- trunk/BOOK/general/graphlib/babl.xml Tue Oct 10 10:48:21 2017
(r19314)
+++ trunk/BOOK/general/graphlib/babl.xml Tue Oct 10 10:51:25 2017
(r19315)
@@ -6,7 +6,7 @@
<!ENTITY babl-download-http
"https://download.gimp.org/pub/babl/0.1/babl-&babl-version;.tar.bz2">
<!ENTITY babl-download-ftp " ">
- <!ENTITY babl-md5sum "442213b4730b6a03ac75c4b1cdf1879a">
+ <!ENTITY babl-md5sum "b0271f94f5b0b1ae7c06e2f6a04c5f1c">
<!ENTITY babl-size "640 KB">
<!ENTITY babl-buildsize "14 MB (with tests)">
<!ENTITY babl-time "0.3 SBU (with tests)">
Modified: trunk/BOOK/gnome.ent
==============================================================================
--- trunk/BOOK/gnome.ent Tue Oct 10 10:48:21 2017 (r19314)
+++ trunk/BOOK/gnome.ent Tue Oct 10 10:51:25 2017 (r19315)
@@ -19,7 +19,7 @@
<!ENTITY GConf-version "3.2.6">
<!ENTITY libsecret-version "0.18.5">
<!ENTITY gcr-version "3.20.0">
-<!ENTITY gjs-version "1.50.0">
+<!ENTITY gjs-version "1.50.1">
<!ENTITY gnome-autoar-version "0.2.2">
<!ENTITY gnome-desktop-version "3.24.2">
<!ENTITY gnome-video-effects-version "0.4.3">
Modified: trunk/BOOK/gnome/platform/gjs.xml
==============================================================================
--- trunk/BOOK/gnome/platform/gjs.xml Tue Oct 10 10:48:21 2017 (r19314)
+++ trunk/BOOK/gnome/platform/gjs.xml Tue Oct 10 10:51:25 2017 (r19315)
@@ -6,9 +6,9 @@
<!ENTITY gjs-download-http
"&gnome-download-http;/gjs/1.50/gjs-&gjs-version;.tar.xz">
<!ENTITY gjs-download-ftp
"&gnome-download-ftp;/gjs/1.50/gjs-&gjs-version;.tar.xz">
- <!ENTITY gjs-md5sum "d959adb637583107176b414ea0be3390">
- <!ENTITY gjs-size "600 KB">
- <!ENTITY gjs-buildsize "52 MB (with tests)">
+ <!ENTITY gjs-md5sum "807c9261e0c3f9f52f2623e55900a58e">
+ <!ENTITY gjs-size "612 KB">
+ <!ENTITY gjs-buildsize "43 MB (with tests)">
<!ENTITY gjs-time "0.8 SBU (with tests)">
]>
@@ -112,7 +112,9 @@
<para>
To test the results, issue: <command>make check</command>. The
<application>GTK</application> and <application>Cairo</application>
- tests will fail if not running in an Xorg session.
+ tests will fail if not running in an Xorg session. All tests in
+ the installed-tests/js/testself.js directory will indicate an ERROR
+ dues to a 'missing test plan'.
</para>
<para>
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Tue Oct 10 10:48:21
2017 (r19314)
+++ trunk/BOOK/introduction/welcome/changelog.xml Tue Oct 10 10:51:25
2017 (r19315)
@@ -42,6 +42,32 @@
</listitem>
-->
<listitem>
+ <para>October 10th, 2017</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - Update to curl-7.56.0. Fixes
+ <ulink url="&blfs-ticket-root;9847">#9847</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[bdubbs] - Update to gjs-1.50.1. Fixes
+ <ulink url="&blfs-ticket-root;9838">#9838</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[bdubbs] - Update to gtksourceview-3.24.5. Fixes
+ <ulink url="&blfs-ticket-root;9829">#9829</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[bdubbs] - Update to gtk+3.22.24. Fixes
+ <ulink url="&blfs-ticket-root;9836">#9836</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[bdubbs] - Update to babl-0.1.34. Fixes
+ <ulink url="&blfs-ticket-root;9840">#9840</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>October 8th, 2017</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/networking/netlibs/curl.xml
==============================================================================
--- trunk/BOOK/networking/netlibs/curl.xml Tue Oct 10 10:48:21 2017
(r19314)
+++ trunk/BOOK/networking/netlibs/curl.xml Tue Oct 10 10:51:25 2017
(r19315)
@@ -6,10 +6,10 @@
<!ENTITY curl-download-http
"https://curl.haxx.se/download/curl-&curl-version;.tar.xz">
<!ENTITY curl-download-ftp " ">
- <!ENTITY curl-md5sum "ac4a59c38c47adc160ea71eace20257b">
- <!ENTITY curl-size "2.1 MB">
- <!ENTITY curl-buildsize "36 MB (additional 11 MB for tests)">
- <!ENTITY curl-time "0.3 SBU (additional 4.3 SBU for tests)">
+ <!ENTITY curl-md5sum "18ebc36c5dc9317d4a0b5db94a4e12ad">
+ <!ENTITY curl-size "2.2 MB">
+ <!ENTITY curl-buildsize "36 MB (add 11 MB for tests)">
+ <!ENTITY curl-time "0.3 SBU (add 3.2 SBU for tests)">
]>
<sect1 id="curl" xreflabel="cURL-&curl-version;">
@@ -151,8 +151,12 @@
<para>
To run the tests for this package, valgrind requires a version of the
/lib/ld-2.23.so (or later) library with debugging symbols present.
- Normally in LFS these debugging symbols are stripped at the end of
- Chapter 6. To get this library, glibc must be rebuilt with the current
+ </para>
+
+ <para>Current versions of LFS does not strip /lib/ld-2.23.so but
+ previous versions of LFS stripped these debugging symbols at the end of
+ Chapter 6. To get this library on oldeer systems, glibc must be rebuilt
+ with the current
glibc version using the same compiler that was used to build LFS. The
ld-2.23.so can then be renamed to ld-2.23.so.dbg and copied to /lib. Then
a symlink needs to be changed:
@@ -167,7 +171,8 @@
</note>
<para>
- To run the test suite, issue: <command>make test</command>.
+ To run the test suite, issue: <command>make test</command>. Many tests
+ may fail that depend on optional dependencies that may not be installed.
</para>
<para>
Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent Tue Oct 10 10:48:21 2017 (r19314)
+++ trunk/BOOK/packages.ent Tue Oct 10 10:51:25 2017 (r19315)
@@ -188,7 +188,7 @@
<!-- Chapter 10 -->
<!ENTITY aalib-version "1.4rc5">
-<!ENTITY babl-version "0.1.32">
+<!ENTITY babl-version "0.1.34">
<!ENTITY exiv2-version "0.26">
<!ENTITY freetype2-version "2.8.1">
<!ENTITY fontconfig-version "2.12.6"> <!-- stable lt .90 micro
version -->
@@ -446,7 +446,7 @@
<!-- Chapter 17 -->
<!ENTITY c-ares-version "1.12.0">
-<!ENTITY curl-version "7.55.1">
+<!ENTITY curl-version "7.56.0">
<!ENTITY geoclue2-version "2.4.7">
<!ENTITY glib-networking-version "2.54.0">
<!ENTITY ldns-version "1.7.0">
@@ -551,11 +551,11 @@
<!ENTITY glu-version "9.0.0">
<!ENTITY goffice010-version "0.10.35">
<!ENTITY gtk2-version "2.24.31">
-<!ENTITY gtk3-version "3.22.22">
+<!ENTITY gtk3-version "3.22.24">
<!ENTITY gtk-engines-version "2.20.2">
<!ENTITY gtkmm2-version "2.24.5">
<!ENTITY gtkmm3-version "3.22.2">
-<!ENTITY gtksourceview-version "3.24.4">
+<!ENTITY gtksourceview-version "3.24.5">
<!ENTITY gtk-vnc-version "0.7.1">
<!ENTITY imlib2-version "1.4.10">
<!ENTITY keybinder2-version "0.3.0">
Modified: trunk/BOOK/x/lib/gtk+3.xml
==============================================================================
--- trunk/BOOK/x/lib/gtk+3.xml Tue Oct 10 10:48:21 2017 (r19314)
+++ trunk/BOOK/x/lib/gtk+3.xml Tue Oct 10 10:51:25 2017 (r19315)
@@ -6,10 +6,10 @@
<!ENTITY gtk3-download-http
"&gnome-download-http;/gtk+/&gnome-minor-22;/gtk+->k3-version;.tar.xz">
<!ENTITY gtk3-download-ftp
"&gnome-download-ftp;/gtk+/&gnome-minor-22;/gtk+->k3-version;.tar.xz">
- <!ENTITY gtk3-md5sum "ea8d2cd5731be7266ffa99a8b8282e1d">
+ <!ENTITY gtk3-md5sum "b782a15b7b5b2005a1ce4647fb002a49">
<!ENTITY gtk3-size "18 MB">
<!ENTITY gtk3-buildsize "431 MB (add 9 MB for tests)">
- <!ENTITY gtk3-time "1.8 SBU (using parallelism=4, add 0.5 SBU for
tests)">
+ <!ENTITY gtk3-time "1.9 SBU (using parallelism=4, add 0.5 SBU for
tests)">
]>
<sect1 id="gtk3" xreflabel="GTK+->k3-version;">
Modified: trunk/BOOK/x/lib/gtksourceview.xml
==============================================================================
--- trunk/BOOK/x/lib/gtksourceview.xml Tue Oct 10 10:48:21 2017 (r19314)
+++ trunk/BOOK/x/lib/gtksourceview.xml Tue Oct 10 10:51:25 2017 (r19315)
@@ -8,7 +8,7 @@
"&gnome-download-http;/gtksourceview/&gnome-minor-24;/gtksourceview->ksourceview-version;.tar.xz">
<!ENTITY gtksourceview-download-ftp
"&gnome-download-ftp;/gtksourceview/&gnome-minor-24;/gtksourceview->ksourceview-version;.tar.xz">
- <!ENTITY gtksourceview-md5sum "aab12c4c88d2237e4f3f2140ee64c765">
+ <!ENTITY gtksourceview-md5sum "793f4289bcc19ff43bf590e0bcb2da31">
<!ENTITY gtksourceview-size "1.5 MB">
<!ENTITY gtksourceview-buildsize "78 MB (with tests)">
<!ENTITY gtksourceview-time "0.5 SBU (with tests)">
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page