All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] package/sofia-sip: add SOFIA_SIP_CPE_ID_VENDOR
@ 2022-06-13 19:53 Fabrice Fontaine
  2022-06-13 19:53 ` [Buildroot] [PATCH 2/3] package/sofia-sip: fix version Fabrice Fontaine
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Fabrice Fontaine @ 2022-06-13 19:53 UTC (permalink / raw)
  To: buildroot; +Cc: Gregory Dymarek, Fabrice Fontaine

cpe:2.3:a:signalwire:sofia-sip is a valid CPE identifier for this
package:

  https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Asignalwire%3Asofia-sip

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

diff --git a/package/sofia-sip/sofia-sip.mk b/package/sofia-sip/sofia-sip.mk
index 2bac480542..c7698c9a11 100644
--- a/package/sofia-sip/sofia-sip.mk
+++ b/package/sofia-sip/sofia-sip.mk
@@ -10,6 +10,7 @@ SOFIA_SIP_INSTALL_STAGING = YES
 SOFIA_SIP_DEPENDENCIES = host-pkgconf
 SOFIA_SIP_LICENSE = LGPL-2.1+
 SOFIA_SIP_LICENSE_FILES = COPYING COPYRIGHTS
+SOFIA_SIP_CPE_ID_VENDOR = signalwire
 SOFIA_SIP_CONF_OPTS = --with-doxygen=no
 
 ifeq ($(BR2_PACKAGE_LIBGLIB2),y)
-- 
2.35.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-07-19 16:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-13 19:53 [Buildroot] [PATCH 1/3] package/sofia-sip: add SOFIA_SIP_CPE_ID_VENDOR Fabrice Fontaine
2022-06-13 19:53 ` [Buildroot] [PATCH 2/3] package/sofia-sip: fix version Fabrice Fontaine
2022-06-13 19:53 ` [Buildroot] [PATCH 3/3] package/sofia-sip: security bump to version 1.13.8 Fabrice Fontaine
2022-06-19 15:43 ` [Buildroot] [PATCH 1/3] package/sofia-sip: add SOFIA_SIP_CPE_ID_VENDOR Arnout Vandecappelle
2022-07-19 16:24   ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.