Changeset e5bb823


Ignore:
Timestamp:
06/18/2015 07:55:28 PM (9 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.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, nosym, 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:
05939b8
Parents:
8af694bb
Message:

Update to bluez-5.31.
Minor formatting.

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r8af694bb re5bb823  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "17">                   <!-- Always 2 digits -->
     3<!ENTITY day          "18">                   <!-- Always 2 digits -->
    44<!ENTITY month        "06">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2015">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "June 17th &year;">
     9<!ENTITY releasedate  "June 18th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/sysutils/bluez.xml

    r8af694bb re5bb823  
    77  <!ENTITY bluez-download-http "http://www.kernel.org/pub/linux/bluetooth/bluez-&bluez-version;.tar.xz">
    88  <!ENTITY bluez-download-ftp  "ftp://ftp.kernel.org/pub/linux/bluetooth/bluez-&bluez-version;.tar.xz">
    9   <!ENTITY bluez-md5sum        "24ba1d1e8e7ef5b8f4033a3059d7600e">
    10   <!ENTITY bluez-size          "1.5 MB">
    11   <!ENTITY bluez-buildsize     "52 MB (additional 10 MB for the tests)">
    12   <!ENTITY bluez-time          "0.5 SBU (additional 0.3 SBU for the tests)">
     9  <!ENTITY bluez-md5sum        "cb1db487b65dd4d57a2dd6b8f063c393">
     10  <!ENTITY bluez-size          "1.6 MB">
     11  <!ENTITY bluez-buildsize     "74 MB (additional 10 MB for the tests)">
     12  <!ENTITY bluez-time          "0.9 SBU (additional 0.3 SBU for the tests)">
    1313]>
    1414
     
    3535    </para>
    3636
    37     &lfs77_checked;
     37    &lfs77_checked; &gcc5_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    267267        <seg>
    268268          bccmd, bluemoon, bluetoothctl, bluetoothd, btmon, ciptool,
    269           hciattach, hciconfig, hcidump, hcitool, hid2hci, l2ping,
     269          hciattach, hciconfig, hcidump, hcitool, hex2hcd, hid2hci, l2ping,
    270270          l2test, mpris-proxy, obexd, rctest, rfcomm, and sdptool
    271271        </seg>
     
    415415      </varlistentry>
    416416
     417      <varlistentry id="hex2hcd">
     418        <term><command>hex2hcd</command></term>
     419        <listitem>
     420          <para>
     421            is used to convert a file needed by Broadcom devices
     422            to hcd (Broadcom bluetooth firmware) format.
     423          </para>
     424          <indexterm zone="bluez hex2hcd">
     425            <primary sortas="b-hex2hcd">hex2hcd</primary>
     426          </indexterm>
     427        </listitem>
     428      </varlistentry>
     429
    417430      <varlistentry id="hid2hci">
    418431        <term><command>hid2hci</command></term>
  • introduction/welcome/changelog.xml

    r8af694bb re5bb823  
    4444
    4545-->
     46    <listitem>
     47      <para>June 18th, 2015</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[bdubbs] - Update to bluez-5.31.  Fixes
     51          <ulink url="&blfs-ticket-root;6612">#6612</ulink>.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
    4655
    4756    <listitem>
  • multimedia/libdriv/gst10-plugins-bad.xml

    r8af694bb re5bb823  
    3939    </para>
    4040
    41     &lfs77_checked; &gcc5_checked;
     41    &lfs77_checked; <!-- &gcc5_checked; Builds but therre are problems -->
    4242
    4343    &gst-compat;
  • networking/netprogs/ntp.xml

    r8af694bb re5bb823  
    199199<screen role="root"><userinput>cat &gt;&gt; /etc/ntp.conf &lt;&lt; "EOF"
    200200<literal># Security session
    201 restrict default limited kod nomodify notrap nopeer noquery
     201restrict    default limited kod nomodify notrap nopeer noquery
    202202restrict -6 default limited kod nomodify notrap nopeer noquery
    203203
  • packages.ent

    r8af694bb re5bb823  
    211211<!ENTITY at-version                   "3.1.16">
    212212<!ENTITY autofs-version               "5.1.1">
    213 <!ENTITY bluez-version                "5.30">
     213<!ENTITY bluez-version                "5.31">
    214214<!ENTITY colord-version               "1.2.11">    <!-- Even minors only -->
    215215<!ENTITY cpio-version                 "2.11">
Note: See TracChangeset for help on using the changeset viewer.