[Buildroot] [PATCH 1/1] package/libsrtp: add LIBSRTP_CPE_ID_VENDOR

Fabrice Fontaine fontaine.fabrice at gmail.com
Fri Mar 5 09:49:17 UTC 2021


cpe:2.3:a:cisco:libsrtp is a valid CPE identifier for this package:

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

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

diff --git a/package/libsrtp/libsrtp.mk b/package/libsrtp/libsrtp.mk
index f816f4c3e0..5cbd97957a 100644
--- a/package/libsrtp/libsrtp.mk
+++ b/package/libsrtp/libsrtp.mk
@@ -9,6 +9,7 @@ LIBSRTP_SITE = $(call github,cisco,libsrtp,v$(LIBSRTP_VERSION))
 LIBSRTP_INSTALL_STAGING = YES
 LIBSRTP_LICENSE = BSD-3-Clause
 LIBSRTP_LICENSE_FILES = LICENSE
+LIBSRTP_CPE_ID_VENDOR = cisco
 
 ifeq ($(BR2_STATIC_LIBS),y)
 LIBSRTP_MAKE_OPTS = libsrtp2.a
-- 
2.30.0



More information about the buildroot mailing list