* [Buildroot] [PATCH 1/1] package/fastd: security bump to version 23
@ 2025-10-04 10:07 Dario Binacchi
2025-10-05 13:35 ` Peter Korsgaard
2025-10-09 14:54 ` Thomas Perale via buildroot
0 siblings, 2 replies; 3+ messages in thread
From: Dario Binacchi @ 2025-10-04 10:07 UTC (permalink / raw)
To: buildroot; +Cc: Alexander Dahl, Dario Binacchi
This bump includes the security fix for CVE-2025-24356.
Fixes:
https://www.cve.org/CVERecord?id=CVE-2025-24356.
The COPYRIGHT file was renamed to LICENSE [1]. The hash file was updated
because a date was removed [2] and the libmnl version was updated [3].
Release notes:
https://fastd.readthedocs.io/en/stable/releases/v23.html
[1] https://github.com/neocturne/fastd/commit/fa88c739b9afe053905bddc7fbb9c252e290c35d
[2] https://github.com/neocturne/fastd/commit/318c944f40c90e048e370b2f75598bfcd79a1790
[3] https://github.com/neocturne/fastd/commit/c08a3d59debddf5f99e442d9529a142f04549b50
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
---
package/fastd/fastd.hash | 4 ++--
package/fastd/fastd.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/fastd/fastd.hash b/package/fastd/fastd.hash
index 5f7f9665336e..a02b506c98ea 100644
--- a/package/fastd/fastd.hash
+++ b/package/fastd/fastd.hash
@@ -1,3 +1,3 @@
# computed locally
-sha256 19750b88705d66811b7c21b672537909c19ae6b21350688cbd1a3a54d08a8951 fastd-22.tar.xz
-sha256 adf08b42f1b890b89e998360a864cb4f8441a0a57c9e95e2ce1bfdfc24c49976 COPYRIGHT
+sha256 dcab54485c79dda22ce6308a2a48764d53977a518952facd1204ba21af1c86e0 fastd-23.tar.xz
+sha256 f229ee6df84971355f7d54d60b0302ca8a3b883d2dc41176e58e9da4aa7c1b05 LICENSE
diff --git a/package/fastd/fastd.mk b/package/fastd/fastd.mk
index 6c496cf9ef1a..e697ad0ca88a 100644
--- a/package/fastd/fastd.mk
+++ b/package/fastd/fastd.mk
@@ -4,7 +4,7 @@
#
################################################################################
-FASTD_VERSION = 22
+FASTD_VERSION = 23
FASTD_SITE = https://github.com/NeoRaider/fastd/releases/download/v$(FASTD_VERSION)
FASTD_SOURCE = fastd-$(FASTD_VERSION).tar.xz
FASTD_LICENSE = BSD-2-Clause
--
2.43.0
_______________________________________________
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/fastd: security bump to version 23
2025-10-04 10:07 [Buildroot] [PATCH 1/1] package/fastd: security bump to version 23 Dario Binacchi
@ 2025-10-05 13:35 ` Peter Korsgaard
2025-10-09 14:54 ` Thomas Perale via buildroot
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2025-10-05 13:35 UTC (permalink / raw)
To: Dario Binacchi; +Cc: buildroot, Alexander Dahl
>>>>> "Dario" == Dario Binacchi <dario.binacchi@amarulasolutions.com> writes:
> This bump includes the security fix for CVE-2025-24356.
> Fixes:
> https://www.cve.org/CVERecord?id=CVE-2025-24356.
> The COPYRIGHT file was renamed to LICENSE [1]. The hash file was updated
> because a date was removed [2] and the libmnl version was updated [3].
> Release notes:
> https://fastd.readthedocs.io/en/stable/releases/v23.html
> [1] https://github.com/neocturne/fastd/commit/fa88c739b9afe053905bddc7fbb9c252e290c35d
> [2] https://github.com/neocturne/fastd/commit/318c944f40c90e048e370b2f75598bfcd79a1790
> [3] https://github.com/neocturne/fastd/commit/c08a3d59debddf5f99e442d9529a142f04549b50
> Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Committed after updating FASTD_LICENSE_FILES, 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
* Re: [Buildroot] [PATCH 1/1] package/fastd: security bump to version 23
2025-10-04 10:07 [Buildroot] [PATCH 1/1] package/fastd: security bump to version 23 Dario Binacchi
2025-10-05 13:35 ` Peter Korsgaard
@ 2025-10-09 14:54 ` Thomas Perale via buildroot
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Perale via buildroot @ 2025-10-09 14:54 UTC (permalink / raw)
To: Dario Binacchi; +Cc: Thomas Perale, buildroot
In reply of:
> This bump includes the security fix for CVE-2025-24356.
>
> Fixes:
> https://www.cve.org/CVERecord?id=CVE-2025-24356.
>
> The COPYRIGHT file was renamed to LICENSE [1]. The hash file was updated
> because a date was removed [2] and the libmnl version was updated [3].
>
> Release notes:
> https://fastd.readthedocs.io/en/stable/releases/v23.html
>
> [1] https://github.com/neocturne/fastd/commit/fa88c739b9afe053905bddc7fbb9c252e290c35d
> [2] https://github.com/neocturne/fastd/commit/318c944f40c90e048e370b2f75598bfcd79a1790
> [3] https://github.com/neocturne/fastd/commit/c08a3d59debddf5f99e442d9529a142f04549b50
> Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Applied to 2025.02.x, 2025.05.x & 2025.08.x. Thanks
> ---
> package/fastd/fastd.hash | 4 ++--
> package/fastd/fastd.mk | 2 +-
> 2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/package/fastd/fastd.hash b/package/fastd/fastd.hash
> index 5f7f9665336e..a02b506c98ea 100644
> --- a/package/fastd/fastd.hash
> +++ b/package/fastd/fastd.hash
> @@ -1,3 +1,3 @@
> # computed locally
> -sha256 19750b88705d66811b7c21b672537909c19ae6b21350688cbd1a3a54d08a8951 fastd-22.tar.xz
> -sha256 adf08b42f1b890b89e998360a864cb4f8441a0a57c9e95e2ce1bfdfc24c49976 COPYRIGHT
> +sha256 dcab54485c79dda22ce6308a2a48764d53977a518952facd1204ba21af1c86e0 fastd-23.tar.xz
> +sha256 f229ee6df84971355f7d54d60b0302ca8a3b883d2dc41176e58e9da4aa7c1b05 LICENSE
> diff --git a/package/fastd/fastd.mk b/package/fastd/fastd.mk
> index 6c496cf9ef1a..e697ad0ca88a 100644
> --- a/package/fastd/fastd.mk
> +++ b/package/fastd/fastd.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -FASTD_VERSION = 22
> +FASTD_VERSION = 23
> FASTD_SITE = https://github.com/NeoRaider/fastd/releases/download/v$(FASTD_VERSION)
> FASTD_SOURCE = fastd-$(FASTD_VERSION).tar.xz
> FASTD_LICENSE = BSD-2-Clause
> --
> 2.43.0
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
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-10-09 14:55 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-04 10:07 [Buildroot] [PATCH 1/1] package/fastd: security bump to version 23 Dario Binacchi
2025-10-05 13:35 ` Peter Korsgaard
2025-10-09 14:54 ` Thomas Perale via buildroot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox