Author: renodr
Date: Fri Aug 10 13:58:19 2018
New Revision: 20284
Log:
Update to xorg-server-1.20.1
Update to libxkbcommon-0.8.2
Update to systemd-239
Modified:
trunk/BOOK/general.ent
trunk/BOOK/general/genlib/js52.xml
trunk/BOOK/general/genlib/libxkbcommon.xml
trunk/BOOK/general/sysutils/systemd.xml
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/packages.ent
trunk/BOOK/x/installing/xorg-server.xml
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Thu Aug 9 21:29:47 2018 (r20283)
+++ trunk/BOOK/general.ent Fri Aug 10 13:58:19 2018 (r20284)
@@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
-<!ENTITY day "09"> <!-- Always 2 digits -->
+<!ENTITY day "10"> <!-- Always 2 digits -->
<!ENTITY month "08"> <!-- Always 2 digits -->
<!ENTITY year "2018">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
-<!ENTITY releasedate "August 9th, &year;">
+<!ENTITY releasedate "August 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 Thu Aug 9 21:29:47 2018 (r20283)
+++ trunk/BOOK/general/genlib/js52.xml Fri Aug 10 13:58:19 2018 (r20284)
@@ -31,7 +31,7 @@
<para>
<application>JS</application> is Mozilla's JavaScript engine
- written in C. This package is present for GJS.
+ written in C. This package is present for GJS and polkit.
</para>
&lfs82_checked;
Modified: trunk/BOOK/general/genlib/libxkbcommon.xml
==============================================================================
--- trunk/BOOK/general/genlib/libxkbcommon.xml Thu Aug 9 21:29:47 2018
(r20283)
+++ trunk/BOOK/general/genlib/libxkbcommon.xml Fri Aug 10 13:58:19 2018
(r20284)
@@ -6,10 +6,10 @@
<!ENTITY libxkbcommon-download-http
"https://xkbcommon.org/download/libxkbcommon-&libxkbcommon-version;.tar.xz">
<!ENTITY libxkbcommon-download-ftp " ">
- <!ENTITY libxkbcommon-md5sum "7d0e4c4a137d0ac45bf6b328c84c3a81">
+ <!ENTITY libxkbcommon-md5sum "5f7f8533f907ebcfb1cf8dceb9501264">
<!ENTITY libxkbcommon-size "632 KB">
- <!ENTITY libxkbcommon-buildsize "35 MB (with tests)">
- <!ENTITY libxkbcommon-time "0.2 SBU (with tests)">
+ <!ENTITY libxkbcommon-buildsize "39 MB (with tests)">
+ <!ENTITY libxkbcommon-time "0.1 SBU (with tests)">
]>
<sect1 id="libxkbcommon" xreflabel="libxkbcommon-&libxkbcommon-version;">
@@ -80,7 +80,8 @@
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
- <xref linkend="libxcb"/>
+ <xref linkend="libxcb"/> and
+ <xref linkend="wayland"/>
</para>
<para condition="html" role="usernotes">User Notes:
Modified: trunk/BOOK/general/sysutils/systemd.xml
==============================================================================
--- trunk/BOOK/general/sysutils/systemd.xml Thu Aug 9 21:29:47 2018
(r20283)
+++ trunk/BOOK/general/sysutils/systemd.xml Fri Aug 10 13:58:19 2018
(r20284)
@@ -6,9 +6,9 @@
<!ENTITY systemd-download-http
"https://github.com/systemd/systemd/archive/v&systemd-version;/systemd-&systemd-version;.tar.gz">
<!ENTITY systemd-download-ftp " ">
- <!ENTITY systemd-md5sum "76db8004647283b779234364cd637d3c">
- <!ENTITY systemd-size "6.6 MB">
- <!ENTITY systemd-buildsize "250 MB (an additional 3 MB for tests)">
+ <!ENTITY systemd-md5sum "6137e3f50390391cf34521d071a1a078">
+ <!ENTITY systemd-size "6.9 MB">
+ <!ENTITY systemd-buildsize "206 MB (with tests)">
<!ENTITY systemd-time "0.6 SBU at -j4 (< 0.1 SBU for tests)">
]>
@@ -69,7 +69,7 @@
<listitem>
<para>
Required patch:
- <ulink
url="&patch-root;/systemd-&systemd-version;-upstream_fixes-1.patch"/>
+ <ulink
url="&patch-root;/systemd-&systemd-version;-glibc_statx_fix-1.patch"/>
</para>
</listitem>
</itemizedlist>
@@ -90,7 +90,7 @@
<para role="optional">
<xref linkend="make-ca"/>,
<xref linkend="curl"/>,
-<!-- <xref linkend="elfutils"/>, -->
+ <xref linkend="git"/>,
<xref linkend="gnutls"/>,
<xref linkend="iptables"/>,
<xref linkend="libgcrypt"/>,
@@ -125,15 +125,17 @@
<sect2 role="installation">
<title>Installation of systemd</title>
- <para>First, add in upstream fixes:</para>
+ <para>First, apply a fix for glibc-2.28:</para>
-<screen><userinput remap="pre">patch -Np1 -i
../systemd-238-upstream_fixes-1.patch</userinput></screen>
+<screen><userinput remap="pre">patch -Np1 -i
../systemd-238-glibc_statx_fix-1.patch</userinput></screen>
+<!--
<para>Fix an issue with newer headers:</para>
<screen><userinput remap="pre">sed -i '527,565 d'
src/basic/missing.h
sed -i '24 d' src/core/load-fragment.c
sed -i '53 a#include <sys/mount.h>'
src/shared/bus-unit-util.c</userinput></screen>
+-->
<para>Remove an unneeded group,
<systemitem class="groupname">render</systemitem>, from the default udev
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Thu Aug 9 21:29:47
2018 (r20283)
+++ trunk/BOOK/introduction/welcome/changelog.xml Fri Aug 10 13:58:19
2018 (r20284)
@@ -42,6 +42,24 @@
</listitem>
-->
<listitem>
+ <para>August 10th, 2018</para>
+ <itemizedlist>
+ <listitem>
+ <para>[renodr] - Update to libxkbcommon-0.8.2. Fixes
+ <ulink url="&blfs-ticket-root;10990">#10990</ulink>.</para>
+ </listitem>
+ <listitem revision="systemd">
+ <para>[renodr] - Update to systemd-239. Fixes
+ <ulink url="&blfs-ticket-root;10893">#10893</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[renodr] - Update to xorg-server-1.20.1. Fixes
+ <ulink url="&blfs-ticket-root;10992">#10992</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>August 9th, 2018</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent Thu Aug 9 21:29:47 2018 (r20283)
+++ trunk/BOOK/packages.ent Fri Aug 10 13:58:19 2018 (r20284)
@@ -163,7 +163,7 @@
<!ENTITY libusb-version "1.0.22">
<!ENTITY libusb-compat-version "0.1.5">
<!ENTITY libuv-version "1.22.0">
-<!ENTITY libxkbcommon-version "0.8.0">
+<!ENTITY libxkbcommon-version "0.8.2">
<!-- the libxml2-version is also used for the python2 module,
which is built separately after libxml2.so has been installed,
to avoid building libxml2 twice, which is slow with all deps -->
@@ -290,7 +290,7 @@
<!ENTITY sg3_utils-version "1.42">
<!ENTITY strigi-version "0.7.8">
<!ENTITY sysstat-version "11.6.3">
-<!ENTITY systemd-version "238">
+<!ENTITY systemd-version "239">
<!ENTITY udisks-version "1.0.5"> <!-- stable lt .90 micro
version -->
<!ENTITY udisks2-version "2.7.6"> <!-- stable lt .90 micro
version -->
<!ENTITY unrar-version "5.6.5">
@@ -546,7 +546,7 @@
<!ENTITY xcb-util-renderutil-version "0.3.9">
<!ENTITY xcb-util-wm-version "0.4.1">
<!ENTITY xcb-util-cursor-version "0.1.3">
-<!ENTITY xorg-server-version "1.20.0">
+<!ENTITY xorg-server-version "1.20.1">
<!ENTITY twm-version "1.0.10">
<!ENTITY xterm-version "333">
<!ENTITY xclock-version "1.0.7">
Modified: trunk/BOOK/x/installing/xorg-server.xml
==============================================================================
--- trunk/BOOK/x/installing/xorg-server.xml Thu Aug 9 21:29:47 2018
(r20283)
+++ trunk/BOOK/x/installing/xorg-server.xml Fri Aug 10 13:58:19 2018
(r20284)
@@ -6,11 +6,11 @@
<!ENTITY xorg-server-download-http
"&xorg-download-http;/xserver/xorg-server-&xorg-server-version;.tar.bz2">
<!ENTITY xorg-server-download-ftp
"&xorg-download-ftp;/xserver/xorg-server-&xorg-server-version;.tar.bz2">
- <!ENTITY xorg-server-md5sum "c1ca1ea0a905ea788da03c77cc38b06e">
+ <!ENTITY xorg-server-md5sum "e525846d1d0af5732ba835f2e2ec066d">
<!ENTITY xorg-server-size "5.8 MB">
- <!ENTITY xorg-server-buildsize "255 MB">
+ <!ENTITY xorg-server-buildsize "426 MB">
<!-- don't mention the tests, people will think they take a long time
instead of seconds -->
- <!ENTITY xorg-server-time "0.8 SBU (using parallelism=4)">
+ <!ENTITY xorg-server-time "1.0 SBU (using parallelism=4)">
]>
<sect1 id="xorg-server" xreflabel="Xorg-Server-&xorg-server-version;">
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page