Author: renodr
Date: Mon Feb 25 07:37:20 2019
New Revision: 11533

Log:
Add security patch for systemd-240 CVE-2019-6454

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/systemd.xml
   trunk/BOOK/general.ent
   trunk/BOOK/patches.ent

Modified: trunk/BOOK/chapter01/changelog.xml
==============================================================================
--- trunk/BOOK/chapter01/changelog.xml  Sun Feb 24 15:46:39 2019        (r11532)
+++ trunk/BOOK/chapter01/changelog.xml  Mon Feb 25 07:37:20 2019        (r11533)
@@ -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>

Modified: trunk/BOOK/chapter06/systemd.xml
==============================================================================
--- trunk/BOOK/chapter06/systemd.xml    Sun Feb 24 15:46:39 2019        (r11532)
+++ trunk/BOOK/chapter06/systemd.xml    Mon Feb 25 07:37:20 2019        (r11533)
@@ -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>
 

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Sun Feb 24 15:46:39 2019        (r11532)
+++ trunk/BOOK/general.ent      Mon Feb 25 07:37:20 2019        (r11533)
@@ -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">

Modified: trunk/BOOK/patches.ent
==============================================================================
--- trunk/BOOK/patches.ent      Sun Feb 24 15:46:39 2019        (r11532)
+++ trunk/BOOK/patches.ent      Mon Feb 25 07:37:20 2019        (r11533)
@@ -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">
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to