[Buildroot] [PATCH 1/1] package/x265: add X265_CPE_ID_VENDOR

Fabrice Fontaine fontaine.fabrice at gmail.com
Tue Jan 26 20:54:33 UTC 2021


cpe:2.3:a:multicorewareinc:x265 is a valid CPE identifier for this
package:

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

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
---
 package/x265/x265.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/x265/x265.mk b/package/x265/x265.mk
index ae9e0acb64..872753eea8 100644
--- a/package/x265/x265.mk
+++ b/package/x265/x265.mk
@@ -9,6 +9,7 @@ X265_SOURCE = x265_$(X265_VERSION).tar.gz
 X265_SITE = https://bitbucket.org/multicoreware/x265/downloads
 X265_LICENSE = GPL-2.0+
 X265_LICENSE_FILES = COPYING
+X265_CPE_ID_VENDOR = multicorewareinc
 X265_SUBDIR = source
 X265_INSTALL_STAGING = YES
 X265_MAKE = $(MAKE1)
-- 
2.29.2



More information about the buildroot mailing list