Procházet zdrojové kódy

Fix a segfault in systemd-udevd

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11982 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Douglas R. Reno před 5 roky
rodič
revize
380fdc0ab7
4 změnil soubory, kde provedl 17 přidání a 8 odebrání
  1. 9 0
      chapter01/changelog.xml
  2. 2 2
      chapter08/systemd.xml
  3. 3 3
      general.ent
  4. 3 3
      patches.ent

+ 9 - 0
chapter01/changelog.xml

@@ -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>

+ 2 - 2
chapter08/systemd.xml

@@ -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>
 

+ 3 - 3
general.ent

@@ -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; -->
 

+ 3 - 3
patches.ent

@@ -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">