* [Buildroot] [PATCH] package/{bluez5_utils, bluez5_utils-headers}: bump to version 5.66
@ 2023-02-28 23:55 Stefan Agner
2023-03-09 7:53 ` Stefan Agner
2023-03-12 18:00 ` Thomas Petazzoni via buildroot
0 siblings, 2 replies; 4+ messages in thread
From: Stefan Agner @ 2023-02-28 23:55 UTC (permalink / raw)
To: buildroot; +Cc: Grzegorz Blach, Stefan Agner, Marcin Bis
bluez 5.66 contains various fixes and initial support for Basic Audio
Profile and Volume Control Profile.
Signed-off-by: Stefan Agner <stefan@agner.ch>
---
| 2 +-
package/bluez5_utils/bluez5_utils.hash | 2 +-
package/bluez5_utils/bluez5_utils.mk | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
--git a/package/bluez5_utils-headers/bluez5_utils-headers.mk b/package/bluez5_utils-headers/bluez5_utils-headers.mk
index 565511120f..8ca3764935 100644
--- a/package/bluez5_utils-headers/bluez5_utils-headers.mk
+++ b/package/bluez5_utils-headers/bluez5_utils-headers.mk
@@ -5,7 +5,7 @@
################################################################################
# Keep the version and patches in sync with bluez5_utils
-BLUEZ5_UTILS_HEADERS_VERSION = 5.65
+BLUEZ5_UTILS_HEADERS_VERSION = 5.66
BLUEZ5_UTILS_HEADERS_SOURCE = bluez-$(BLUEZ5_UTILS_VERSION).tar.xz
BLUEZ5_UTILS_HEADERS_SITE = $(BR2_KERNEL_MIRROR)/linux/bluetooth
BLUEZ5_UTILS_HEADERS_DL_SUBDIR = bluez5_utils
diff --git a/package/bluez5_utils/bluez5_utils.hash b/package/bluez5_utils/bluez5_utils.hash
index e0c9f3cdb9..9467647592 100644
--- a/package/bluez5_utils/bluez5_utils.hash
+++ b/package/bluez5_utils/bluez5_utils.hash
@@ -1,5 +1,5 @@
# From https://www.kernel.org/pub/linux/bluetooth/sha256sums.asc:
-sha256 2565a4d48354b576e6ad92e25b54ed66808296581c8abb80587051f9993d96d4 bluez-5.65.tar.xz
+sha256 39fea64b590c9492984a0c27a89fc203e1cdc74866086efb8f4698677ab2b574 bluez-5.66.tar.xz
# Locally computed
sha256 b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259 COPYING
sha256 ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5 COPYING.LIB
diff --git a/package/bluez5_utils/bluez5_utils.mk b/package/bluez5_utils/bluez5_utils.mk
index 76070dc3a9..4059b34556 100644
--- a/package/bluez5_utils/bluez5_utils.mk
+++ b/package/bluez5_utils/bluez5_utils.mk
@@ -5,7 +5,7 @@
################################################################################
# Keep the version and patches in sync with bluez5_utils-headers
-BLUEZ5_UTILS_VERSION = 5.65
+BLUEZ5_UTILS_VERSION = 5.66
BLUEZ5_UTILS_SOURCE = bluez-$(BLUEZ5_UTILS_VERSION).tar.xz
BLUEZ5_UTILS_SITE = $(BR2_KERNEL_MIRROR)/linux/bluetooth
BLUEZ5_UTILS_INSTALL_STAGING = YES
--
2.39.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [Buildroot] [PATCH] package/{bluez5_utils, bluez5_utils-headers}: bump to version 5.66
2023-02-28 23:55 [Buildroot] [PATCH] package/{bluez5_utils, bluez5_utils-headers}: bump to version 5.66 Stefan Agner
@ 2023-03-09 7:53 ` Stefan Agner
2023-03-12 18:00 ` Thomas Petazzoni via buildroot
2023-03-12 18:00 ` Thomas Petazzoni via buildroot
1 sibling, 1 reply; 4+ messages in thread
From: Stefan Agner @ 2023-03-09 7:53 UTC (permalink / raw)
To: buildroot; +Cc: Grzegorz Blach, Marcin Bis
On 2023-03-01 00:55, Stefan Agner wrote:
> bluez 5.66 contains various fixes and initial support for Basic Audio
> Profile and Volume Control Profile.
Hello,
Is that something which still can get merged into 2023.02? Besides the
new features it comes with a whole slew of fixes as well.
Best regards,
Stefan
>
> Signed-off-by: Stefan Agner <stefan@agner.ch>
> ---
> package/bluez5_utils-headers/bluez5_utils-headers.mk | 2 +-
> package/bluez5_utils/bluez5_utils.hash | 2 +-
> package/bluez5_utils/bluez5_utils.mk | 2 +-
> 3 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/package/bluez5_utils-headers/bluez5_utils-headers.mk
> b/package/bluez5_utils-headers/bluez5_utils-headers.mk
> index 565511120f..8ca3764935 100644
> --- a/package/bluez5_utils-headers/bluez5_utils-headers.mk
> +++ b/package/bluez5_utils-headers/bluez5_utils-headers.mk
> @@ -5,7 +5,7 @@
>
> ################################################################################
>
> # Keep the version and patches in sync with bluez5_utils
> -BLUEZ5_UTILS_HEADERS_VERSION = 5.65
> +BLUEZ5_UTILS_HEADERS_VERSION = 5.66
> BLUEZ5_UTILS_HEADERS_SOURCE = bluez-$(BLUEZ5_UTILS_VERSION).tar.xz
> BLUEZ5_UTILS_HEADERS_SITE = $(BR2_KERNEL_MIRROR)/linux/bluetooth
> BLUEZ5_UTILS_HEADERS_DL_SUBDIR = bluez5_utils
> diff --git a/package/bluez5_utils/bluez5_utils.hash
> b/package/bluez5_utils/bluez5_utils.hash
> index e0c9f3cdb9..9467647592 100644
> --- a/package/bluez5_utils/bluez5_utils.hash
> +++ b/package/bluez5_utils/bluez5_utils.hash
> @@ -1,5 +1,5 @@
> # From https://www.kernel.org/pub/linux/bluetooth/sha256sums.asc:
> -sha256
> 2565a4d48354b576e6ad92e25b54ed66808296581c8abb80587051f9993d96d4
> bluez-5.65.tar.xz
> +sha256
> 39fea64b590c9492984a0c27a89fc203e1cdc74866086efb8f4698677ab2b574
> bluez-5.66.tar.xz
> # Locally computed
> sha256
> b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259
> COPYING
> sha256
> ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5
> COPYING.LIB
> diff --git a/package/bluez5_utils/bluez5_utils.mk
> b/package/bluez5_utils/bluez5_utils.mk
> index 76070dc3a9..4059b34556 100644
> --- a/package/bluez5_utils/bluez5_utils.mk
> +++ b/package/bluez5_utils/bluez5_utils.mk
> @@ -5,7 +5,7 @@
>
> ################################################################################
>
> # Keep the version and patches in sync with bluez5_utils-headers
> -BLUEZ5_UTILS_VERSION = 5.65
> +BLUEZ5_UTILS_VERSION = 5.66
> BLUEZ5_UTILS_SOURCE = bluez-$(BLUEZ5_UTILS_VERSION).tar.xz
> BLUEZ5_UTILS_SITE = $(BR2_KERNEL_MIRROR)/linux/bluetooth
> BLUEZ5_UTILS_INSTALL_STAGING = YES
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Buildroot] [PATCH] package/{bluez5_utils, bluez5_utils-headers}: bump to version 5.66
2023-02-28 23:55 [Buildroot] [PATCH] package/{bluez5_utils, bluez5_utils-headers}: bump to version 5.66 Stefan Agner
2023-03-09 7:53 ` Stefan Agner
@ 2023-03-12 18:00 ` Thomas Petazzoni via buildroot
1 sibling, 0 replies; 4+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-03-12 18:00 UTC (permalink / raw)
To: Stefan Agner; +Cc: Grzegorz Blach, Marcin Bis, buildroot
On Wed, 1 Mar 2023 00:55:47 +0100
Stefan Agner <stefan@agner.ch> wrote:
> bluez 5.66 contains various fixes and initial support for Basic Audio
> Profile and Volume Control Profile.
>
> Signed-off-by: Stefan Agner <stefan@agner.ch>
> ---
> package/bluez5_utils-headers/bluez5_utils-headers.mk | 2 +-
> package/bluez5_utils/bluez5_utils.hash | 2 +-
> package/bluez5_utils/bluez5_utils.mk | 2 +-
> 3 files changed, 3 insertions(+), 3 deletions(-)
Applied to next, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Buildroot] [PATCH] package/{bluez5_utils, bluez5_utils-headers}: bump to version 5.66
2023-03-09 7:53 ` Stefan Agner
@ 2023-03-12 18:00 ` Thomas Petazzoni via buildroot
0 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-03-12 18:00 UTC (permalink / raw)
To: Stefan Agner; +Cc: Grzegorz Blach, Marcin Bis, buildroot
Hello Stefan,
On Thu, 09 Mar 2023 08:53:35 +0100
Stefan Agner <stefan@agner.ch> wrote:
> Is that something which still can get merged into 2023.02? Besides the
> new features it comes with a whole slew of fixes as well.
It's really too late at this point to merge version bumps in 2023.02.
Peter is about to release the final 2023.02 today.
Best regards,
Thomas
--
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-03-12 18:01 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-28 23:55 [Buildroot] [PATCH] package/{bluez5_utils, bluez5_utils-headers}: bump to version 5.66 Stefan Agner
2023-03-09 7:53 ` Stefan Agner
2023-03-12 18:00 ` Thomas Petazzoni via buildroot
2023-03-12 18:00 ` Thomas Petazzoni via buildroot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox