Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] package/ell: bump version to 0.79
@ 2025-08-03 14:00 Peter Seiderer via buildroot
  2025-08-03 14:00 ` [Buildroot] [PATCH 2/3] package/iwd: bump version to 3.9 Peter Seiderer via buildroot
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Peter Seiderer via buildroot @ 2025-08-03 14:00 UTC (permalink / raw)
  To: buildroot; +Cc: Fiona Klute, Peter Seiderer

Changelog (see [1]):

  ver 0.79:
    Fix issue with D-Bus client and watch removal handling.
    Fix issue with D-Bus client and service name handling.
    Fix issue with D-Bus proxy and filter rule handling.

  ver 0.78:
    Fix issue with random ECC scalar generation.

  ver 0.77:
    Add support for precheck feature for unit tests.
    Add support for license variable for pkg-config.

  ver 0.76:
    Fix issue with random scalar generation.

  ver 0.75:
    Add support for converting OID octets to strings.
    Add support for NIST P-224 cuve usage with ECDH.
    Add support for NIST P-521 cuve usage with ECDH.
    Add support for SHA-3 series of hashing algorithms.

  ver 0.74:
    Add support for NIST P-192 curve usage with ECDH.
    Add support for SHA-224 based checksums and HMACs.

  ver 0.73:
    Fix issue with parsing hwdb.bin child structures.

  ver 0.72:
    Add support for the Test Anything Protocol.

  ver 0.71:
    Fix issue with GCC 15 and -std=c23 build errors.

  ver 0.70:
    Add support for helper function for safe memcpy.

[1] https://git.kernel.org/pub/scm/libs/ell/ell.git/tree/ChangeLog?h=0.79

Signed-off-by: Peter Seiderer <ps.report@gmx.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 4f67cbae21..418d1a9a2a 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  6cfc0888edc94de9f0623798609587b2cc11b92b892945f317e8d199afe7b12e  ell-0.69.tar.xz
+sha256  28dabdb1966fd2e47363c44e041de507e9420411b846947efa01b4cb0cda0d6b  ell-0.79.tar.xz
 
 # License files
 sha256  ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5  COPYING
diff --git a/package/ell/ell.mk b/package/ell/ell.mk
index 6d4e8a5ae7..a0ae7a68c8 100644
--- a/package/ell/ell.mk
+++ b/package/ell/ell.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-ELL_VERSION = 0.69
+ELL_VERSION = 0.79
 ELL_SOURCE = ell-$(ELL_VERSION).tar.xz
 ELL_SITE = $(BR2_KERNEL_MIRROR)/linux/libs/ell
 ELL_LICENSE = LGPL-2.1+
-- 
2.50.1

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

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

* [Buildroot] [PATCH 2/3] package/iwd: bump version to 3.9
  2025-08-03 14:00 [Buildroot] [PATCH 1/3] package/ell: bump version to 0.79 Peter Seiderer via buildroot
@ 2025-08-03 14:00 ` Peter Seiderer via buildroot
  2025-08-03 14:00 ` [Buildroot] [PATCH 3/3] package/iwd: fix S40iwd check-package warnings Peter Seiderer via buildroot
  2025-08-03 15:50 ` [Buildroot] [PATCH 1/3] package/ell: bump version to 0.79 Julien Olivain via buildroot
  2 siblings, 0 replies; 5+ messages in thread
From: Peter Seiderer via buildroot @ 2025-08-03 14:00 UTC (permalink / raw)
  To: buildroot; +Cc: Fiona Klute, Peter Seiderer

Changelog (see [1]):

  ver 3.9:
    Fix issue with Access Point mode and frequency unlocking.
    Fix issue with network configuration and BSS retry logic.
    Fix issue with handling busy notification from Access Point.
    Fix issue with handling P-192, P-224 and P-521 for SAE.

  ver 3.8:
    Fix issue with handling unit tests and missing kernel features.

  ver 3.7:
    Fix issue with handling length of EncryptedSecurity.
    Fix issue with handling empty affinities lists.
    Fix issue with handling survey scanning results.
    Fix issue with handling duplicate values in DPP URI.

  ver 3.6:
    Fix issue with handling blacklisting and roaming requests.
    Fix issue with handling CQM thresholds for FullMAC devices.
    Add support for PMKSA when using FullMAC devices.

  ver 3.5:
    Add support for option to disable blacklist handling.
    Add support for option to disable SAE for broken drivers.

  ver 3.4:
    Add support for the Test Anything Protocol.

  ver 3.3:
    Fix issue with handling External Authentication.

  ver 3.2:
    Fix issue with GCC 15 and -std=c23 build errors.
    Add support for using PMKSA over SAE if available.
    Add support for HighUtilization/StationCount thresholds.
    Add support for disabling Multicast RX option.

  ver 3.1:
    Fix issue with handling OWE transition BSS selection.
    Fix issue with handling oper class 136 starting frequency.

[1] https://git.kernel.org/pub/scm/network/wireless/iwd.git/tree/ChangeLog?h=3.9

Signed-off-by: Peter Seiderer <ps.report@gmx.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 b0a72efd7a..22e5ac3335 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  bd167ab368b6ba302b6c948a4f41f02d233a12e20d5094b1c0393325309f8a60  iwd-3.0.tar.xz
+sha256  0cd7dc9b32b9d6809a4a5e5d063b5c5fd279f5ad3a0bf03d7799da66df5cad45  iwd-3.9.tar.xz
 
 # License files
 sha256  ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5  COPYING
diff --git a/package/iwd/iwd.mk b/package/iwd/iwd.mk
index 3a178795da..de90b2d346 100644
--- a/package/iwd/iwd.mk
+++ b/package/iwd/iwd.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-IWD_VERSION = 3.0
+IWD_VERSION = 3.9
 IWD_SOURCE = iwd-$(IWD_VERSION).tar.xz
 IWD_SITE = $(BR2_KERNEL_MIRROR)/linux/network/wireless
 IWD_LICENSE = LGPL-2.1+
-- 
2.50.1

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

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

* [Buildroot] [PATCH 3/3] package/iwd: fix S40iwd check-package warnings
  2025-08-03 14:00 [Buildroot] [PATCH 1/3] package/ell: bump version to 0.79 Peter Seiderer via buildroot
  2025-08-03 14:00 ` [Buildroot] [PATCH 2/3] package/iwd: bump version to 3.9 Peter Seiderer via buildroot
@ 2025-08-03 14:00 ` Peter Seiderer via buildroot
  2025-08-03 15:50 ` [Buildroot] [PATCH 1/3] package/ell: bump version to 0.79 Julien Olivain via buildroot
  2 siblings, 0 replies; 5+ messages in thread
From: Peter Seiderer via buildroot @ 2025-08-03 14:00 UTC (permalink / raw)
  To: buildroot; +Cc: Fiona Klute, Peter Seiderer

Fix fix S40iwd check-package warnings:

- package/iwd/S40iwd:3: Do not include path in DAEMON
  (https://nightly.buildroot.org/#adding-packages-start-script)

- package/iwd/S40iwd:4: Incorrect PIDFILE value
  (https://nightly.buildroot.org/#adding-packages-start-script)

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
 package/iwd/S40iwd | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/package/iwd/S40iwd b/package/iwd/S40iwd
index 6714ca9956..7858ff3e42 100644
--- a/package/iwd/S40iwd
+++ b/package/iwd/S40iwd
@@ -1,16 +1,16 @@
 #!/bin/sh
 
-DAEMON="/usr/libexec/iwd"
-PIDFILE="/var/run/iwd.pid"
+DAEMON="iwd"
+PIDFILE="/var/run/$DAEMON.pid"
 
 IWD_ARGS=""
 
-[ -r "/etc/default/iwd" ] && . "/etc/default/iwd"
+[ -r "/etc/default/$DAEMON" ] && . "/etc/default/$DAEMON"
 
 start() {
-	printf "Starting iwd:"
+	printf 'Starting %s: ' "$DAEMON"
 	mkdir -p /tmp/iwd/hotspot
-	start-stop-daemon -b -m -S -q -p "$PIDFILE" -x "$DAEMON" \
+	start-stop-daemon -b -m -S -q -p "$PIDFILE" -x "/usr/libexec/$DAEMON" \
 		-- $IWD_ARGS
 	status=$?
 	if [ "$status" -eq 0 ]; then
@@ -22,7 +22,7 @@ start() {
 }
 
 stop() {
-	printf "Stopping iwd:"
+	printf 'Stopping %s: ' "$DAEMON"
 	start-stop-daemon -K -q -p "$PIDFILE"
 	status=$?
 	if [ "$status" -eq 0 ]; then
-- 
2.50.1

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

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

* Re: [Buildroot] [PATCH 1/3] package/ell: bump version to 0.79
  2025-08-03 14:00 [Buildroot] [PATCH 1/3] package/ell: bump version to 0.79 Peter Seiderer via buildroot
  2025-08-03 14:00 ` [Buildroot] [PATCH 2/3] package/iwd: bump version to 3.9 Peter Seiderer via buildroot
  2025-08-03 14:00 ` [Buildroot] [PATCH 3/3] package/iwd: fix S40iwd check-package warnings Peter Seiderer via buildroot
@ 2025-08-03 15:50 ` Julien Olivain via buildroot
  2025-08-03 17:22   ` Peter Seiderer via buildroot
  2 siblings, 1 reply; 5+ messages in thread
From: Julien Olivain via buildroot @ 2025-08-03 15:50 UTC (permalink / raw)
  To: Peter Seiderer; +Cc: buildroot, Fiona Klute

On 03/08/2025 16:00, Peter Seiderer via buildroot wrote:
> Changelog (see [1]):
[...]
> [1] 
> https://git.kernel.org/pub/scm/libs/ell/ell.git/tree/ChangeLog?h=0.79
> 
> Signed-off-by: Peter Seiderer <ps.report@gmx.net>

Series applied to master, thanks.

For info, I fixed another check-package error in patch 3/3.

     make check-package
     package/iwd/S40iwd:0: lib_sysv.Variables was expected to fail, did 
you fix the file and forget to update /buildroot/.checkpackageignore?

See:
https://gitlab.com/buildroot.org/buildroot/-/commit/0343f03ce496b16b775859c78664425be6278aa9

Best regards,

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

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

* Re: [Buildroot] [PATCH 1/3] package/ell: bump version to 0.79
  2025-08-03 15:50 ` [Buildroot] [PATCH 1/3] package/ell: bump version to 0.79 Julien Olivain via buildroot
