Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/ell: bump to version 0.63
@ 2024-03-05 15:59 Fabrice Fontaine
  2024-03-05 15:59 ` [Buildroot] [PATCH 2/2] package/iwd: security bump to version 2.16 Fabrice Fontaine
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Fabrice Fontaine @ 2024-03-05 15:59 UTC (permalink / raw)
  To: buildroot; +Cc: Fabrice Fontaine

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

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 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 8bc61ee293..f5ded676c3 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  c21ba3530d530c736f9b3e6acc954d4404c1ce4abaf2a4694e46ecec17653fa0  ell-0.61.tar.xz
+sha256  7397c76996d7646b9917ebf016cd67586b10166295af2e0e18cdb5b8f6659965  ell-0.63.tar.xz
 
 # License files
 sha256  ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5  COPYING
diff --git a/package/ell/ell.mk b/package/ell/ell.mk
index 300c1eee88..f43dbdb5f7 100644
--- a/package/ell/ell.mk
+++ b/package/ell/ell.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-ELL_VERSION = 0.61
+ELL_VERSION = 0.63
 ELL_SOURCE = ell-$(ELL_VERSION).tar.xz
 ELL_SITE = $(BR2_KERNEL_MIRROR)/linux/libs/ell
 ELL_LICENSE = LGPL-2.1+
-- 
2.43.0

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

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

* [Buildroot] [PATCH 2/2] package/iwd: security bump to version 2.16
  2024-03-05 15:59 [Buildroot] [PATCH 1/2] package/ell: bump to version 0.63 Fabrice Fontaine
@ 2024-03-05 15:59 ` Fabrice Fontaine
  2024-03-06  7:25   ` Peter Korsgaard
  2024-03-20 20:34   ` Peter Korsgaard
  2024-03-06  7:25 ` [Buildroot] [PATCH 1/2] package/ell: bump to version 0.63 Peter Korsgaard
  2024-03-20 20:34 ` Peter Korsgaard
  2 siblings, 2 replies; 6+ messages in thread
From: Fabrice Fontaine @ 2024-03-05 15:59 UTC (permalink / raw)
  To: buildroot; +Cc: Fabrice Fontaine

Fix CVE-2023-52161: The Access Point functionality in
eapol_auth_key_handle in eapol.c in iNet wireless daemon (IWD) before
2.14 allows attackers to gain unauthorized access to a protected Wi-Fi
network. An attacker can complete the EAPOL handshake by skipping Msg2/4
and instead sending Msg4/4 with an all-zero key.

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

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 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 4eea644842..3f18146e13 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  f7ac93aeef672604f5b5194ca038035ae222925be392c4345873c9742f477797  iwd-2.6.tar.xz
+sha256  c1a82032e994861e794cf3b5a16d07ae1aa03a6674f716c73408ffeae2a233ba  iwd-2.16.tar.xz
 
 # License files
 sha256  ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5  COPYING
diff --git a/package/iwd/iwd.mk b/package/iwd/iwd.mk
index f20427114b..af6b2f849a 100644
--- a/package/iwd/iwd.mk
+++ b/package/iwd/iwd.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-IWD_VERSION = 2.6
+IWD_VERSION = 2.16
 IWD_SOURCE = iwd-$(IWD_VERSION).tar.xz
 IWD_SITE = $(BR2_KERNEL_MIRROR)/linux/network/wireless
 IWD_LICENSE = LGPL-2.1+
-- 
2.43.0

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

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

* Re: [Buildroot] [PATCH 1/2] package/ell: bump to version 0.63
  2024-03-05 15:59 [Buildroot] [PATCH 1/2] package/ell: bump to version 0.63 Fabrice Fontaine
  2024-03-05 15:59 ` [Buildroot] [PATCH 2/2] package/iwd: security bump to version 2.16 Fabrice Fontaine
@ 2024-03-06  7:25 ` Peter Korsgaard
  2024-03-20 20:34 ` Peter Korsgaard
  2 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2024-03-06  7:25 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > https://git.kernel.org/pub/scm/libs/ell/ell.git/tree/ChangeLog?h=0.63
 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@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] 6+ messages in thread

* Re: [Buildroot] [PATCH 2/2] package/iwd: security bump to version 2.16
  2024-03-05 15:59 ` [Buildroot] [PATCH 2/2] package/iwd: security bump to version 2.16 Fabrice Fontaine
@ 2024-03-06  7:25   ` Peter Korsgaard
  2024-03-20 20:34   ` Peter Korsgaard
  1 sibling, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2024-03-06  7:25 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > Fix CVE-2023-52161: The Access Point functionality in
 > eapol_auth_key_handle in eapol.c in iNet wireless daemon (IWD) before
 > 2.14 allows attackers to gain unauthorized access to a protected Wi-Fi
 > network. An attacker can complete the EAPOL handshake by skipping Msg2/4
 > and instead sending Msg4/4 with an all-zero key.

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

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@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] 6+ messages in thread

* Re: [Buildroot] [PATCH 1/2] package/ell: bump to version 0.63
  2024-03-05 15:59 [Buildroot] [PATCH 1/2] package/ell: bump to version 0.63 Fabrice Fontaine
  2024-03-05 15:59 ` [Buildroot] [PATCH 2/2] package/iwd: security bump to version 2.16 Fabrice Fontaine
  2024-03-06  7:25 ` [Buildroot] [PATCH 1/2] package/ell: bump to version 0.63 Peter Korsgaard
@ 2024-03-20 20:34 ` Peter Korsgaard
  2 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2024-03-20 20:34 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > https://git.kernel.org/pub/scm/libs/ell/ell.git/tree/ChangeLog?h=0.63
 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to 2024.02.x, 2023.02.x and 2023.11.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 2/2] package/iwd: security bump to version 2.16
  2024-03-05 15:59 ` [Buildroot] [PATCH 2/2] package/iwd: security bump to version 2.16 Fabrice Fontaine
  2024-03-06  7:25   ` Peter Korsgaard
@ 2024-03-20 20:34   ` Peter Korsgaard
  1 sibling, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2024-03-20 20:34 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > Fix CVE-2023-52161: The Access Point functionality in
 > eapol_auth_key_handle in eapol.c in iNet wireless daemon (IWD) before
 > 2.14 allows attackers to gain unauthorized access to a protected Wi-Fi
 > network. An attacker can complete the EAPOL handshake by skipping Msg2/4
 > and instead sending Msg4/4 with an all-zero key.

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

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to 2024.02.x, 2023.02.x and 2023.11.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2024-03-20 20:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-05 15:59 [Buildroot] [PATCH 1/2] package/ell: bump to version 0.63 Fabrice Fontaine
2024-03-05 15:59 ` [Buildroot] [PATCH 2/2] package/iwd: security bump to version 2.16 Fabrice Fontaine
2024-03-06  7:25   ` Peter Korsgaard
2024-03-20 20:34   ` Peter Korsgaard
2024-03-06  7:25 ` [Buildroot] [PATCH 1/2] package/ell: bump to version 0.63 Peter Korsgaard
2024-03-20 20:34 ` Peter Korsgaard

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