All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/lightning: add LIGHTNING_CPE_ID_VENDOR
@ 2021-10-18 21:40 Matthew Weber via buildroot
  2021-10-18 21:40 ` [Buildroot] [PATCH 2/2] package/lightning: [revert]ignore not applicable CVE-2020-7747 Matthew Weber via buildroot
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Matthew Weber via buildroot @ 2021-10-18 21:40 UTC (permalink / raw)
  To: buildroot; +Cc: Matthew Weber

cpe:2.3:a:gnu:lightning:*:*:*:*:*:*:*:* is a valid CPE for this pkg

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

Signed-off-by: Matthew Weber <matthew.weber@collins.com>
---
 package/lightning/lightning.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/lightning/lightning.mk b/package/lightning/lightning.mk
index 38b132e082..c0036e5cd1 100644
--- a/package/lightning/lightning.mk
+++ b/package/lightning/lightning.mk
@@ -9,6 +9,7 @@ LIGHTNING_SITE = $(BR2_GNU_MIRROR)/lightning
 LIGHTNING_LICENSE = LGPL-3.0+
 LIGHTNING_LICENSE_FILES = COPYING.LESSER
 LIGHTNING_INSTALL_STAGING = YES
+LIGHTNING_CPE_ID_VENDOR = gnu
 # We're patching include/Makefile.am
 LIGHTNING_AUTORECONF = YES
 
-- 
2.17.1

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

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

end of thread, other threads:[~2021-10-26 12:28 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-18 21:40 [Buildroot] [PATCH 1/2] package/lightning: add LIGHTNING_CPE_ID_VENDOR Matthew Weber via buildroot
2021-10-18 21:40 ` [Buildroot] [PATCH 2/2] package/lightning: [revert]ignore not applicable CVE-2020-7747 Matthew Weber via buildroot
2021-10-19 19:37   ` Yann E. MORIN
2021-10-25  9:06   ` Paul Cercueil
2021-10-25 13:09     ` [Buildroot] [External] " Weber, Matthew L Collins via buildroot
2021-10-25 13:10       ` Paul Cercueil
2021-10-26 12:27         ` Peter Korsgaard
2021-10-19 19:36 ` [Buildroot] [PATCH 1/2] package/lightning: add LIGHTNING_CPE_ID_VENDOR Yann E. MORIN
2021-10-25 12:13 ` 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.