aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDouglas R. Reno <renodr@linuxfromscratch.org>2019-02-25 15:37:20 +0000
committerDouglas R. Reno <renodr@linuxfromscratch.org>2019-02-25 15:37:20 +0000
commitee5dcff53f6b8bc6f5aa8d905876923868668050 (patch)
tree77a41901f3853dc0961ad3952641325c2b4ba8e8
parent275a7d55267ad73bb522517257e4cdc976886269 (diff)
Add security patch for systemd-240 CVE-2019-6454
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11533 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml13
-rw-r--r--chapter06/systemd.xml2
-rw-r--r--general.ent6
-rw-r--r--patches.ent6
4 files changed, 19 insertions, 8 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index e6904a18c..b0a8343aa 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -41,7 +41,18 @@
Note: If a change is only specific to sysv or systemd, then use
<listitem revision="sysv"> or <listitem revision="systemd"> as
appropriate for the entry or if needed the entire day's listitem.
--->
+ -->
+ <listitem revision="systemd">
+ <para>2019-02-25</para>
+ <itemizedlist>
+ <listitem>
+ <para>[renodr] - Add a security patch for systemd-240
+ to fix a PID1 crash over D-Bus. Fixes
+ <ulink url="&lfs-ticket-root;4428">#4428</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
<listitem revision="sysv">
<para>2019-02-21</para>
<itemizedlist>
diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml
index 9ea10a7fa..a395c51fb 100644
--- a/chapter06/systemd.xml
+++ b/chapter06/systemd.xml
@@ -42,7 +42,7 @@
<para>Apply a patch to fix two critical security vulnerabilities:</para>
-<screen><userinput remap="pre">patch -Np1 -i ../systemd-240-security_fixes-1.patch</userinput></screen>
+<screen><userinput remap="pre">patch -Np1 -i ../systemd-240-security_fixes-2.patch</userinput></screen>
<para>Create a symlink to work around missing xsltproc:</para>
diff --git a/general.ent b/general.ent
index b95f2fb2c..9b8b94c05 100644
--- a/general.ent
+++ b/general.ent
@@ -1,13 +1,13 @@
-<!ENTITY version "SVN-20190221">
+<!ENTITY version "SVN-20190225">
<!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 "20190221-systemd">
+<!ENTITY versiond "20190225-systemd">
<!ENTITY short-versiond "systemd">
<!ENTITY generic-versiond "systemd">
-<!ENTITY releasedate "February 21, 2019">
+<!ENTITY releasedate "February 25, 2019">
<!ENTITY copyrightdate "1999-2019"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "8.4">
diff --git a/patches.ent b/patches.ent
index 408872468..480d0d2d6 100644
--- a/patches.ent
+++ b/patches.ent
@@ -57,6 +57,6 @@
<!ENTITY sysvinit-consolidated-patch-md5 "aaa84675e717504d7d3da452c8c2eaf1">
<!ENTITY sysvinit-consolidated-patch-size "2.6 KB">
-<!ENTITY systemd-security-patch "systemd-&systemd-version;-security_fixes-1.patch">
-<!ENTITY systemd-security-patch-md5 "e0e27d1e5eb527f0ce2ac55b808cb7b2">
-<!ENTITY systemd-security-patch-size "12 KB">
+<!ENTITY systemd-security-patch "systemd-&systemd-version;-security_fixes-2.patch">
+<!ENTITY systemd-security-patch-md5 "10abebce8ff5d9fd402623ace39b5ab8">
+<!ENTITY systemd-security-patch-size "14 KB">