All of lore.kernel.org
 help / color / mirror / Atom feed
From: Matthew Weber via buildroot <buildroot@buildroot.org>
To: buildroot@buildroot.org
Cc: Matthew Weber <matthew.weber@collins.com>
Subject: [Buildroot] [PATCH 1/2] package/lightning: add LIGHTNING_CPE_ID_VENDOR
Date: Mon, 18 Oct 2021 16:40:13 -0500	[thread overview]
Message-ID: <20211018214014.1202-1-matthew.weber@collins.com> (raw)

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

             reply	other threads:[~2021-10-18 21:40 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-18 21:40 Matthew Weber via buildroot [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211018214014.1202-1-matthew.weber@collins.com \
    --to=buildroot@buildroot.org \
    --cc=matthew.weber@collins.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.