[Buildroot] [PATCH 1/1] package/axel: set AXEL_CPE_ID_VALID

Fabrice Fontaine fontaine.fabrice at gmail.com
Fri Feb 12 20:06:59 UTC 2021


cpe:2.3:a:axel_project:axel is a valid CPE identifier for this package:

  https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Aaxel_project%3Aaxel

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
---
 package/axel/axel.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/axel/axel.mk b/package/axel/axel.mk
index 2118a3438e..8dbf277b88 100644
--- a/package/axel/axel.mk
+++ b/package/axel/axel.mk
@@ -9,6 +9,7 @@ AXEL_SITE = https://github.com/axel-download-accelerator/axel/releases/download/
 AXEL_SOURCE = axel-$(AXEL_VERSION).tar.xz
 AXEL_LICENSE = GPL-2.0+
 AXEL_LICENSE_FILES = COPYING
+AXEL_CPE_ID_VALID = YES
 AXEL_DEPENDENCIES = host-pkgconf $(TARGET_NLS_DEPENDENCIES)
 
 # ac_cv_prog_cc_c99 is required for BR2_USE_WCHAR=n because the C99 test
-- 
2.29.2



More information about the buildroot mailing list