package/rng-tools: add _CPE_ID_VENDOR
authorMatt Weber <matthew.weber@rockwellcollins.com>
Tue, 20 Apr 2021 20:11:43 +0000 (15:11 -0500)
committerYann E. MORIN <yann.morin.1998@free.fr>
Tue, 20 Apr 2021 21:23:13 +0000 (23:23 +0200)
cpe:2.3:a:rng-tools_project:rng-tools:* is a valid CPE identifier for this package:

 https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:rng-tools_project:rng-tools

Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com>
[yann.morin.1998@free.fr: move up, right after license]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/rng-tools/rng-tools.mk

index 2d508413a48a78db1c9e2a3a627fa8183fd1ec3b..46688b2d9e843ed5ecac9a535347227eedd29d20 100644 (file)
@@ -8,6 +8,8 @@ RNG_TOOLS_VERSION = 6.12
 RNG_TOOLS_SITE = $(call github,nhorman,$(RNG_TOOLS_NAME),v$(RNG_TOOLS_VERSION))
 RNG_TOOLS_LICENSE = GPL-2.0
 RNG_TOOLS_LICENSE_FILES = COPYING
+RNG_TOOLS_CPE_ID_VENDOR = rng-tools_project
+
 RNG_TOOLS_DEPENDENCIES = host-pkgconf openssl
 # From git
 RNG_TOOLS_AUTORECONF = YES