Changeset b8301f1 for general/sysutils


Ignore:
Timestamp:
09/14/2017 09:31:51 PM (7 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
03c5583c
Parents:
882f9d7
Message:

bluez-5.47, includes fix for BlueBorne vulnerability

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19221 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/bluez.xml

    r882f9d7 rb8301f1  
    77  <!ENTITY bluez-download-http "&kernel-dl;/linux/bluetooth/bluez-&bluez-version;.tar.xz">
    88  <!ENTITY bluez-download-ftp  " ">
    9   <!ENTITY bluez-md5sum        "913f35d6fa4ca5772c53adb936bf1947">
    10   <!ENTITY bluez-size          "1.6 MB">
    11   <!ENTITY bluez-buildsize     "55 MB (add 13 MB for tests)">
     9  <!ENTITY bluez-md5sum        "783e15f65e70cdb8f721c659e140dd56">
     10  <!ENTITY bluez-size          "1.7 MB">
     11  <!ENTITY bluez-buildsize     "68 MB (add 13 MB for tests)">
    1212  <!ENTITY bluez-time          "0.5 SBU (add 0.3 SBU for tests)">
    1313]>
     
    101101
    102102    <para>
    103       Enable the following options in the kernel configuration and recompile the
    104       kernel if necessary:
    105     </para>
    106 
     103      If you are building this package to use bluetooth devices (rather than as a
     104      build dependency), enable the following options in the kernel configuration
     105      and recompile the kernel if necessary:
     106    </para>
     107
     108<!-- FIXME this needs something else in CONFIG_CRYPTO_ to stop the test-gatt
     109    unit test timing out and then segfaulting (see comment re make check) -->
    107110<screen><literal>[*] Networking support ---&gt;                [CONFIG_NET]
    108111  &lt;/M&gt; Bluetooth subsystem support ---&gt;    [CONFIG_BT]
     
    153156    <para>
    154157      To test the results, issue: <userinput>make check</userinput>.
     158      One test (unit/test-gatt) may fail with a segmentation fault.
     159      This appears to happen if one of the kernel CONFIG_CRYPTO_
     160      items is not set, but the exact item has not been determined.
    155161    </para>
    156162
Note: See TracChangeset for help on using the changeset viewer.