* [Buildroot] [PATCH 1/2] package/ell: bump to version 0.69
@ 2024-10-27 20:56 Bernd Kuhls
2024-10-27 20:56 ` [Buildroot] [PATCH 2/2] package/iwd: bump to version 3.0 Bernd Kuhls
2024-10-28 21:08 ` [Buildroot] [PATCH 1/2] package/ell: bump to version 0.69 Thomas Petazzoni via buildroot
0 siblings, 2 replies; 3+ messages in thread
From: Bernd Kuhls @ 2024-10-27 20:56 UTC (permalink / raw)
To: buildroot
Changelog:
https://git.kernel.org/pub/scm/libs/ell/ell.git/tree/ChangeLog?h=0.69
Needed for bump of iwd to 3.0.
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 1bf764b621..4f67cbae21 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 ddcbf381d758f61a02954bf5d2907c8900462abb7b2dcf45589874978bc10125 ell-0.68.tar.xz
+sha256 6cfc0888edc94de9f0623798609587b2cc11b92b892945f317e8d199afe7b12e ell-0.69.tar.xz
# License files
sha256 ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5 COPYING
diff --git a/package/ell/ell.mk b/package/ell/ell.mk
index 4fe5fa7c56..6d4e8a5ae7 100644
--- a/package/ell/ell.mk
+++ b/package/ell/ell.mk
@@ -4,7 +4,7 @@
#
################################################################################
-ELL_VERSION = 0.68
+ELL_VERSION = 0.69
ELL_SOURCE = ell-$(ELL_VERSION).tar.xz
ELL_SITE = $(BR2_KERNEL_MIRROR)/linux/libs/ell
ELL_LICENSE = LGPL-2.1+
--
2.39.5
_______________________________________________
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 to version 3.0
2024-10-27 20:56 [Buildroot] [PATCH 1/2] package/ell: bump to version 0.69 Bernd Kuhls
@ 2024-10-27 20:56 ` Bernd Kuhls
2024-10-28 21:08 ` [Buildroot] [PATCH 1/2] package/ell: bump to version 0.69 Thomas Petazzoni via buildroot
1 sibling, 0 replies; 3+ messages in thread
From: Bernd Kuhls @ 2024-10-27 20:56 UTC (permalink / raw)
To: buildroot
Changelog:
https://git.kernel.org/pub/scm/network/wireless/iwd.git/tree/ChangeLog?h=3.0
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 e05bf6fad7..b0a72efd7a 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 86827b97cb5b19ddecce36568c59378da2fae8cf37a0e2b9eacd1269f24c6f8e iwd-2.20.tar.xz
+sha256 bd167ab368b6ba302b6c948a4f41f02d233a12e20d5094b1c0393325309f8a60 iwd-3.0.tar.xz
# License files
sha256 ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5 COPYING
diff --git a/package/iwd/iwd.mk b/package/iwd/iwd.mk
index 47020624ea..3a178795da 100644
--- a/package/iwd/iwd.mk
+++ b/package/iwd/iwd.mk
@@ -4,7 +4,7 @@
#
################################################################################
-IWD_VERSION = 2.20
+IWD_VERSION = 3.0
IWD_SOURCE = iwd-$(IWD_VERSION).tar.xz
IWD_SITE = $(BR2_KERNEL_MIRROR)/linux/network/wireless
IWD_LICENSE = LGPL-2.1+
--
2.39.5
_______________________________________________
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 to version 0.69
2024-10-27 20:56 [Buildroot] [PATCH 1/2] package/ell: bump to version 0.69 Bernd Kuhls
2024-10-27 20:56 ` [Buildroot] [PATCH 2/2] package/iwd: bump to version 3.0 Bernd Kuhls
@ 2024-10-28 21:08 ` Thomas Petazzoni via buildroot
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-10-28 21:08 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: buildroot
On Sun, 27 Oct 2024 21:56:09 +0100
Bernd Kuhls <bernd@kuhls.net> wrote:
> Changelog:
> https://git.kernel.org/pub/scm/libs/ell/ell.git/tree/ChangeLog?h=0.69
>
> Needed for bump of iwd to 3.0.
>
> 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(-)
Both applied, 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:[~2024-10-28 21:08 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-27 20:56 [Buildroot] [PATCH 1/2] package/ell: bump to version 0.69 Bernd Kuhls
2024-10-27 20:56 ` [Buildroot] [PATCH 2/2] package/iwd: bump to version 3.0 Bernd Kuhls
2024-10-28 21:08 ` [Buildroot] [PATCH 1/2] package/ell: bump to version 0.69 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