Author: ken
Date: Thu Sep 14 14:31:51 2017
New Revision: 19221

Log:
bluez-5.47, includes fix for BlueBorne vulnerability

Modified:
   trunk/BOOK/general/sysutils/bluez.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/packages.ent

Modified: trunk/BOOK/general/sysutils/bluez.xml
==============================================================================
--- trunk/BOOK/general/sysutils/bluez.xml       Thu Sep 14 13:07:20 2017        
(r19220)
+++ trunk/BOOK/general/sysutils/bluez.xml       Thu Sep 14 14:31:51 2017        
(r19221)
@@ -6,9 +6,9 @@
 
   <!ENTITY bluez-download-http 
"&kernel-dl;/linux/bluetooth/bluez-&bluez-version;.tar.xz">
   <!ENTITY bluez-download-ftp  " ">
-  <!ENTITY bluez-md5sum        "913f35d6fa4ca5772c53adb936bf1947">
-  <!ENTITY bluez-size          "1.6 MB">
-  <!ENTITY bluez-buildsize     "55 MB (add 13 MB for tests)">
+  <!ENTITY bluez-md5sum        "783e15f65e70cdb8f721c659e140dd56">
+  <!ENTITY bluez-size          "1.7 MB">
+  <!ENTITY bluez-buildsize     "68 MB (add 13 MB for tests)">
   <!ENTITY bluez-time          "0.5 SBU (add 0.3 SBU for tests)">
 ]>
 
@@ -100,10 +100,13 @@
     <title>Kernel Configuration</title>
 
     <para>
-      Enable the following options in the kernel configuration and recompile 
the
-      kernel if necessary:
+      If you are building this package to use bluetooth devices (rather than 
as a
+      build dependency), enable the following options in the kernel 
configuration
+      and recompile the kernel if necessary:
     </para>
 
+<!-- FIXME this needs something else in CONFIG_CRYPTO_ to stop the test-gatt
+    unit test timing out and then segfaulting (see comment re make check) -->
 <screen><literal>[*] Networking support ---&gt;                [CONFIG_NET]
   &lt;/M&gt; Bluetooth subsystem support ---&gt;    [CONFIG_BT]
     &lt;*/M&gt; RFCOMM protocol support          [CONFIG_BT_RFCOMM]
@@ -152,6 +155,9 @@
 
     <para>
       To test the results, issue: <userinput>make check</userinput>.
+      One test (unit/test-gatt) may fail with a segmentation fault.
+      This appears to happen if one of the kernel CONFIG_CRYPTO_
+      items is not set, but the exact item has not been determined.
     </para>
 
     <para>

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Thu Sep 14 13:07:20 
2017        (r19220)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Thu Sep 14 14:31:51 
2017        (r19221)
@@ -45,6 +45,11 @@
       <para>September 14th, 2017</para>
       <itemizedlist>
         <listitem>
+          <para>[ken] - Update to bluez-5.47. This is a security fix.
+          Fixes (except an undetermined kernel config requirement for tests)
+          <ulink url="&blfs-ticket-root;9765">#9765</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[renodr] - Update to pyatspi2-2.26.0. Partially fixes
           <ulink url="&blfs-ticket-root;9746">#9746</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent     Thu Sep 14 13:07:20 2017        (r19220)
+++ trunk/BOOK/packages.ent     Thu Sep 14 14:31:51 2017        (r19221)
@@ -249,7 +249,7 @@
 <!ENTITY acpid-version                "2.0.28">
 <!ENTITY at-version                   "3.1.20">
 <!ENTITY autofs-version               "5.1.3">
-<!ENTITY bluez-version                "5.46">
+<!ENTITY bluez-version                "5.47">
 <!ENTITY colord-version               "1.2.12">    <!-- Even minors only -->
 <!ENTITY colord1-version              "1.3.5">     <!-- See ticket #8061 -->
 <!ENTITY cpio-version                 "2.12">
-- 
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