forked from pool/bluez
Accepting request 527365 from home:seife:testing
update to version 5.47 OBS-URL: https://build.opensuse.org/request/show/527365 OBS-URL: https://build.opensuse.org/package/show/Base:System/bluez?expand=0&rev=235
This commit is contained in:
parent
27feac8770
commit
4185db8c86
@ -1,11 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 18 07:50:25 UTC 2017 - dmueller@suse.com
|
||||
Sun Sep 17 22:34:07 UTC 2017 - seife+obs@b1-systems.com
|
||||
|
||||
- update to 5.47 (bsc#1057342, CVE-2017-1000250):
|
||||
* This release contains various fixes to GATT, A2DP and
|
||||
BR/EDR vs LE bearer handling. There’s also a notable SDP fix
|
||||
for CVE-2017-1000250 (part of the recently announced
|
||||
BlueBorne vulnerabilities).
|
||||
- update to version 5.47:
|
||||
This release contains various fixes to GATT, A2DP and BR/EDR vs
|
||||
LE bearer handling. There’s also a notable SDP fix for CVE-2017-
|
||||
1000250 (part of the recently announced BlueBorne vulnerabilities).
|
||||
Feature-wise, there’s now support for adding the appearance and
|
||||
local name to advertising data through the Advertising D-Bus
|
||||
interface. The btmon tool is now also able to better decode most
|
||||
Bluetooth 5.0 HCI commands and events.
|
||||
The Bluetooth Mesh Profile specification was released recently,
|
||||
and this BlueZ release comes with initial support for it in the
|
||||
form of a new meshctl tool. Using this tool it’s possible to
|
||||
provision mesh devices through the GATT Provisioning Bearer
|
||||
(PB-GATT), as well as communicate with them (e.g. configure them)
|
||||
using the GATT Proxy protocol.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 15 07:14:55 UTC 2017 - seife+obs@b1-systems.com
|
||||
|
@ -44,6 +44,8 @@ BuildRequires: pkgconfig(alsa)
|
||||
BuildRequires: pkgconfig(check)
|
||||
BuildRequires: pkgconfig(dbus-1) >= 1.6
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.28
|
||||
# json-c is needed for --enable-mesh
|
||||
BuildRequires: pkgconfig(json-c)
|
||||
BuildRequires: pkgconfig(libcap-ng)
|
||||
BuildRequires: pkgconfig(libical)
|
||||
BuildRequires: pkgconfig(libudev)
|
||||
@ -154,6 +156,7 @@ autoreconf -fi
|
||||
--enable-library \
|
||||
--enable-tools \
|
||||
--enable-cups \
|
||||
--enable-mesh \
|
||||
--enable-midi \
|
||||
--enable-test \
|
||||
--enable-experimental \
|
||||
@ -239,6 +242,7 @@ make check V=0
|
||||
%{_libexecdir}/bluetooth/obexd
|
||||
%{_bindir}/bluetoothctl
|
||||
%{_bindir}/btmon
|
||||
%{_bindir}/meshctl
|
||||
%{_bindir}/hcidump
|
||||
%{_bindir}/bccmd
|
||||
%{_libexecdir}/udev/
|
||||
|
Loading…
Reference in New Issue
Block a user