All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/bluez-alsa: bump version to 4.1.1
@ 2023-07-02 16:40 Bernd Kuhls
  2023-07-02 16:40 ` [Buildroot] [PATCH 2/2] package/{bluez5_utils, bluez5_utils-headers}: bump to version 5.68 Bernd Kuhls
  2023-07-03 19:56 ` [Buildroot] [PATCH 1/2] package/bluez-alsa: bump version to 4.1.1 Thomas Petazzoni via buildroot
  0 siblings, 2 replies; 3+ messages in thread
From: Bernd Kuhls @ 2023-07-02 16:40 UTC (permalink / raw)
  To: buildroot; +Cc: Grzegorz Blach, Marcin Bis

Changelog: https://github.com/arkq/bluez-alsa/blob/master/NEWS

Updated license hash due to copyright year bump:
https://github.com/arkq/bluez-alsa/commit/165e15bce4f9c8dd6238ee8d105ab9fa857c63a1

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
 package/bluez-alsa/bluez-alsa.hash | 4 ++--
 package/bluez-alsa/bluez-alsa.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/bluez-alsa/bluez-alsa.hash b/package/bluez-alsa/bluez-alsa.hash
index ad7fe62708..5513865603 100644
--- a/package/bluez-alsa/bluez-alsa.hash
+++ b/package/bluez-alsa/bluez-alsa.hash
@@ -1,3 +1,3 @@
 # Locally calculated:
-sha256  ce5e060e61669d61d44f5f9bad34a7b88378376e9d49d31482406a68127a6b29  bluez-alsa-4.0.0.tar.gz
-sha256  aaebd0cca73b0f361cb7f1bffa40418b2485fc10bfae7a47c193679c7e26d2e3  LICENSE
+sha256  b69a3e6dd69315194403ee930ac1553aed3fb9a3988e502ae5c24a8bfef70f9f  bluez-alsa-4.1.1.tar.gz
+sha256  956564dcf06ba65cd7a5eb6cdfd695e2ab0f09ea9684e4eaf079f5d533bd206d  LICENSE
diff --git a/package/bluez-alsa/bluez-alsa.mk b/package/bluez-alsa/bluez-alsa.mk
index 649810b0ad..38682c2755 100644
--- a/package/bluez-alsa/bluez-alsa.mk
+++ b/package/bluez-alsa/bluez-alsa.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-BLUEZ_ALSA_VERSION = 4.0.0
+BLUEZ_ALSA_VERSION = 4.1.1
 BLUEZ_ALSA_SITE = $(call github,Arkq,bluez-alsa,v$(BLUEZ_ALSA_VERSION))
 BLUEZ_ALSA_LICENSE = MIT
 BLUEZ_ALSA_LICENSE_FILES = LICENSE
-- 
2.39.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 2/2] package/{bluez5_utils, bluez5_utils-headers}: bump to version 5.68
  2023-07-02 16:40 [Buildroot] [PATCH 1/2] package/bluez-alsa: bump version to 4.1.1 Bernd Kuhls
@ 2023-07-02 16:40 ` Bernd Kuhls
  2023-07-03 19:56 ` [Buildroot] [PATCH 1/2] package/bluez-alsa: bump version to 4.1.1 Thomas Petazzoni via buildroot
  1 sibling, 0 replies; 3+ messages in thread
From: Bernd Kuhls @ 2023-07-02 16:40 UTC (permalink / raw)
  To: buildroot; +Cc: Grzegorz Blach, Marcin Bis

Changelog:
https://git.kernel.org/pub/scm/bluetooth/bluez.git/tree/ChangeLog

Removed patch which is included in this release.

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
 .../bluez5_utils-headers.mk                   |  2 +-
 .../bluez5_utils/0001-musl-max-input.patch    | 37 -------------------
 package/bluez5_utils/bluez5_utils.hash        |  2 +-
 package/bluez5_utils/bluez5_utils.mk          |  2 +-
 4 files changed, 3 insertions(+), 40 deletions(-)
 delete mode 100644 package/bluez5_utils/0001-musl-max-input.patch

diff --git a/package/bluez5_utils-headers/bluez5_utils-headers.mk b/package/bluez5_utils-headers/bluez5_utils-headers.mk
index 8ca3764935..0790dd7e0e 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.66
+BLUEZ5_UTILS_HEADERS_VERSION = 5.68
 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/0001-musl-max-input.patch b/package/bluez5_utils/0001-musl-max-input.patch
