[Buildroot] [git commit branch/2021.02.x] package/speex: add SPEEX_CPE_ID_VENDOR

Peter Korsgaard peter at korsgaard.com
Sun Dec 12 22:20:29 UTC 2021


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

cpe:2.3:a:xiph:speex 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%3Aspeex

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
(cherry picked from commit c84cd8b1d1fec2b56d44c747bddc70a240433694)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/speex/speex.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/speex/speex.mk b/package/speex/speex.mk
index 522f8cc09c..674be78ff8 100644
--- a/package/speex/speex.mk
+++ b/package/speex/speex.mk
@@ -8,6 +8,7 @@ SPEEX_VERSION = 1.2.0
 SPEEX_SITE = https://downloads.xiph.org/releases/speex
 SPEEX_LICENSE = BSD-3-Clause
 SPEEX_LICENSE_FILES = COPYING
+SPEEX_CPE_ID_VENDOR = xiph
 SPEEX_INSTALL_STAGING = YES
 SPEEX_DEPENDENCIES = host-pkgconf libogg
 SPEEX_CONF_OPTS = \



More information about the buildroot mailing list