diff mbox series

[05/25] package/gperf: add _CPE_ID_VENDOR and _CPE_ID_PRODUCT

Message ID 20210420201146.42858-5-matthew.weber@rockwellcollins.com
State Accepted
Headers show
Series [01/25] package/automake: add _CPE_ID_VENDOR | expand

Commit Message

Matt Weber April 20, 2021, 8:11 p.m. UTC
cpe:2.3:a:gperftools_project:gperftools:* is a valid CPE identifier for this package:

 https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:gperftools_project:gperftools

Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com>
---
 package/gperf/gperf.mk | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/package/gperf/gperf.mk b/package/gperf/gperf.mk
index 4b928a0ebd..c2f042c464 100644
--- a/package/gperf/gperf.mk
+++ b/package/gperf/gperf.mk
@@ -8,6 +8,8 @@  GPERF_VERSION = 3.1
 GPERF_SITE = $(BR2_GNU_MIRROR)/gperf
 GPERF_LICENSE = GPL-3.0+
 GPERF_LICENSE_FILES = COPYING
+GPERF_CPE_ID_VENDOR = gperftools_project
+GPERF_CPE_ID_PRODUCT = gperftools
 
 $(eval $(autotools-package))
 $(eval $(host-autotools-package))