From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Thu, 12 Sep 2024 14:12:06 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1soigB-003mhW-1P for lore@lore.pengutronix.de; Thu, 12 Sep 2024 14:12:06 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1soigA-0002Ls-C3; Thu, 12 Sep 2024 14:12:06 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1soife-0001Ku-9t; Thu, 12 Sep 2024 14:11:34 +0200 Received: from [2a0a:edc0:0:1101:1d::54] (helo=dude05.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1soifd-007NQ6-PO; Thu, 12 Sep 2024 14:11:33 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1soifd-00BGYh-2P; Thu, 12 Sep 2024 14:11:33 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Thu, 12 Sep 2024 14:11:33 +0200 Message-Id: <20240912121133.2685252-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20240805163637.2855733-1-lucas.sinn@wolfvision.net> References: <20240805163637.2855733-1-lucas.sinn@wolfvision.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] bluez: Version bump 5.66 -> 5.77 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Lucas Sinn Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 2a74733e932e067849d8411f93f866c58b89b4f7. Michael [sent from post-receive hook] On Thu, 12 Sep 2024 14:11:33 +0200, Lucas Sinn wrote: > Updates. > https://github.com/bluez/bluez/releases/tag/5.77 > > Signed-off-by: Lucas Sinn > Message-Id: <20240805163637.2855733-1-lucas.sinn@wolfvision.net> > Signed-off-by: Michael Olbrich > > 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