Author: renodr
Date: Tue Jul  7 10:47:27 2020
New Revision: 23368

Log:
Update to libcap-2.38
Update to dbus-1.12.20

Modified:
   trunk/BOOK/general/prog/llvm.xml
   trunk/BOOK/general/sysutils/dbus.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/packages.ent
   trunk/BOOK/postlfs/security/libcap.xml

Modified: trunk/BOOK/general/prog/llvm.xml
==============================================================================
--- trunk/BOOK/general/prog/llvm.xml    Tue Jul  7 05:42:50 2020        (r23367)
+++ trunk/BOOK/general/prog/llvm.xml    Tue Jul  7 10:47:27 2020        (r23368)
@@ -146,7 +146,6 @@
 -->
     <bridgehead renderas="sect3">LLVM Dependencies</bridgehead>
 
-    <!-- cmake is now required -->
     <bridgehead renderas="sect4">Required</bridgehead>
     <para role="required">
       <xref linkend="cmake"/>
@@ -155,6 +154,7 @@
     <bridgehead renderas="sect4">Optional</bridgehead>
     <para role="optional">
       <xref linkend="doxygen"/>,
+      <xref linkend="git"/>,
       <xref linkend="graphviz"/>,
       <xref linkend="libxml2"/>,
       <xref linkend="python2"/>,

Modified: trunk/BOOK/general/sysutils/dbus.xml
==============================================================================
--- trunk/BOOK/general/sysutils/dbus.xml        Tue Jul  7 05:42:50 2020        
(r23367)
+++ trunk/BOOK/general/sysutils/dbus.xml        Tue Jul  7 10:47:27 2020        
(r23368)
@@ -6,10 +6,10 @@
 
   <!ENTITY dbus-download-http 
"https://dbus.freedesktop.org/releases/dbus/dbus-&dbus-version;.tar.gz";>
   <!ENTITY dbus-download-ftp  " ">
-  <!ENTITY dbus-md5sum        "4ca570c281be35d0b30ab83436712242">
+  <!ENTITY dbus-md5sum        "dfe8a71f412e0b53be26ed4fbfdc91c4">
   <!ENTITY dbus-size          "2.0 MB">
   <!ENTITY dbus-buildsize     "21 MB (add 18 MB for the tests)">
-  <!ENTITY dbus-time          "0.2 SBU (add 8.1 SBU for the tests)">
+  <!ENTITY dbus-time          "0.3 SBU (add 8.0 SBU for the tests)">
   <!-- The former value was 0.8 SBU, which was far more sensible. -->
 ]>
 
@@ -273,10 +273,9 @@
 make check</userinput></screen>
 
     <para>
-      The test <command>test-bus.sh</command> is known to fail. There has also
-      been reports that the tests may fail if running inside a Midnight
-      Commander shell. You may get out-of-memory error messages when running
-      the tests. These are normal and can be safely ignored.
+      There have been reports that the tests may fail if running inside a 
+      Midnight Commander shell. You may get out-of-memory error messages when 
+      running the tests. These are normal and can be safely ignored.
     </para>
 
   </sect2>
@@ -316,7 +315,7 @@
     </para>
     <para>
       <parameter>--with-console-auth-dir=/run/console</parameter>: This
-      parameter specifies the directory to check for console ownerhip.
+      parameter specifies the directory to check for console ownership.
     </para>
 
     <para>
@@ -330,17 +329,17 @@
     </para>
 
     <para>
-      <parameter>--enable-tests</parameter>: Build extra parts of the code to
+      <parameter>--enable-tests</parameter>: Builds extra parts of the code to
       support all tests. Do not use on a production build.
     </para>
 
     <para>
-      <option>--enable-embedded-tests</option>: Build extra parts of the
+      <option>--enable-embedded-tests</option>: Builds extra parts of the
       code to support only unit tests. Do not use on a production build.
     </para>
 
     <para>
-      <parameter>--enable-asserts</parameter>: Enable debugging code to run
+      <parameter>--enable-asserts</parameter>: Enables debugging code to run
       assertions for statements normally assumed to be true. This prevents a
       warning that '<parameter>--enable-tests</parameter>' on its own is only
       useful for profiling and might not give true results for all tests, but
@@ -458,7 +457,7 @@
         </listitem>
         <listitem>
           <para>
-            If you use <command>xdm</command> or some other display manager
+            If you use <command>gdm</command> or some other display manager
             that calls the <filename>~/.xsession</filename> file, you can add
             <command>dbus-launch</command> to the line in your
             <filename>~/.xsession</filename> file that starts your graphical
@@ -491,6 +490,7 @@
 kill $DBUS_SESSION_BUS_PID</literal></userinput></screen>
         </listitem>
 
+        <!-- KDM is no longer usable, SDDM is it's replacement
         <listitem>
           <para>
             A hint has been written that provides ways to start scripts
@@ -500,6 +500,7 @@
             
url="&hints-root;/downloads/files/execute-session-scripts-using-kdm.txt"/>.
           </para>
         </listitem>
+        -->
 
       </itemizedlist>
 
@@ -596,7 +597,7 @@
         <term><command>dbus-run-session</command></term>
         <listitem>
           <para>
-            start a process as a new <application>D-Bus</application> session.
+            starts a process as a new <application>D-Bus</application> session.
           </para>
           <indexterm zone="dbus dbus-run-session">
             <primary sortas="b-dbus-run-session">dbus-run-session</primary>

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Tue Jul  7 05:42:50 
2020        (r23367)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Tue Jul  7 10:47:27 
2020        (r23368)
@@ -45,6 +45,14 @@
       <para>July 7th, 2020</para>
       <itemizedlist>
         <listitem>
+          <para>[renodr] - Update to libcap-2.38. Fixes
+          <ulink url="&blfs-ticket-root;13765">#13765</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[renodr] - Update to dbus-1.12.20 (Security Update). Fixes
+          <ulink url="&blfs-ticket-root;13753">#13753</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[pierre] - Update to gjs-1.64.4. Fixes
           <ulink url="&blfs-ticket-root;13780">#13780</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent     Tue Jul  7 05:42:50 2020        (r23367)
+++ trunk/BOOK/packages.ent     Tue Jul  7 10:47:27 2020        (r23368)
@@ -16,7 +16,7 @@
 <!ENTITY gpgme-version                "1.13.1">
 <!ENTITY haveged-version              "1.9.13">
 <!ENTITY iptables-version             "1.8.5">
-<!ENTITY libcap-version               "2.36">
+<!ENTITY libcap-version               "2.38">
 <!ENTITY liboauth-version             "1.0.3">
 <!ENTITY linux-pam-version            "1.4.0">
 <!ENTITY linux-pam-docs-version       "1.4.0">
@@ -278,7 +278,7 @@
 <!ENTITY colord-version               "1.4.4">
 <!ENTITY cpio-version                 "2.13">
 <!ENTITY cups-pk-helper-version       "0.2.6">
-<!ENTITY dbus-version                 "1.12.18">   <!-- Even minors only -->
+<!ENTITY dbus-version                 "1.12.20">   <!-- Even minors only -->
 <!ENTITY elogind-version              "243.7">
 <!ENTITY blocaled-version             "0.2">
 <!ENTITY eudev-version                "1.7">

Modified: trunk/BOOK/postlfs/security/libcap.xml
==============================================================================
--- trunk/BOOK/postlfs/security/libcap.xml      Tue Jul  7 05:42:50 2020        
(r23367)
+++ trunk/BOOK/postlfs/security/libcap.xml      Tue Jul  7 10:47:27 2020        
(r23368)
@@ -6,9 +6,9 @@
 
   <!ENTITY libcap-download-http 
"&kernel-dl;/linux/libs/security/linux-privs/libcap2/libcap-&libcap-version;.tar.xz">
   <!ENTITY libcap-download-ftp  " ">
-  <!ENTITY libcap-md5sum        "3d8cd4a87650cdee130691cb110c2ce2">
-  <!ENTITY libcap-size          "112 KB">
-  <!ENTITY libcap-buildsize     "1.0 MB">
+  <!ENTITY libcap-md5sum        "646cb6dde87a13f9ed0228db77b03fad">
+  <!ENTITY libcap-size          "116 KB">
+  <!ENTITY libcap-buildsize     "1.1 MB">
   <!ENTITY libcap-time          "less than 0.1 SBU">
 ]>
 
-- 
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