Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/v4l2loopback: add V4L2LOOPBACK_CPE_ID_VENDOR
@ 2022-08-26 21:34 Fabrice Fontaine
  2022-08-26 21:34 ` [Buildroot] [PATCH 2/2] package/v4l2loopback: security bump to version 0.12.7 Fabrice Fontaine
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Fabrice Fontaine @ 2022-08-26 21:34 UTC (permalink / raw)
  To: buildroot; +Cc: Alexandre Esse, Fabrice Fontaine

cpe:2.3:o:v4l2loopback_project:v4l2loopback is a valid CPE identifier
for this package:

  https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Ao%3Av4l2loopback_project%3Av4l2loopback

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

diff --git a/package/v4l2loopback/v4l2loopback.mk b/package/v4l2loopback/v4l2loopback.mk
index d9f065a49d..6ee4b69ef9 100644
--- a/package/v4l2loopback/v4l2loopback.mk
+++ b/package/v4l2loopback/v4l2loopback.mk
@@ -8,6 +8,8 @@ V4L2LOOPBACK_VERSION = 0.12.5
 V4L2LOOPBACK_SITE = $(call github,umlaeute,v4l2loopback,v$(V4L2LOOPBACK_VERSION))
 V4L2LOOPBACK_LICENSE = GPL-2.0+
 V4L2LOOPBACK_LICENSE_FILES = COPYING
+V4L2LOOPBACK_CPE_ID_VENDOR = v4l2loopback_project
+V4L2LOOPBACK_CPE_ID_PREFIX = cpe:2.3:o
 
 ifeq ($(BR2_PACKAGE_V4L2LOOPBACK_UTILS),y)
 define V4L2LOOPBACK_INSTALL_TARGET_CMDS
-- 
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-09-17 15:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-26 21:34 [Buildroot] [PATCH 1/2] package/v4l2loopback: add V4L2LOOPBACK_CPE_ID_VENDOR Fabrice Fontaine
2022-08-26 21:34 ` [Buildroot] [PATCH 2/2] package/v4l2loopback: security bump to version 0.12.7 Fabrice Fontaine
2022-09-17 15:50   ` Peter Korsgaard
2022-08-27  7:59 ` [Buildroot] [PATCH 1/2] package/v4l2loopback: add V4L2LOOPBACK_CPE_ID_VENDOR Yann E. MORIN
2022-09-17 15:50 ` Peter Korsgaard

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