@ 2025-08-03 17:22   ` Peter Seiderer via buildroot
  0 siblings, 0 replies; 5+ messages in thread
From: Peter Seiderer via buildroot @ 2025-08-03 17:22 UTC (permalink / raw)
  To: Julien Olivain; +Cc: buildroot, Fiona Klute

Hello Julien,

On Sun, 03 Aug 2025 17:50:55 +0200, Julien Olivain <ju.o@free.fr> wrote:

> On 03/08/2025 16:00, Peter Seiderer via buildroot wrote:
> > Changelog (see [1]):  
> [...]
> > [1] 
> > https://git.kernel.org/pub/scm/libs/ell/ell.git/tree/ChangeLog?h=0.79
> > 
> > Signed-off-by: Peter Seiderer <ps.report@gmx.net>  
> 
> Series applied to master, thanks.
> 
> For info, I fixed another check-package error in patch 3/3.
> 
>      make check-package
>      package/iwd/S40iwd:0: lib_sysv.Variables was expected to fail, did 
> you fix the file and forget to update /buildroot/.checkpackageignore?

No, simply missed it (did only './utils/check-package package/iwd/*')...

Thanks for fixing it!

Regards,
Peter

> 
> See:
> https://gitlab.com/buildroot.org/buildroot/-/commit/0343f03ce496b16b775859c78664425be6278aa9
> 
> Best regards,
> 
> Julien.

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

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

end of thread, other threads:[~2025-08-03 17:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-03 14:00 [Buildroot] [PATCH 1/3] package/ell: bump version to 0.79 Peter Seiderer via buildroot
2025-08-03 14:00 ` [Buildroot] [PATCH 2/3] package/iwd: bump version to 3.9 Peter Seiderer via buildroot
2025-08-03 14:00 ` [Buildroot] [PATCH 3/3] package/iwd: fix S40iwd check-package warnings Peter Seiderer via buildroot
2025-08-03 15:50 ` [Buildroot] [PATCH 1/3] package/ell: bump version to 0.79 Julien Olivain via buildroot
2025-08-03 17:22   ` Peter Seiderer via buildroot

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