public inbox for buildroot@busybox.net
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/ell: bump version to 0.83
@ 2026-03-14 18:51 Bernd Kuhls
  2026-03-14 18:51 ` [Buildroot] [PATCH 2/2] package/iwd: bump version to 3.12 Bernd Kuhls
  2026-03-14 20:46 ` [Buildroot] [PATCH 1/2] package/ell: bump version to 0.83 Julien Olivain via buildroot
  0 siblings, 2 replies; 3+ messages in thread
From: Bernd Kuhls @ 2026-03-14 18:51 UTC (permalink / raw)
  To: buildroot

https://git.kernel.org/pub/scm/libs/ell/ell.git/tree/ChangeLog?h=0.83

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

diff --git a/package/ell/ell.hash b/package/ell/ell.hash
index 034ab74c4b..ccd11151c7 100644
--- a/package/ell/ell.hash
+++ b/package/ell/ell.hash
@@ -1,5 +1,5 @@
 # From https://mirrors.edge.kernel.org/pub/linux/libs/ell/sha256sums.asc
-sha256  672ca1e44dc0ddce1665941754b4e2b3b9203481d7d7a60e0b5f39829d73fa14  ell-0.81.tar.xz
+sha256  39a562f5ab2768e69da1ffbb1f98a8eb3483baffc7d2ef6adc3705e4fd4e53fb  ell-0.83.tar.xz
 
 # License files
 sha256  ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5  COPYING
diff --git a/package/ell/ell.mk b/package/ell/ell.mk
index db9dc80366..799438e5e6 100644
--- a/package/ell/ell.mk
+++ b/package/ell/ell.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-ELL_VERSION = 0.81
+ELL_VERSION = 0.83
 ELL_SOURCE = ell-$(ELL_VERSION).tar.xz
 ELL_SITE = $(BR2_KERNEL_MIRROR)/linux/libs/ell
 ELL_LICENSE = LGPL-2.1+
-- 
2.47.3

_______________________________________________
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/iwd: bump version to 3.12
  2026-03-14 18:51 [Buildroot] [PATCH 1/2] package/ell: bump version to 0.83 Bernd Kuhls
@ 2026-03-14 18:51 ` Bernd Kuhls
  2026-03-14 20:46 ` [Buildroot] [PATCH 1/2] package/ell: bump version to 0.83 Julien Olivain via buildroot
  1 sibling, 0 replies; 3+ messages in thread
From: Bernd Kuhls @ 2026-03-14 18:51 UTC (permalink / raw)
  To: buildroot

https://git.kernel.org/pub/scm/network/wireless/iwd.git/tree/ChangeLog?h=3.12

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

diff --git a/package/iwd/iwd.hash b/package/iwd/iwd.hash
index 7ad2fb382d..67064e35eb 100644
--- a/package/iwd/iwd.hash
+++ b/package/iwd/iwd.hash
@@ -1,5 +1,5 @@
 # From https://mirrors.edge.kernel.org/pub/linux/network/wireless/sha256sums.asc
-sha256  640bff22540e1714f71772a83123aff6f810b7eb9d7d6df1e10fb2695beb5115  iwd-3.10.tar.xz
+sha256  d89a5e45c7180170e19be828f9e944a768c593758094fc57a358d0e7c4cb1a49  iwd-3.12.tar.xz
 
 # License files
 sha256  ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5  COPYING
diff --git a/package/iwd/iwd.mk b/package/iwd/iwd.mk
index a150a3048b..caecb62d64 100644
--- a/package/iwd/iwd.mk
+++ b/package/iwd/iwd.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-IWD_VERSION = 3.10
+IWD_VERSION = 3.12
 IWD_SOURCE = iwd-$(IWD_VERSION).tar.xz
 IWD_SITE = $(BR2_KERNEL_MIRROR)/linux/network/wireless
 IWD_LICENSE = LGPL-2.1+
-- 
2.47.3

_______________________________________________
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/ell: bump version to 0.83
  2026-03-14 18:51 [Buildroot] [PATCH 1/2] package/ell: bump version to 0.83 Bernd Kuhls
  2026-03-14 18:51 ` [Buildroot] [PATCH 2/2] package/iwd: bump version to 3.12 Bernd Kuhls
@ 2026-03-14 20:46 ` Julien Olivain via buildroot
  1 sibling, 0 replies; 3+ messages in thread
From: Julien Olivain via buildroot @ 2026-03-14 20:46 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: buildroot

On 14/03/2026 19:51, Bernd Kuhls wrote:
> https://git.kernel.org/pub/scm/libs/ell/ell.git/tree/ChangeLog?h=0.83
> 
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>

Series applied to master, thanks.
_______________________________________________
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:[~2026-03-14 20:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-14 18:51 [Buildroot] [PATCH 1/2] package/ell: bump version to 0.83 Bernd Kuhls
2026-03-14 18:51 ` [Buildroot] [PATCH 2/2] package/iwd: bump version to 3.12 Bernd Kuhls
2026-03-14 20:46 ` [Buildroot] [PATCH 1/2] package/ell: bump version to 0.83 Julien Olivain via buildroot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox