Author: dj
Date: Mon May 21 19:03:23 2018
New Revision: 20162

Log:
Update to make-ca-0.8. Fixes #10794.
Added header seds from LFS for systemd-238.

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/genlib/js52.xml
   trunk/BOOK/general/sysutils/systemd.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/packages.ent
   trunk/BOOK/postlfs/security/make-ca.xml

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Mon May 21 18:46:08 2018        (r20161)
+++ trunk/BOOK/general.ent      Mon May 21 19:03:23 2018        (r20162)
@@ -1,12 +1,12 @@
 <!-- $LastChangedBy$ $Date$ -->
 
-<!ENTITY day          "21">                   <!-- Always 2 digits -->
+<!ENTITY day          "22">                   <!-- Always 2 digits -->
 <!ENTITY month        "05">                   <!-- Always 2 digits -->
 <!ENTITY year         "2018">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "May 21st, &year;">
+<!ENTITY releasedate  "May 22nd, &year;">
 <!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
 <!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
 <!ENTITY lfs-version  "development">          <!-- x.y|development -->
@@ -140,3 +140,8 @@
                           building with multiple processors.  See <xref
                           linkend='parallel-builds'/> for more 
information.</para></note>">
 
+<!ENTITY shell-env "<note><para>If installing in the chroot environment, be
+                    sure to export the <envar>SHELL</envar> environment
+                    variable or configuration of the package will
+                    fail.</para></note>">
+

Modified: trunk/BOOK/general/genlib/js52.xml
==============================================================================
--- trunk/BOOK/general/genlib/js52.xml  Mon May 21 18:46:08 2018        (r20161)
+++ trunk/BOOK/general/genlib/js52.xml  Mon May 21 19:03:23 2018        (r20162)
@@ -101,6 +101,8 @@
       commands:
     </para>
 
+    &shell-env;
+
 <screen><userinput>cd js/src &amp;&amp;
 
 ./configure --prefix=/usr       \

Modified: trunk/BOOK/general/sysutils/systemd.xml
==============================================================================
--- trunk/BOOK/general/sysutils/systemd.xml     Mon May 21 18:46:08 2018        
(r20161)
+++ trunk/BOOK/general/sysutils/systemd.xml     Mon May 21 19:03:23 2018        
(r20162)
@@ -129,6 +129,12 @@
 
 <screen><userinput remap="pre">patch -Np1 -i 
../systemd-238-upstream_fixes-1.patch</userinput></screen>
 
+    <para>Fix an issue with newer headers:</para>
+
+<screen><userinput remap="pre">sed -i '527,565 d'                  
src/basic/missing.h
+sed -i '24 d'                       src/core/load-fragment.c
+sed -i '53 a#include &lt;sys/mount.h&gt;' 
src/shared/bus-unit-util.c</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       Mon May 21 18:46:08 
2018        (r20161)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Mon May 21 19:03:23 
2018        (r20162)
@@ -45,6 +45,19 @@
    
 
    <listitem>
+      <para>May 22nd, 2018</para>
+      <itemizedlist>
+        <listitem>
+          <para>[dj] - Update to make-ca-0.8. Fixes
+          <ulink url="&blfs-ticket-root;10794">#10794</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[dj] - Added header seds from LFS for systemd-238.</para>
+        </listitem>
+      </itemizedlist>
+   </listitem>
+
+   <listitem>
       <para>May 21st, 2018</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent     Mon May 21 18:46:08 2018        (r20161)
+++ trunk/BOOK/packages.ent     Mon May 21 19:03:23 2018        (r20162)
@@ -24,7 +24,7 @@
 <!ENTITY linux-pam-version            "1.3.0">
 <!ENTITY linux-pam-docs-version       "1.2.0">
 <!ENTITY libpwquality-version         "1.4.0">
-<!ENTITY make-ca-version              "0.7">
+<!ENTITY make-ca-version              "0.8">
 <!ENTITY mitkrb-major-version         "1.16">
 <!ENTITY mitkrb-version               "1.16">
 <!ENTITY nettle-version               "3.4">

Modified: trunk/BOOK/postlfs/security/make-ca.xml
==============================================================================
--- trunk/BOOK/postlfs/security/make-ca.xml     Mon May 21 18:46:08 2018        
(r20161)
+++ trunk/BOOK/postlfs/security/make-ca.xml     Mon May 21 19:03:23 2018        
(r20162)
@@ -11,7 +11,7 @@
 
   <!ENTITY make-ca-download      
"https://github.com/djlucas/make-ca/archive/v&make-ca-version;/make-ca-&make-ca-version;.tar.gz";>
   <!ENTITY make-ca-size          "36 KB">
-  <!ENTITY make-ca-md5sum        "4f180b9bf3b11f29d6a79e6022aeae23">
+  <!ENTITY make-ca-md5sum        "1f0176c4fa89274971b2826a97f303f7">
 ]>
 
 <sect1 id="make-ca" xreflabel="make-ca-&make-ca-version;">
@@ -151,14 +151,7 @@
       --help</command> to see all available command line options.</para>
     </note>
 
-<screen role="root"><userinput>sed -e 's%= /etc/ssl;%= "/etc/ssl";%' \
-    -e 's%= /usr;%= "/usr";%'         \
-    -i /usr/bin/c_rehash              &amp;&amp;
-/usr/sbin/make-ca -g</userinput></screen>
-
-    <para>The <command>sed</command> command works around missing quotes in
-    <command>c_rehash</command> from openssl-1.1.0h and can be safely rerun
-    (the " inserted the first time will prevent matches on subsequent 
runs).</para>
+<screen role="root"><userinput>/usr/sbin/make-ca -g</userinput></screen>
 
     <para>You should periodically update the store with the above command
     either manually, or via a <phrase revision="sysv">cron job.</phrase>
-- 
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