[Buildroot] [git commit] package/fastd: security bump to version 23
Peter Korsgaard
peter at korsgaard.com
Sun Oct 5 13:34:46 UTC 2025
commit: https://git.buildroot.net/buildroot/commit/?id=2b5bcfd626b3d861887518ab5fb99f96d62db7ac
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master
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 at amarulasolutions.com>
[Peter: update FASTD_LICENSE_FILES]
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
package/fastd/fastd.hash | 4 ++--
package/fastd/fastd.mk | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/fastd/fastd.hash b/package/fastd/fastd.hash
index 5f7f966533..a02b506c98 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 6c496cf9ef..4df0ce8210 100644
--- a/package/fastd/fastd.mk
+++ b/package/fastd/fastd.mk
@@ -4,11 +4,11 @@
#
################################################################################
-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
-FASTD_LICENSE_FILES = COPYRIGHT
+FASTD_LICENSE_FILES = LICENSE
FASTD_CPE_ID_VERSION = $(FASTD_VERSION).0
FASTD_DEPENDENCIES = host-bison host-pkgconf libuecc libsodium
More information about the buildroot
mailing list