aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDJ Lucas <dj@linuxfromscratch.org>2017-07-18 01:41:04 +0000
committerDJ Lucas <dj@linuxfromscratch.org>2017-07-18 01:41:04 +0000
commitba91030766c43f56bb2ec852ccf91f1ced08c6f2 (patch)
tree0b741bad5d136555bceed0f84616b57c48284c12
parent67ce2a201a67ec4ed0aa0b79cf7b5e8b529efa24 (diff)
Update to linux-4.12.2. Fixes #4113.
Update to expat-2.2.2. Fixes #4112. Update to systemd-234. Fixes #4111. Postpone systemd test suite until BLFS. Fixes #4107. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11270 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml22
-rw-r--r--chapter06/systemd.xml23
-rw-r--r--general.ent6
-rw-r--r--packages.ent18
4 files changed, 36 insertions, 33 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 3de7f349f..b11969962 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -43,6 +43,28 @@
appropriate for the entry or if needed the entire day's listitem.
-->
<listitem>
+ <para>2017-07-18</para>
+ <itemizedlist>
+ <listitem>
+ <para>[dj] - Update to linux-4.12.2. Fixes
+ <ulink url="&lfs-ticket-root;4113">#4113</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[dj] - Update to expat-2.2.2. Fixes
+ <ulink url="&lfs-ticket-root;4112">#4112</ulink>.</para>
+ </listitem>
+ <listitem revision="systemd">
+ <para>[dj] - Update to systemd-234. Fixes
+ <ulink url="&lfs-ticket-root;4111">#4111</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[dj] - Postpone systemd test suite until BLFS. Fixes
+ <ulink url="&lfs-ticket-root;4107">#4107</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2017-07-13</para>
<itemizedlist>
<listitem>
diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml
index c12937191..90be70f3b 100644
--- a/chapter06/systemd.xml
+++ b/chapter06/systemd.xml
@@ -40,31 +40,12 @@
<sect2 role="installation">
<title>Installation of systemd</title>
- <para>First, fix a build error when using Util-Linux built in
- Chapter 5:</para>
-
-<screen><userinput remap="pre">sed -i "s:blkid/::" $(grep -rl "blkid/blkid.h")</userinput></screen>
-
-<!-- Not needed as of 231. -renodr
- <para>Fix a potential security issue with framebuffer devices:</para>
-
-<screen><userinput remap="pre">sed -e 's@DRI and frame buffer@DRI@' \
- -e '/SUBSYSTEM==\"graphics\", KERNEL==\"fb\*\"/d' \
- -i src/login/70-uaccess.rules</userinput></screen>
--->
-
- <para>Disable two tests that always fail:</para>
+ <para>First, disable two tests that always fail:</para>
<screen><userinput remap="pre">sed -e 's@test/udev-test.pl @@' \
-e 's@test-copy$(EXEEXT) @@' \
-i Makefile.in</userinput></screen>
-<!-- Not needed as of 232... anyone notice a pattern here? -renodr
- <para>Apply a patch to fix a security issue:</para>
-
-<screen><userinput remap="pre">patch -Np1 -i ../systemd-231-security_fix-1.patch</userinput></screen>
--->
-
<para>Create a file to allow systemd to build when using Util-Linux
built in Chapter 5, to disable LTO by default, and to build without
xlstproc:</para>
@@ -191,7 +172,7 @@ EOF</userinput></screen>
<screen><userinput remap="make">make</userinput></screen>
<para>This package has a test suite, but it can only be run after the
- package has been installed.</para>
+ package has been reinstalled in BLFS.</para>
<para>Install the package:</para>
diff --git a/general.ent b/general.ent
index 7b0ab75e8..f571cb46d 100644
--- a/general.ent
+++ b/general.ent
@@ -1,13 +1,13 @@
-<!ENTITY version "SVN-20170713">
+<!ENTITY version "SVN-20170718">
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;
Change to x.y for release but not -rc releases -->
<!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" -->
-<!ENTITY versiond "20170713-systemd">
+<!ENTITY versiond "20170718-systemd">
<!ENTITY short-versiond "systemd">
<!ENTITY generic-versiond "systemd">
-<!ENTITY releasedate "July 13, 2017">
+<!ENTITY releasedate "July 18, 2017">
<!ENTITY copyrightdate "1999-2017"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "8.1">
diff --git a/packages.ent b/packages.ent
index 37d0294fb..bc81b17bc 100644
--- a/packages.ent
+++ b/packages.ent
@@ -152,10 +152,10 @@
<!ENTITY eudev-ch6-du "78 MB">
<!ENTITY eudev-ch6-sbu "0.2 SBU">
-<!ENTITY expat-version "2.2.1">
-<!ENTITY expat-size "396 KB">
+<!ENTITY expat-version "2.2.2">
+<!ENTITY expat-size "404 KB">
<!ENTITY expat-url "&sourceforge;expat/expat-&expat-version;.tar.bz2">
-<!ENTITY expat-md5 "d9c3baeab58774cefc2f04faf29f2cf8">
+<!ENTITY expat-md5 "1ede9a41223c78528b8c5d23e69a2667">
<!ENTITY expat-home "http://expat.sourceforge.net/">
<!ENTITY expat-ch6-du "6.1 MB">
<!ENTITY expat-ch6-sbu "less than 0.1 SBU">
@@ -401,12 +401,12 @@
<!ENTITY linux-major-version "4">
<!ENTITY linux-minor-version "12">
-<!ENTITY linux-patch-version "1">
+<!ENTITY linux-patch-version "2">
<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">-->
<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
-<!ENTITY linux-size "96,876 KB">
+<!ENTITY linux-size "96,872 KB">
<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
-<!ENTITY linux-md5 "56d9b0c0b35aac08c01da2db5046ef2f">
+<!ENTITY linux-md5 "a61922df59b3ff54fcf418d2b8a0ab70">
<!ENTITY linux-home "http://www.kernel.org/">
<!-- measured for 4.8.3 / gcc-6.2.0 on x86_64 : minimum is
allnoconfig extended for a hopefully-bootable build on desktop machine,
@@ -559,10 +559,10 @@
<!ENTITY sysklogd-ch6-du "0.6 MB">
<!ENTITY sysklogd-ch6-sbu "less than 0.1 SBU">
-<!ENTITY systemd-version "233">
-<!ENTITY systemd-size "3,948 KB">
+<!ENTITY systemd-version "234">
+<!ENTITY systemd-size "4,072 KB">
<!ENTITY systemd-url "http://anduin.linuxfromscratch.org/sources/other/systemd/systemd-&systemd-version;.tar.xz">
-<!ENTITY systemd-md5 "8d95734fdfcd13855746f143de1e3c86">
+<!ENTITY systemd-md5 "157b51f03bf367c15d870111ef9255a1">
<!ENTITY systemd-home "http://www.freedesktop.org/wiki/Software/systemd/">
<!ENTITY systemd-ch6-du "507 MB">
<!ENTITY systemd-ch6-sbu "7.4 SBU">