Author: renodr
Date: Fri Jan 11 09:05:56 2019
New Revision: 20944

Log:
Add systemd secuity patch. All users who have systemd installed should apply 
this as soon as possible.

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/genlib/gobject-introspection.xml
   trunk/BOOK/general/sysutils/systemd.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/networking/netprogs/wireless-tools.xml

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Fri Jan 11 00:14:40 2019        (r20943)
+++ trunk/BOOK/general.ent      Fri Jan 11 09:05:56 2019        (r20944)
@@ -1,12 +1,12 @@
 <!-- $LastChangedBy$ $Date$ -->
 
-<!ENTITY day          "10">                   <!-- Always 2 digits -->
+<!ENTITY day          "11">                   <!-- Always 2 digits -->
 <!ENTITY month        "01">                   <!-- Always 2 digits -->
 <!ENTITY year         "2019">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "January 10th, &year;">
+<!ENTITY releasedate  "January 11th, &year;">
 <!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
 <!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
 <!ENTITY lfs-version  "development">          <!-- x.y|development -->

Modified: trunk/BOOK/general/genlib/gobject-introspection.xml
==============================================================================
--- trunk/BOOK/general/genlib/gobject-introspection.xml Fri Jan 11 00:14:40 
2019        (r20943)
+++ trunk/BOOK/general/genlib/gobject-introspection.xml Fri Jan 11 09:05:56 
2019        (r20944)
@@ -89,6 +89,7 @@
     <bridgehead renderas="sect4">Optional</bridgehead>
     <para role="optional">
       <xref linkend="cairo"/> (required for the tests),
+      <xref linkend="gjs"/> (to satisfy one of the tests),
       <xref linkend="gtk-doc"/>,
       <xref linkend="Mako"/>,
       <xref linkend="python2"/>, and

Modified: trunk/BOOK/general/sysutils/systemd.xml
==============================================================================
--- trunk/BOOK/general/sysutils/systemd.xml     Fri Jan 11 00:14:40 2019        
(r20943)
+++ trunk/BOOK/general/sysutils/systemd.xml     Fri Jan 11 09:05:56 2019        
(r20944)
@@ -66,6 +66,16 @@
       </listitem>
     </itemizedlist>
 
+    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
+    <itemizedlist spacing="compact">
+      <listitem>
+        <para>
+         Required patch:
+         <ulink 
url="&patch-root;/systemd-&systemd-version;-security_fixes-1.patch"/>
+        </para>
+      </listitem>
+    </itemizedlist>
+
     <bridgehead renderas="sect3">systemd Dependencies</bridgehead>
 
     <bridgehead renderas="sect4">Required</bridgehead>
@@ -117,6 +127,10 @@
   <sect2 role="installation">
     <title>Installation of systemd</title>
 
+    <para>Apply a critical security patch for journald:</para>
+
+<screen><userinput remap="pre">patch -Np1 -i 
../systemd-&systemd-version;-security_fixes-1.patch</userinput></screen>
+
     <para>Remove an unneeded group,
     <systemitem class="groupname">render</systemitem>, from the default udev
     rules:</para>

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Fri Jan 11 00:14:40 
2019        (r20943)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Fri Jan 11 09:05:56 
2019        (r20944)
@@ -41,6 +41,18 @@
       </itemizedlist>
     </listitem>
 -->
+    <!-- Bruce, or whoever commits next for both books, please modify the 
changelog below. -->
+    <listitem revision="systemd">
+      <para>January 11th, 2019</para>
+      <itemizedlist>
+        <listitem>
+          <para>[renodr] - Add a security patch for two CVEs in 
systemd-journald
+          to the book. If you are a systemd user, please apply this patch as
+          soon as you are able to.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
       <para>January 10th, 2019</para>
       <itemizedlist>

Modified: trunk/BOOK/networking/netprogs/wireless-tools.xml
==============================================================================
--- trunk/BOOK/networking/netprogs/wireless-tools.xml   Fri Jan 11 00:14:40 
2019        (r20943)
+++ trunk/BOOK/networking/netprogs/wireless-tools.xml   Fri Jan 11 09:05:56 
2019        (r20944)
@@ -112,7 +112,7 @@
     <title>Installation of Wireless Tools</title>
 
       <para>First, apply a patch that fixes a problem when numerous
-      networks available:</para>
+      networks are available:</para>
 
 <screen><userinput>patch -Np1 -i 
../wireless_tools-&wireless-tools-version;-fix_iwlist_scanning-1.patch</userinput></screen>
 
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to