* [ptxdist] [PATCH] bluez: Version bump 5.66 -> 5.77
[not found] <016db821-bc16-4106-ab26-ac766a339fab.e0c24246-04d4-485f-8d5f-1cc8fbefd095.89436c4d-e4c3-4e29-8f22-9a112ea274fd@emailsignatures365.codetwo.com>
@ 2024-08-05 16:36 ` Lucas Sinn
2024-09-12 12:11 ` [ptxdist] [APPLIED] " Michael Olbrich
0 siblings, 1 reply; 2+ messages in thread
From: Lucas Sinn @ 2024-08-05 16:36 UTC (permalink / raw)
To: ptxdist; +Cc: Lucas Sinn
Updates.
https://github.com/bluez/bluez/releases/tag/5.77
Signed-off-by: Lucas Sinn <lucas.sinn@wolfvision.net>
---
rules/bluez.make | 23 +++++++++++++++++++----
1 file changed, 19 insertions(+), 4 deletions(-)
diff --git a/rules/bluez.make b/rules/bluez.make
index 01f8075e9..7838a096e 100644
--- a/rules/bluez.make
+++ b/rules/bluez.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_BLUEZ) += bluez
#
# Paths and names
#
-BLUEZ_VERSION := 5.66
-BLUEZ_MD5 := 077aa6f2ffd5b44e830199d54d71338c
+BLUEZ_VERSION := 5.77
+BLUEZ_MD5 := 7cb07ec3073faa0af8b5c8ec5f080a2c
BLUEZ := bluez-$(BLUEZ_VERSION)
BLUEZ_SUFFIX := tar.gz
BLUEZ_URL := $(call ptx/mirror, KERNEL, bluetooth/$(BLUEZ).$(BLUEZ_SUFFIX))
@@ -38,6 +38,9 @@ BLUEZ_LICENSE_FILES := \
BLUEZ_CONF_TOOL := autoconf
BLUEZ_CONF_OPT := $(CROSS_AUTOCONF_USR) \
--enable-optimization \
+ --disable-asan \
+ --disable-lsan \
+ --disable-ubsan \
--disable-debug \
--disable-pie \
--enable-threads \
@@ -52,9 +55,16 @@ BLUEZ_CONF_OPT := $(CROSS_AUTOCONF_USR) \
--enable-hid \
--enable-hog \
--disable-health \
+ --disable-bap \
+ --disable-bass \
+ --disable-mcp \
+ --disable-ccp \
+ --disable-vcp \
+ --disable-micp \
+ --disable-csip \
+ --enable-asha \
--$(call ptx/endis, PTXCONF_BLUEZ_TOOLS)-tools \
--$(call ptx/endis, PTXCONF_BLUEZ_TOOLS)-monitor \
- --$(call ptx/endis, PTXCONF_BLUEZ_TOOLS)-hid2hci \
--enable-udev \
--disable-cups \
--disable-mesh \
@@ -69,15 +79,20 @@ BLUEZ_CONF_OPT := $(CROSS_AUTOCONF_USR) \
--disable-testing \
--disable-experimental \
--$(call ptx/endis, PTXCONF_BLUEZ_TOOLS_DEPRECATED)-deprecated \
+ --disable-external-plugins \
--disable-sixaxis \
+ --$(call ptx/endis, PTXCONF_BLUEZ_TOOLS)-hid2hci \
--disable-logger \
+ --disable-admin \
--disable-android \
--with-dbusconfdir=/usr/share \
--with-dbussystembusdir=/usr/share/dbus-1/system-services \
--with-dbussessionbusdir=/usr/share/dbus-1/services \
+ --with-zsh-completion-dir= \
--with-udevdir=/usr/lib/udev \
--with-systemdsystemunitdir=/usr/lib/systemd/system \
- --with-systemduserunitdir=/usr/lib/systemd/user
+ --with-systemduserunitdir=/usr/lib/systemd/user \
+ --with-phonebook=
# ----------------------------------------------------------------------------
# Target-Install
--
2.37.2
Lucas Sinn
R&D Engineer
Wolfvision GmbH
Oberes Ried 14 | 6833 Klaus | Austria
Tel: +43 5523 52250 <tel:+43552352250> | Mail: lucas.sinn@wolfvision.net <mailto:lucas.sinn@wolfvision.net>
Website: wolfvision.com <www.wolfvision.com>
Firmenbuch / Commercial Register: FN283521v Feldkirch/Austria
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [ptxdist] [APPLIED] bluez: Version bump 5.66 -> 5.77
2024-08-05 16:36 ` [ptxdist] [PATCH] bluez: Version bump 5.66 -> 5.77 Lucas Sinn
@ 2024-09-12 12:11 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2024-09-12 12:11 UTC (permalink / raw)
To: ptxdist; +Cc: Lucas Sinn
Thanks, applied as 2a74733e932e067849d8411f93f866c58b89b4f7.
Michael
[sent from post-receive hook]
On Thu, 12 Sep 2024 14:11:33 +0200, Lucas Sinn <lucas.sinn@wolfvision.net> wrote:
> Updates.
> https://github.com/bluez/bluez/releases/tag/5.77
>
> Signed-off-by: Lucas Sinn <lucas.sinn@wolfvision.net>
> Message-Id: <20240805163637.2855733-1-lucas.sinn@wolfvision.net>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/bluez.make b/rules/bluez.make
> index 01f8075e9681..7838a096e0ed 100644
> --- a/rules/bluez.make
> +++ b/rules/bluez.make
> @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_BLUEZ) += bluez
> #
> # Paths and names
> #
> -BLUEZ_VERSION := 5.66
> -BLUEZ_MD5 := 077aa6f2ffd5b44e830199d54d71338c
> +BLUEZ_VERSION := 5.77
> +BLUEZ_MD5 := 7cb07ec3073faa0af8b5c8ec5f080a2c
> BLUEZ := bluez-$(BLUEZ_VERSION)
> BLUEZ_SUFFIX := tar.gz
> BLUEZ_URL := $(call ptx/mirror, KERNEL, bluetooth/$(BLUEZ).$(BLUEZ_SUFFIX))
> @@ -38,6 +38,9 @@ BLUEZ_LICENSE_FILES := \
> BLUEZ_CONF_TOOL := autoconf
> BLUEZ_CONF_OPT := $(CROSS_AUTOCONF_USR) \
> --enable-optimization \
> + --disable-asan \
> + --disable-lsan \
> + --disable-ubsan \
> --disable-debug \
> --disable-pie \
> --enable-threads \
> @@ -52,9 +55,16 @@ BLUEZ_CONF_OPT := $(CROSS_AUTOCONF_USR) \
> --enable-hid \
> --enable-hog \
> --disable-health \
> + --disable-bap \
> + --disable-bass \
> + --disable-mcp \
> + --disable-ccp \
> + --disable-vcp \
> + --disable-micp \
> + --disable-csip \
> + --enable-asha \
> --$(call ptx/endis, PTXCONF_BLUEZ_TOOLS)-tools \
> --$(call ptx/endis, PTXCONF_BLUEZ_TOOLS)-monitor \
> - --$(call ptx/endis, PTXCONF_BLUEZ_TOOLS)-hid2hci \
> --enable-udev \
> --disable-cups \
> --disable-mesh \
> @@ -69,15 +79,20 @@ BLUEZ_CONF_OPT := $(CROSS_AUTOCONF_USR) \
> --disable-testing \
> --disable-experimental \
> --$(call ptx/endis, PTXCONF_BLUEZ_TOOLS_DEPRECATED)-deprecated \
> + --disable-external-plugins \
> --disable-sixaxis \
> + --$(call ptx/endis, PTXCONF_BLUEZ_TOOLS)-hid2hci \
> --disable-logger \
> + --disable-admin \
> --disable-android \
> --with-dbusconfdir=/usr/share \
> --with-dbussystembusdir=/usr/share/dbus-1/system-services \
> --with-dbussessionbusdir=/usr/share/dbus-1/services \
> + --with-zsh-completion-dir= \
> --with-udevdir=/usr/lib/udev \
> --with-systemdsystemunitdir=/usr/lib/systemd/system \
> - --with-systemduserunitdir=/usr/lib/systemd/user
> + --with-systemduserunitdir=/usr/lib/systemd/user \
> + --with-phonebook=
>
> # ----------------------------------------------------------------------------
> # Target-Install
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-09-12 12:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <016db821-bc16-4106-ab26-ac766a339fab.e0c24246-04d4-485f-8d5f-1cc8fbefd095.89436c4d-e4c3-4e29-8f22-9a112ea274fd@emailsignatures365.codetwo.com>
2024-08-05 16:36 ` [ptxdist] [PATCH] bluez: Version bump 5.66 -> 5.77 Lucas Sinn
2024-09-12 12:11 ` [ptxdist] [APPLIED] " Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox