Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/libeXosip2: add CPE variables
@ 2021-05-20 19:15 Fabrice Fontaine
  2021-05-20 19:45 ` Yann E. MORIN
  2021-05-23 18:29 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2021-05-20 19:15 UTC (permalink / raw)
  To: buildroot

cpe:2.3:a:gnu:exosip is a valid CPE identifier for this package:

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

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

diff --git a/package/libeXosip2/libeXosip2.mk b/package/libeXosip2/libeXosip2.mk
index dba2b63a02..3ed637a3d4 100644
--- a/package/libeXosip2/libeXosip2.mk
+++ b/package/libeXosip2/libeXosip2.mk
@@ -11,6 +11,8 @@ LIBEXOSIP2_SITE = http://download.savannah.gnu.org/releases/exosip
 LIBEXOSIP2_INSTALL_STAGING = YES
 LIBEXOSIP2_LICENSE = GPL-2.0+
 LIBEXOSIP2_LICENSE_FILES = COPYING
+LIBEXOSIP2_CPE_ID_VENDOR = gnu
+LIBEXOSIP2_CPE_ID_PRODUCT = exosip
 
 LIBEXOSIP2_DEPENDENCIES = host-pkgconf libosip2
 
-- 
2.30.2

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

end of thread, other threads:[~2021-05-23 18:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-20 19:15 [Buildroot] [PATCH 1/1] package/libeXosip2: add CPE variables Fabrice Fontaine
2021-05-20 19:45 ` Yann E. MORIN
2021-05-23 18:29 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox