package/fastd: add FASTD_CPE_ID_VERSION
authorAlexander Dahl <post@lespocky.de>
Mon, 29 Mar 2021 19:29:05 +0000 (21:29 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 30 Mar 2021 19:40:17 +0000 (21:40 +0200)
With that FASTD_CPE_ID expands to:

    cpe:2.3:a:fastd_project:fastd:21.0:*:*:*:*:*:*:*

That's the same as listed on
https://nvd.nist.gov/products/cpe/detail/826746

Signed-off-by: Alexander Dahl <post@lespocky.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/fastd/fastd.mk

index bbec63d963420a95f4410138d98f66825184f4f0..c1db1cc472c2b49886c4fac193567f70e7ee6369 100644 (file)
@@ -9,6 +9,7 @@ FASTD_SITE = https://github.com/NeoRaider/fastd/releases/download/v$(FASTD_VERSI
 FASTD_SOURCE = fastd-$(FASTD_VERSION).tar.xz
 FASTD_LICENSE = BSD-2-Clause
 FASTD_LICENSE_FILES = COPYRIGHT
+FASTD_CPE_ID_VERSION = $(FASTD_VERSION).0
 FASTD_DEPENDENCIES = host-bison host-pkgconf libuecc libsodium
 
 ifeq ($(BR2_PACKAGE_LIBCAP),y)