bluez5: upgrade 5.62 -> 5.63

Message ID 1641823351-62709-2-git-send-email-wangmy@fujitsu.com
State Accepted, archived
Commit 49f48ce6c3467e784b817b1cfc7155c2f3ebeb84
Headers show
Series bluez5: upgrade 5.62 -> 5.63 | expand

Commit Message

Mingyu Wang (Fujitsu) Jan. 10, 2022, 2:02 p.m. UTC
Changelog:
=========
This release is mostly a bug fix release, with fixes to features such as GATT,
SDP, Daemon, and emulator. It also adds a new MGMT Event for Device Found and
Device Lost of Advertisement Monitor.

New build options for sanitizers (lsan, asan, ubsan) are added and it may
require installing additional libraries depending on the distros.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../bluez5/{bluez5_5.62.bb => bluez5_5.63.bb}                   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-connectivity/bluez5/{bluez5_5.62.bb => bluez5_5.63.bb} (95%)

Patch

diff --git a/meta/recipes-connectivity/bluez5/bluez5_5.62.bb b/meta/recipes-connectivity/bluez5/bluez5_5.63.bb
similarity index 95%
rename from meta/recipes-connectivity/bluez5/bluez5_5.62.bb
rename to meta/recipes-connectivity/bluez5/bluez5_5.63.bb
index 411ac8b5a3..34c4767d2b 100644
--- a/meta/recipes-connectivity/bluez5/bluez5_5.62.bb
+++ b/meta/recipes-connectivity/bluez5/bluez5_5.63.bb
@@ -1,6 +1,6 @@ 
 require bluez5.inc
 
-SRC_URI[sha256sum] = "38090a5b750e17fc08d3e52178ed8d3254c5f4bd2c48830d5c1955b88e3bc0c2"
+SRC_URI[sha256sum] = "9349e11e8160bb3d720835d271250d8a7424d3690f5289e6db6fe07cc66c6d76"
 
 # These issues have kernel fixes rather than bluez fixes so exclude here
 CVE_CHECK_WHITELIST += "CVE-2020-12352 CVE-2020-24490"