All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/iw: bump version to 6.9
@ 2025-01-29  7:34 Akhilesh Nema
  2025-01-29  9:29 ` Marcus Hoffmann via buildroot
  2025-02-02 22:24 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Akhilesh Nema @ 2025-01-29  7:34 UTC (permalink / raw)
  To: buildroot; +Cc: Akhilesh Nema

Signed-off-by: Akhilesh Nema <nemaakhilesh@gmail.com>
---
 package/iw/iw.hash | 2 +-
 package/iw/iw.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/iw/iw.hash b/package/iw/iw.hash
index 376dc3b499..e1e5ddd868 100644
--- a/package/iw/iw.hash
+++ b/package/iw/iw.hash
@@ -1,4 +1,4 @@
 # From https://www.kernel.org/pub/software/network/iw/sha256sums.asc
-sha256  f167bbe947dd53bb9ebc0c1dcef5db6ad73ac1d6084f2c6f9376c5c360cc4d4e  iw-5.19.tar.xz
+sha256  3f2db22ad41c675242b98ae3942dbf3112548c60a42ff739210f2de4e98e4894  iw-6.9.tar.xz
 # Locally calculated
 sha256  5932fb70481e128940168a5fdf133e6454293c0865c7e757874b235cb6daa2af  COPYING
diff --git a/package/iw/iw.mk b/package/iw/iw.mk
index 60ada9d57f..f20d8f1065 100644
--- a/package/iw/iw.mk
+++ b/package/iw/iw.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-IW_VERSION = 5.19
+IW_VERSION = 6.9
 IW_SOURCE = iw-$(IW_VERSION).tar.xz
 IW_SITE = $(BR2_KERNEL_MIRROR)/software/network/iw
 IW_LICENSE = ISC
-- 
2.25.1

_______________________________________________
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/1] package/iw: bump version to 6.9
  2025-01-29  7:34 [Buildroot] [PATCH 1/1] package/iw: bump version to 6.9 Akhilesh Nema
@ 2025-01-29  9:29 ` Marcus Hoffmann via buildroot
  2025-02-02 22:24 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Marcus Hoffmann via buildroot @ 2025-01-29  9:29 UTC (permalink / raw)
  To: Akhilesh Nema, buildroot



On 29.01.25 08:34, Akhilesh Nema wrote:
> Signed-off-by: Akhilesh Nema <nemaakhilesh@gmail.com>

Tested-by: Marcus Hoffmann <buildroot@bubu1.eu>

> ---
>   package/iw/iw.hash | 2 +-
>   package/iw/iw.mk   | 2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/iw/iw.hash b/package/iw/iw.hash
> index 376dc3b499..e1e5ddd868 100644
> --- a/package/iw/iw.hash
> +++ b/package/iw/iw.hash
> @@ -1,4 +1,4 @@
>   # From https://www.kernel.org/pub/software/network/iw/sha256sums.asc
> -sha256  f167bbe947dd53bb9ebc0c1dcef5db6ad73ac1d6084f2c6f9376c5c360cc4d4e  iw-5.19.tar.xz
> +sha256  3f2db22ad41c675242b98ae3942dbf3112548c60a42ff739210f2de4e98e4894  iw-6.9.tar.xz
>   # Locally calculated
>   sha256  5932fb70481e128940168a5fdf133e6454293c0865c7e757874b235cb6daa2af  COPYING
> diff --git a/package/iw/iw.mk b/package/iw/iw.mk
> index 60ada9d57f..f20d8f1065 100644
> --- a/package/iw/iw.mk
> +++ b/package/iw/iw.mk
> @@ -4,7 +4,7 @@
>   #
>   ################################################################################
>   
> -IW_VERSION = 5.19
> +IW_VERSION = 6.9
>   IW_SOURCE = iw-$(IW_VERSION).tar.xz
>   IW_SITE = $(BR2_KERNEL_MIRROR)/software/network/iw
>   IW_LICENSE = ISC

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

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

* Re: [Buildroot] [PATCH 1/1] package/iw: bump version to 6.9
  2025-01-29  7:34 [Buildroot] [PATCH 1/1] package/iw: bump version to 6.9 Akhilesh Nema
  2025-01-29  9:29 ` Marcus Hoffmann via buildroot
@ 2025-02-02 22:24 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2025-02-02 22:24 UTC (permalink / raw)
  To: Akhilesh Nema; +Cc: buildroot

>>>>> "Akhilesh" == Akhilesh Nema <nemaakhilesh@gmail.com> writes:

 > Signed-off-by: Akhilesh Nema <nemaakhilesh@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
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:[~2025-02-02 22:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-29  7:34 [Buildroot] [PATCH 1/1] package/iw: bump version to 6.9 Akhilesh Nema
2025-01-29  9:29 ` Marcus Hoffmann via buildroot
2025-02-02 22:24 ` Peter Korsgaard

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.