[Buildroot] [PATCH 1/1] package/vorbis-tools: add VORBIS_TOOLS_CPE_ID_VENDOR

Fabrice Fontaine fontaine.fabrice at gmail.com
Sun Jan 17 13:59:25 UTC 2021


cpe:2.3:a:xiph:vorbis-tools is a valid CPE identifier for this package:

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

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

diff --git a/package/vorbis-tools/vorbis-tools.mk b/package/vorbis-tools/vorbis-tools.mk
index 407ea975e7..49d7e26064 100644
--- a/package/vorbis-tools/vorbis-tools.mk
+++ b/package/vorbis-tools/vorbis-tools.mk
@@ -8,6 +8,7 @@ VORBIS_TOOLS_VERSION = 1.4.0
 VORBIS_TOOLS_SITE = http://downloads.xiph.org/releases/vorbis
 VORBIS_TOOLS_LICENSE = GPL-2.0
 VORBIS_TOOLS_LICENSE_FILES = COPYING
+VORBIS_TOOLS_CPE_ID_VENDOR = xiph
 VORBIS_TOOLS_DEPENDENCIES = libao libogg libvorbis libcurl
 VORBIS_TOOLS_CONF_OPTS = --program-transform-name=''
 
-- 
2.29.2



More information about the buildroot mailing list