From 27feac877047edd8e7444559aea88e0c4c27fc7624fa5e423b392db1ec5882d5 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 18 Sep 2017 07:52:01 +0000 Subject: [PATCH 1/2] =?UTF-8?q?-=20update=20to=205.47=20(bsc#1057342,=20CV?= =?UTF-8?q?E-2017-1000250):=20=20=20*=20This=20release=20contains=20variou?= =?UTF-8?q?s=20fixes=20to=20GATT,=20A2DP=20and=20=20=20BR/EDR=20vs=20LE=20?= =?UTF-8?q?bearer=20handling.=20There=E2=80=99s=20also=20a=20notable=20SDP?= =?UTF-8?q?=20fix=20=20=20for=20CVE-2017-1000250=20(part=20of=20the=20rece?= =?UTF-8?q?ntly=20announced=20=20=20BlueBorne=20vulnerabilities).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/Base:System/bluez?expand=0&rev=234 --- bluez-5.46.tar.xz | 3 --- bluez-5.47.tar.xz | 3 +++ bluez.changes | 9 +++++++++ bluez.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 bluez-5.46.tar.xz create mode 100644 bluez-5.47.tar.xz diff --git a/bluez-5.46.tar.xz b/bluez-5.46.tar.xz deleted file mode 100644 index 88b8814..0000000 --- a/bluez-5.46.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ddab3d3837c1afb8ae228a94ba17709a4650bd4db24211b6771ab735c8908e28 -size 1677640 diff --git a/bluez-5.47.tar.xz b/bluez-5.47.tar.xz new file mode 100644 index 0000000..e34ca92 --- /dev/null +++ b/bluez-5.47.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf75bf7cd5d564f21cc4a2bd01d5c39ce425397335fd47d9bbe43af0a58342c8 +size 1718920 diff --git a/bluez.changes b/bluez.changes index 12f5e95..2a72645 100644 --- a/bluez.changes +++ b/bluez.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Sep 18 07:50:25 UTC 2017 - dmueller@suse.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). + ------------------------------------------------------------------- Sat Jul 15 07:14:55 UTC 2017 - seife+obs@b1-systems.com diff --git a/bluez.spec b/bluez.spec index 8e4509d..0ad5183 100644 --- a/bluez.spec +++ b/bluez.spec @@ -18,7 +18,7 @@ Name: bluez -Version: 5.46 +Version: 5.47 Release: 0 Summary: Bluetooth Stack for Linux License: GPL-2.0+ From 4185db8c86a816a690c6a60ff2779717fc6d719f2c1e3a904ca3f9d00952d22a Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Tue, 19 Sep 2017 18:25:35 +0000 Subject: [PATCH 2/2] 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 --- bluez.changes | 21 +++++++++++++++------ bluez.spec | 4 ++++ 2 files changed, 19 insertions(+), 6 deletions(-) diff --git a/bluez.changes b/bluez.changes index 2a72645..6d41934 100644 --- a/bluez.changes +++ b/bluez.changes @@ -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 diff --git a/bluez.spec b/bluez.spec index 0ad5183..6ed0969 100644 --- a/bluez.spec +++ b/bluez.spec @@ -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/