Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: 6270ad35b2f7b71dbc0a76b825f2f3ca07f936d2 https://github.com/bluez/bluez/commit/6270ad35b2f7b71dbc0a76b825f2f3ca07f936d2 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2022-07-05 (Tue, 05 Jul 2022) Changed paths: M client/player.c Log Message: ----------- client: Fix build warning This fixes the following build warning: warning: ‘g_memdup’ is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] Commit: e681fae6bcceb73ebab16e6f8c4eabd6265dd40f https://github.com/bluez/bluez/commit/e681fae6bcceb73ebab16e6f8c4eabd6265dd40f Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2022-07-05 (Tue, 05 Jul 2022) Changed paths: M monitor/att.c Log Message: ----------- monitor: Fix build error in some targets This fixes the following error: monitor/att.c: In function 'print_attribute': monitor/att.c:1850:35: error: lvalue required as unary '&' operand print_uuid(label, &cpu_to_le16(uuid->value.u16), 2); Compare: https://github.com/bluez/bluez/compare/575778a45f84...e681fae6bcce