diff options
author | Trevor Gamblin <trevor.gamblin@windriver.com> | 2021-08-24 14:10:39 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-26 08:07:55 +0100 |
commit | 120e36e89c07e9fb2369f16aec81bc3217a82ed2 (patch) | |
tree | 5cc04fbc81342ff8309d1345c16634107d72832a /meta/recipes-connectivity | |
parent | 4cc61c81f7558f5fdbc8cc83a5c2be85545a8181 (diff) | |
download | poky-120e36e89c07e9fb2369f16aec81bc3217a82ed2.tar.gz |
bluez: upgrade 5.60 -> 5.61
5.61 includes a fix for CVE-2021-3658 (bluez: adapter incorrectly
restores Discoverable state after powered down), as well as other
fixes.
>From the changelog:
ver 5.61:
Fix issue with A2DP while waiting for command response.
Fix issue with A2DP when SetConfiguration fails.
Fix issue with device removal handling.
Fix issue with storing discoverable setting.
Add support for Central Address Resolution characteristic.
Add support for admin policy plugin.
(From OE-Core rev: 5f87fbf13bd35169a488ca564875974681aafd4f)
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/bluez5/bluez5_5.61.bb (renamed from meta/recipes-connectivity/bluez5/bluez5_5.60.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/bluez5/bluez5_5.60.bb b/meta/recipes-connectivity/bluez5/bluez5_5.61.bb index defa0c15cd..b2e5dd66a9 100644 --- a/meta/recipes-connectivity/bluez5/bluez5_5.60.bb +++ b/meta/recipes-connectivity/bluez5/bluez5_5.61.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require bluez5.inc | 1 | require bluez5.inc |
2 | 2 | ||
3 | SRC_URI[sha256sum] = "710999580d01ee59ec585e5e7c07fd94eddedc001aa26fe7464c546f9d945304" | 3 | SRC_URI[sha256sum] = "83afd6c52179554bfeabbcb538fec2eb6be90a8ac3c40871b49d7ad8b49c423b" |
4 | 4 | ||
5 | # These issues have kernel fixes rather than bluez fixes so exclude here | 5 | # These issues have kernel fixes rather than bluez fixes so exclude here |
6 | CVE_CHECK_WHITELIST += "CVE-2020-12352 CVE-2020-24490" | 6 | CVE_CHECK_WHITELIST += "CVE-2020-12352 CVE-2020-24490" |