All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/libnet: add LIBNET_CPE_ID_VENDOR
@ 2021-03-10 19:21 Fabrice Fontaine
  2021-03-10 19:21 ` [Buildroot] [PATCH 2/2] package/libnet: bump to version 1.2 Fabrice Fontaine
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Fabrice Fontaine @ 2021-03-10 19:21 UTC (permalink / raw)
  To: buildroot

cpe:2.3:a:libnet_project:libnet is a valid CPE identifier for this package:

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

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

diff --git a/package/libnet/libnet.mk b/package/libnet/libnet.mk
index 966106837a..5c5071b9c3 100644
--- a/package/libnet/libnet.mk
+++ b/package/libnet/libnet.mk
@@ -11,5 +11,6 @@ LIBNET_INSTALL_STAGING = YES
 LIBNET_CONF_OPTS = libnet_cv_have_packet_socket=yes
 LIBNET_LICENSE = BSD-2-Clause, BSD-3-Clause
 LIBNET_LICENSE_FILES = doc/COPYING
+LIBNET_CPE_ID_VENDOR = libnet_project
 
 $(eval $(autotools-package))
-- 
2.30.0

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

end of thread, other threads:[~2021-03-20 19:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-10 19:21 [Buildroot] [PATCH 1/2] package/libnet: add LIBNET_CPE_ID_VENDOR Fabrice Fontaine
2021-03-10 19:21 ` [Buildroot] [PATCH 2/2] package/libnet: bump to version 1.2 Fabrice Fontaine
2021-03-14 15:56   ` Yann E. MORIN
2021-03-14 15:55 ` [Buildroot] [PATCH 1/2] package/libnet: add LIBNET_CPE_ID_VENDOR Yann E. MORIN
2021-03-20 19:09 ` 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.