[Buildroot] [PATCH 1/1] package/lrzip: add CPE variables

Fabrice Fontaine fontaine.fabrice at gmail.com
Sat Oct 8 22:19:08 UTC 2022


cpe:2.3:a:long_range_zip_project:long_range_zip is a valid CPE
identifier for this package:

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

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

diff --git a/package/lrzip/lrzip.mk b/package/lrzip/lrzip.mk
index 409d9912d8..27d9fde204 100644
--- a/package/lrzip/lrzip.mk
+++ b/package/lrzip/lrzip.mk
@@ -9,6 +9,8 @@ LRZIP_SITE = $(call github,ckolivas,lrzip,v$(LRZIP_VERSION))
 LRZIP_AUTORECONF = YES
 LRZIP_LICENSE = GPL-2.0+
 LRZIP_LICENSE_FILES = COPYING
+LRZIP_CPE_ID_VENDOR = long_range_zip_project
+LRZIP_CPE_ID_PRODUCT = long_range_zip
 LRZIP_DEPENDENCIES = zlib lz4 lzo bzip2
 
 ifeq ($(BR2_i386)$(BR2_x86_64),y)
-- 
2.35.1




More information about the buildroot mailing list