[Buildroot] [git commit] package/lcms2: add CPE variables

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sat Jan 16 20:56:48 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=58e319927ffeb1b68d67ce8c1a5d84bebc5c4157
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

cpe:2.3:a:littlecms:little_cms is a valid CPE identifier for this
package:

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

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/lcms2/lcms2.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/lcms2/lcms2.mk b/package/lcms2/lcms2.mk
index d42c8c9a1f..34c2795e93 100644
--- a/package/lcms2/lcms2.mk
+++ b/package/lcms2/lcms2.mk
@@ -8,6 +8,8 @@ LCMS2_VERSION = 2.11
 LCMS2_SITE = http://downloads.sourceforge.net/project/lcms/lcms/$(LCMS2_VERSION)
 LCMS2_LICENSE = MIT
 LCMS2_LICENSE_FILES = COPYING
+LCMS2_CPE_ID_VENDOR = littlecms
+LCMS2_CPE_ID_NAME = little_cms
 LCMS2_INSTALL_STAGING = YES
 
 ifeq ($(BR2_PACKAGE_JPEG),y)


More information about the buildroot mailing list