[Buildroot] [git commit] package/pugixml: add _CPE_ID_VENDOR

Yann E. MORIN yann.morin.1998 at free.fr
Tue Apr 20 21:23:13 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=12e88b0d602cc709279053dd93608597a8948fdc
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

cpe:2.3:a:pugixml_project:pugixml:* is a valid CPE identifier for this package:

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

Signed-off-by: Matthew Weber <matthew.weber at rockwellcollins.com>
[yann.morin.1998 at free.fr: move up, right after license]
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
---
 package/pugixml/pugixml.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/pugixml/pugixml.mk b/package/pugixml/pugixml.mk
index 5d7fc63017..ddda5a3ccc 100644
--- a/package/pugixml/pugixml.mk
+++ b/package/pugixml/pugixml.mk
@@ -8,6 +8,8 @@ PUGIXML_VERSION = 1.11.4
 PUGIXML_SITE = http://github.com/zeux/pugixml/releases/download/v$(PUGIXML_VERSION)
 PUGIXML_LICENSE = MIT
 PUGIXML_LICENSE_FILES = LICENSE.md
+PUGIXML_CPE_ID_VENDOR = pugixml_project
+
 PUGIXML_INSTALL_STAGING = YES
 
 # Pugixml will automatically enable 'long long' support on C++11 compilers,


More information about the buildroot mailing list