[Buildroot] [git commit branch/2021.02.x] package/grpc: add GRPC_CPE_ID_VENDOR

Peter Korsgaard peter at korsgaard.com
Wed May 19 19:51:06 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=f0c0b27d47695b528b83b0b982751ca95fd6a848
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2021.02.x

cpe:2.3:a:grpc:grpc is a valid CPE identifier for this package:

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

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
(cherry picked from commit ea77594f3fb2bfab7fe0bb7417fdee0f3a6ccd9a)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/grpc/grpc.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/grpc/grpc.mk b/package/grpc/grpc.mk
index 27b28deff3..f7a704dcd1 100644
--- a/package/grpc/grpc.mk
+++ b/package/grpc/grpc.mk
@@ -8,6 +8,7 @@ GRPC_VERSION = 1.35.0
 GRPC_SITE = $(call github,grpc,grpc,v$(GRPC_VERSION))
 GRPC_LICENSE = Apache-2.0
 GRPC_LICENSE_FILES = LICENSE
+GRPC_CPE_ID_VENDOR = grpc
 
 GRPC_INSTALL_STAGING = YES
 


More information about the buildroot mailing list