Author: renodr
Date: Mon Jun 22 20:39:16 2020
New Revision: 11982

Log:
Fix a segfault in systemd-udevd

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

Modified: trunk/BOOK/chapter01/changelog.xml
==============================================================================
--- trunk/BOOK/chapter01/changelog.xml  Mon Jun 22 16:11:08 2020        (r11981)
+++ trunk/BOOK/chapter01/changelog.xml  Mon Jun 22 20:39:16 2020        (r11982)
@@ -42,6 +42,15 @@
     <listitem revision="sysv"> or <listitem revision="systemd"> as
     appropriate for the entry or if needed the entire day's listitem.
     -->
+    <listitem revision="systemd">
+      <itemizedlist>
+      <para>2020-06-22</para>
+        <listitem>
+          <para>[renodr] - Fix a segfault in systemd-udevd.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
       <itemizedlist>
       <para>2020-06-17</para>

Modified: trunk/BOOK/chapter08/systemd.xml
==============================================================================
--- trunk/BOOK/chapter08/systemd.xml    Mon Jun 22 16:11:08 2020        (r11981)
+++ trunk/BOOK/chapter08/systemd.xml    Mon Jun 22 20:39:16 2020        (r11982)
@@ -40,9 +40,9 @@
   <sect2 role="installation">
     <title>Installation of systemd</title>
 
-    <para>First, apply a patch to fix the build with GCC-10:</para>
+    <para>First, apply a patch to fix the build with GCC-10 and fix a 
segfault:</para>
 
-<screen><userinput remap="pre">patch -Np1 -i 
../systemd-&systemd-version;-gcc_10-fixes-1.patch</userinput></screen>
+<screen><userinput remap="pre">patch -Np1 -i 
../systemd-&systemd-version;-gcc_10-fixes-2.patch</userinput></screen>
 
     <para>Create a symlink to work around the xsltproc command not being 
installed:</para>
 

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Mon Jun 22 16:11:08 2020        (r11981)
+++ trunk/BOOK/general.ent      Mon Jun 22 20:39:16 2020        (r11982)
@@ -1,13 +1,13 @@
-<!ENTITY version         "SVN-20200619">
+<!ENTITY version         "SVN-20200622">
 <!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        "20200619-systemd">
+<!ENTITY versiond        "20200622-systemd">
 <!ENTITY short-versiond  "systemd">
 <!ENTITY generic-versiond "systemd"> 
 
-<!ENTITY releasedate     "June 19th, 2020">
+<!ENTITY releasedate     "June 22nd, 2020">
 
 <!ENTITY copyrightdate   "1999-2020"><!-- jhalfs needs a literal dash, not 
&ndash; -->
 

Modified: trunk/BOOK/patches.ent
==============================================================================
--- trunk/BOOK/patches.ent      Mon Jun 22 16:11:08 2020        (r11981)
+++ trunk/BOOK/patches.ent      Mon Jun 22 20:39:16 2020        (r11982)
@@ -57,6 +57,6 @@
 <!ENTITY systemd-consolidated-patch-size "64 KB">
 -->
 
-<!ENTITY systemd-gcc10-patch "systemd-&systemd-version;-gcc_10-fixes-1.patch">
-<!ENTITY systemd-gcc10-patch-md5 "6d41186bfcd7002ed2cbf26b25f9091d">
-<!ENTITY systemd-gcc10-patch-size "4 KB">
+<!ENTITY systemd-gcc10-patch "systemd-&systemd-version;-gcc_10-fixes-2.patch">
+<!ENTITY systemd-gcc10-patch-md5 "5eaac1d3a66118c40814d3b81ad36b71">
+<!ENTITY systemd-gcc10-patch-size "8 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