deleted file mode 100644
index 8612bac07f..0000000000
--- a/package/bluez5_utils/0001-musl-max-input.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From ca6546fe521360fcf905bc115b893f322e706cb2 Mon Sep 17 00:00:00 2001
-From: Sam James <sam@gentoo.org>
-Date: Tue, 31 Jan 2023 05:52:58 +0000
-Subject: shared: define MAX_INPUT for musl
-
-musl systems don't have MAX_INPUT. Just define it to _POSIX_MAX_INPUT
-which musl does have if it's not already defined.
-
-Note that on glibc, the values match anyway (as of glibc-2.36), and
-indeed POSIX_MAX_INPUT has the same value on musl too.
-
-Bug: https://bugs.gentoo.org/888467
-Upstream: https://git.kernel.org/pub/scm/bluetooth/bluez.git/commit/?id=ca6546fe521360fcf905bc115b893f322e706cb2
-Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
----
- src/shared/util.c | 5 +++++
- 1 file changed, 5 insertions(+)
-
-diff --git a/src/shared/util.c b/src/shared/util.c
-index 2f0ae0e86..b466fb001 100644
---- a/src/shared/util.c
-+++ b/src/shared/util.c
-@@ -28,6 +28,11 @@
- #include <sys/random.h>
- #endif
- 
-+/* define MAX_INPUT for musl */
-+#ifndef MAX_INPUT
-+#define MAX_INPUT _POSIX_MAX_INPUT
-+#endif
-+
- #include "src/shared/util.h"
- 
- void *util_malloc(size_t size)
--- 
-cgit 
-
diff --git a/package/bluez5_utils/bluez5_utils.hash b/package/bluez5_utils/bluez5_utils.hash
index 9467647592..45952e60f1 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  39fea64b590c9492984a0c27a89fc203e1cdc74866086efb8f4698677ab2b574  bluez-5.66.tar.xz
+sha256  fc505e6445cb579a55cacee6821fe70d633921522043d322b696de0a175ff933  bluez-5.68.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 37a2e79a7a..1e87041610 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.66
+BLUEZ5_UTILS_VERSION = 5.68
 BLUEZ5_UTILS_SOURCE = bluez-$(BLUEZ5_UTILS_VERSION).tar.xz
 BLUEZ5_UTILS_SITE = $(BR2_KERNEL_MIRROR)/linux/bluetooth
 BLUEZ5_UTILS_INSTALL_STAGING = YES
-- 
2.39.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH 1/2] package/bluez-alsa: bump version to 4.1.1
  2023-07-02 16:40 [Buildroot] [PATCH 1/2] package/bluez-alsa: bump version to 4.1.1 Bernd Kuhls
  2023-07-02 16:40 ` [Buildroot] [PATCH 2/2] package/{bluez5_utils, bluez5_utils-headers}: bump to version 5.68 Bernd Kuhls
@ 2023-07-03 19:56 ` Thomas Petazzoni via buildroot
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-07-03 19:56 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: Grzegorz Blach, Marcin Bis, buildroot

On Sun,  2 Jul 2023 18:40:25 +0200
Bernd Kuhls <bernd@kuhls.net> wrote:

> Changelog: https://github.com/arkq/bluez-alsa/blob/master/NEWS
> 
> Updated license hash due to copyright year bump:
> https://github.com/arkq/bluez-alsa/commit/165e15bce4f9c8dd6238ee8d105ab9fa857c63a1
> 
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
> ---
>  package/bluez-alsa/bluez-alsa.hash | 4 ++--
>  package/bluez-alsa/bluez-alsa.mk   | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)

Both applied to master. 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] 3+ messages in thread

end of thread, other threads:[~2023-07-03 19:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-02 16:40 [Buildroot] [PATCH 1/2] package/bluez-alsa: bump version to 4.1.1 Bernd Kuhls
2023-07-02 16:40 ` [Buildroot] [PATCH 2/2] package/{bluez5_utils, bluez5_utils-headers}: bump to version 5.68 Bernd Kuhls
2023-07-03 19:56 ` [Buildroot] [PATCH 1/2] package/bluez-alsa: bump version to 4.1.1 Thomas Petazzoni via buildroot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.