Author: renodr
Date: Wed Nov  6 17:34:55 2019
New Revision: 11697

Log:
Fix potential problem with meson-0.52 and systemd-243.

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  Sat Nov  2 07:40:17 2019        (r11696)
+++ trunk/BOOK/chapter01/changelog.xml  Wed Nov  6 17:34:55 2019        (r11697)
@@ -42,6 +42,16 @@
     <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-11-06</para>
+      <itemizedlist>
+        <listitem>
+          <para>[renodr] - Fix potential infinite loop with meson-0.52
+          and systemd-243.</para>
+        </listitem>
+       </itemizedlist>
+    </listitem>
+
     <listitem revision="sysv">
       <para>2019-10-31</para>
       <itemizedlist>

Modified: trunk/BOOK/chapter06/systemd.xml
==============================================================================
--- trunk/BOOK/chapter06/systemd.xml    Sat Nov  2 07:40:17 2019        (r11696)
+++ trunk/BOOK/chapter06/systemd.xml    Wed Nov  6 17:34:55 2019        (r11697)
@@ -43,7 +43,7 @@
     <para>First, apply a patch to fix various bugs since the release
     of systemd-243.</para>
 
-<screen><userinput remap="pre">patch -Np1 -i 
../systemd-&systemd-version;-consolidated_fixes-1.patch</userinput></screen>
+<screen><userinput remap="pre">patch -Np1 -i 
../systemd-&systemd-version;-consolidated_fixes-2.patch</userinput></screen>
 
     <para>Create a symlink to work around missing xsltproc:</para>
 

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Sat Nov  2 07:40:17 2019        (r11696)
+++ trunk/BOOK/general.ent      Wed Nov  6 17:34:55 2019        (r11697)
@@ -1,13 +1,13 @@
-<!ENTITY version         "SVN-20191101">
+<!ENTITY version         "SVN-20191106">
 <!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        "20191101-systemd">
+<!ENTITY versiond        "20191106-systemd">
 <!ENTITY short-versiond  "systemd">
 <!ENTITY generic-versiond "systemd"> 
 
-<!ENTITY releasedate     "November 1st, 2019">
+<!ENTITY releasedate     "November 6th, 2019">
 
 <!ENTITY copyrightdate   "1999-2019"><!-- jhalfs needs a literal dash, not 
&ndash; -->
 <!ENTITY milestone       "9.0">

Modified: trunk/BOOK/patches.ent
==============================================================================
--- trunk/BOOK/patches.ent      Sat Nov  2 07:40:17 2019        (r11696)
+++ trunk/BOOK/patches.ent      Wed Nov  6 17:34:55 2019        (r11697)
@@ -57,7 +57,7 @@
 <!ENTITY sysvinit-consolidated-patch-md5 "4900322141d493e74020c9cf437b2cdc">
 <!ENTITY sysvinit-consolidated-patch-size "2.4 KB">
 
-<!ENTITY systemd-consolidated-patch 
"systemd-&systemd-version;-consolidated_fixes-1.patch">
-<!ENTITY systemd-consolidated-patch-md5 "d1f60dcbd53222eecfc58e4e95ef60ab">
-<!ENTITY systemd-consolidated-patch-size "60 KB">
+<!ENTITY systemd-consolidated-patch 
"systemd-&systemd-version;-consolidated_fixes-2.patch">
+<!ENTITY systemd-consolidated-patch-md5 "2bad2992f4373eb925885f2ea2fb8d14">
+<!ENTITY systemd-consolidated-patch-size "64 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