mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/fastd: security bump to version 23
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]fa88c739b9[2]318c944f40[3]c08a3d59deSigned-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> [Peter: update FASTD_LICENSE_FILES] Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
215133c0fc
commit
2b5bcfd626
@@ -1,3 +1,3 @@
|
||||
# computed locally
|
||||
sha256 19750b88705d66811b7c21b672537909c19ae6b21350688cbd1a3a54d08a8951 fastd-22.tar.xz
|
||||
sha256 adf08b42f1b890b89e998360a864cb4f8441a0a57c9e95e2ce1bfdfc24c49976 COPYRIGHT
|
||||
sha256 dcab54485c79dda22ce6308a2a48764d53977a518952facd1204ba21af1c86e0 fastd-23.tar.xz
|
||||
sha256 f229ee6df84971355f7d54d60b0302ca8a3b883d2dc41176e58e9da4aa7c1b05 LICENSE
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user