[Buildroot] [git commit branch/2021.02.x] package/openresolv: add _CPE_ID_VENDOR

Peter Korsgaard peter at korsgaard.com
Mon Apr 26 13:12:11 UTC 2021


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

cpe:2.3:a:openresolv_project:openresolv:* is a valid CPE identifier for this package:

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

Signed-off-by: Matthew Weber <matthew.weber at rockwellcollins.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
(cherry picked from commit 444d71e123e13c7102bfe3d38552c439b4a3e3b3)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/openresolv/openresolv.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/openresolv/openresolv.mk b/package/openresolv/openresolv.mk
index 44e0720428..55ec7fd8f9 100644
--- a/package/openresolv/openresolv.mk
+++ b/package/openresolv/openresolv.mk
@@ -8,6 +8,7 @@ OPENRESOLV_VERSION = 3.10.0
 OPENRESOLV_SITE = $(call github,rsmarples,openresolv,openresolv-$(OPENRESOLV_VERSION))
 OPENRESOLV_LICENSE = BSD-2-Clause
 OPENRESOLV_LICENSE_FILES = LICENSE
+OPENRESOLV_CPE_ID_VENDOR = openresolv_project
 
 define OPENRESOLV_CONFIGURE_CMDS
 	cd $(@D) && $(TARGET_CONFIGURE_OPTS) ./configure --sysconfdir=/etc


More information about the buildroot mailing list