Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/traceroute: add TRACEROUTE_CPE_ID_VENDOR
@ 2023-11-04 22:53 Fabrice Fontaine
  2023-11-04 22:53 ` [Buildroot] [PATCH 2/2] package/traceroute: security bump to version 2.1.3 Fabrice Fontaine
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Fabrice Fontaine @ 2023-11-04 22:53 UTC (permalink / raw)
  To: buildroot; +Cc: Sergio Prado, Fabrice Fontaine

cpe:2.3:a:buc:traceroute is a valid CPE identifier for this package:

  https://nvd.nist.gov/products/cpe/detail/399C82DE-9AC7-4C48-8E9B-57C480E95FF5

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

diff --git a/package/traceroute/traceroute.mk b/package/traceroute/traceroute.mk
index a02982a6b5..155e134c68 100644
--- a/package/traceroute/traceroute.mk
+++ b/package/traceroute/traceroute.mk
@@ -9,6 +9,7 @@ TRACEROUTE_SITE = http://downloads.sourceforge.net/traceroute/traceroute/tracero
 
 TRACEROUTE_LICENSE = GPL-2.0+, LGPL-2.1+
 TRACEROUTE_LICENSE_FILES = COPYING COPYING.LIB
+TRACEROUTE_CPE_ID_VENDOR = buc
 
 define TRACEROUTE_BUILD_CMDS
 	$(TARGET_MAKE_ENV) VPATH=$(STAGING_DIR)/usr/lib $(MAKE) $(TARGET_CONFIGURE_OPTS) \
-- 
2.42.0

_______________________________________________
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:[~2023-11-09 17:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-04 22:53 [Buildroot] [PATCH 1/2] package/traceroute: add TRACEROUTE_CPE_ID_VENDOR Fabrice Fontaine
2023-11-04 22:53 ` [Buildroot] [PATCH 2/2] package/traceroute: security bump to version 2.1.3 Fabrice Fontaine
2023-11-09 17:19   ` Peter Korsgaard
2023-11-05 20:27 ` [Buildroot] [PATCH 1/2] package/traceroute: add TRACEROUTE_CPE_ID_VENDOR Arnout Vandecappelle via buildroot
2023-11-09 17:18 ` Peter Korsgaard

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