Author: dj
Date: Mon May 30 21:54:06 2016
New Revision: 17413

Log:
Updated to systemd-230.

Modified:
   branches/systemd/general.ent
   branches/systemd/general/sysutils/systemd.xml
   branches/systemd/introduction/welcome/changelog.xml

Modified: branches/systemd/general.ent
==============================================================================
--- branches/systemd/general.ent        Mon May 30 20:35:18 2016        (r17412)
+++ branches/systemd/general.ent        Mon May 30 21:54:06 2016        (r17413)
@@ -1,12 +1,12 @@
 <!-- $LastChangedBy$ $Date$ -->
 
-<!ENTITY day          "30">                   <!-- Always 2 digits -->
+<!ENTITY day          "31">                   <!-- Always 2 digits -->
 <!ENTITY month        "05">                   <!-- Always 2 digits -->
 <!ENTITY year         "2016">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS systemd Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "May 30th, &year;">
+<!ENTITY releasedate  "May 31st, &year;">
 <!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
 <!ENTITY blfs-version "systemd">                  <!-- svn|[release #] -->
 <!ENTITY lfs-version  "systemd">          <!-- x.y|development] -->
@@ -72,7 +72,7 @@
  release -->
 <!ENTITY lfs-perl-version             "&lt;5.x.y&gt;/&lt;arch-linux&gt;">
 <!ENTITY lfs-shadow-version           "4.2.1">
-<!ENTITY lfs-systemd-version          "229">
+<!ENTITY lfs-systemd-version          "230">
 <!ENTITY lfs-vim-version              "7.4">
 <!-- End LFS versions -->
 

Modified: branches/systemd/general/sysutils/systemd.xml
==============================================================================
--- branches/systemd/general/sysutils/systemd.xml       Mon May 30 20:35:18 
2016        (r17412)
+++ branches/systemd/general/sysutils/systemd.xml       Mon May 30 21:54:06 
2016        (r17413)
@@ -5,7 +5,6 @@
   %general-entities;
 
   <!ENTITY systemd-download-http       
"http://anduin.linuxfromscratch.org/sources/other/systemd/systemd-&lfs-systemd-version;.tar.xz";>
-  <!ENTITY systemd-patch-download-http 
"http://www.linuxfromscratch.org/patches/downloads/systemd/systemd-&lfs-systemd-version;-compat-1.patch";>
 ]>
 
 <sect1 id="systemd" xreflabel="Systemd-&lfs-systemd-version;">
@@ -41,9 +40,6 @@
       <listitem>
         <para>Systemd Download (HTTP): <ulink 
url="&systemd-download-http;"/></para>
       </listitem>
-      <listitem>
-        <para>Systemd Patch Download (HTTP): <ulink 
url="&systemd-patch-download-http;"/></para>
-      </listitem>
     </itemizedlist>
 
     <bridgehead renderas="sect3">systemd Dependencies</bridgehead>
@@ -114,12 +110,12 @@
   <sect2 role="installation">
     <title>Installation of systemd</title>
 
-    <para>
-      First, apply the required patch:
-    </para>
+    <para>First, fix a potential security issue with framebuffer
+    devices:</para>
 
-<screen><userinput>patch -Np1 -i 
../systemd-&lfs-systemd-version;-compat-1.patch &amp;&amp;
-autoreconf -fi</userinput></screen>
+<screen><userinput>sed -e 's@DRI and frame buffer@DRI@' \
+    -e '/SUBSYTEM==\"graphics\", KERNEL==\"fb\*\"/d' \
+    -i  src/login/70-uaccess.rules</userinput></screen>
 
     <para>
       Disable two tests that always fail:
@@ -134,17 +130,18 @@
       following commands:
     </para>
 
-<screen><userinput>cc_cv_CFLAGS__flto=no              \
-./configure --prefix=/usr          \
-            --sysconfdir=/etc      \
-            --localstatedir=/var   \
-            --with-rootprefix=     \
-            --with-rootlibdir=/lib \
-            --enable-split-usr     \
-            --disable-firstboot    \
-            --disable-ldconfig     \
-            --disable-sysusers     \
-            --without-python       \
+<screen><userinput>cc_cv_CFLAGS__flto=no                \
+./configure --prefix=/usr            \
+            --sysconfdir=/etc        \
+            --localstatedir=/var     \
+            --with-rootprefix=       \
+            --with-rootlibdir=/lib   \
+            --enable-split-usr       \
+            --disable-firstboot      \
+            --disable-ldconfig       \
+            --disable-sysusers       \
+            --without-python         \
+            --with-default-dnssec=no \
             --docdir=/usr/share/doc/systemd-&lfs-systemd-version; &amp;&amp;
 make</userinput></screen>
 
@@ -243,6 +240,10 @@
 <screen role="root"><userinput>systemctl daemon-reload
 systemctl start multi-user.target</userinput></screen>
 
+    <warning><para>If upgrading from a previous version of systemd and you
+    use an initrd, the system will hang during boot if you do not generate a
+    new initrd with systemd-root-device.target included.</para></warning>
+
   </sect2>
 
   <sect2 role="content">

Modified: branches/systemd/introduction/welcome/changelog.xml
==============================================================================
--- branches/systemd/introduction/welcome/changelog.xml Mon May 30 20:35:18 
2016        (r17412)
+++ branches/systemd/introduction/welcome/changelog.xml Mon May 30 21:54:06 
2016        (r17413)
@@ -44,6 +44,15 @@
 
 -->
     <listitem>
+      <para>May 31st, 2016</para>
+      <itemizedlist>
+        <listitem>
+          <para>[dj] - Update to systemd-230.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>May 30th, 2016</para>
       <itemizedlist>
         <listitem>
-- 
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