All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 01/25] package/automake: add _CPE_ID_VENDOR
@ 2021-04-20 20:11 Matt Weber
  2021-04-20 20:11 ` [Buildroot] [PATCH 02/25] package/c-periphery: " Matt Weber
                   ` (24 more replies)
  0 siblings, 25 replies; 33+ messages in thread
From: Matt Weber @ 2021-04-20 20:11 UTC (permalink / raw)
  To: buildroot

cpe:2.3:a:gnu:automake:* is a valid CPE identifier for this package:

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

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

diff --git a/package/automake/automake.mk b/package/automake/automake.mk
index 89dcaa1293..ad8f0f474d 100644
--- a/package/automake/automake.mk
+++ b/package/automake/automake.mk
@@ -9,6 +9,7 @@ AUTOMAKE_SOURCE = automake-$(AUTOMAKE_VERSION).tar.xz
 AUTOMAKE_SITE = $(BR2_GNU_MIRROR)/automake
 AUTOMAKE_LICENSE = GPL-2.0+
 AUTOMAKE_LICENSE_FILES = COPYING
+AUTOMAKE_CPE_ID_VENDOR = gnu
 
 HOST_AUTOMAKE_DEPENDENCIES = host-autoconf
 
-- 
2.17.1

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

end of thread, other threads:[~2021-04-26 13:20 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-20 20:11 [Buildroot] [PATCH 01/25] package/automake: add _CPE_ID_VENDOR Matt Weber
2021-04-20 20:11 ` [Buildroot] [PATCH 02/25] package/c-periphery: " Matt Weber
2021-04-20 20:11 ` [Buildroot] [PATCH 03/25] package/cgroupfs-mount: " Matt Weber
2021-04-20 20:11 ` [Buildroot] [PATCH 04/25] package/cmake: " Matt Weber
2021-04-20 20:11 ` [Buildroot] [PATCH 05/25] package/gperf: add _CPE_ID_VENDOR and _CPE_ID_PRODUCT Matt Weber
2021-04-20 20:11 ` [Buildroot] [PATCH 06/25] package/iproute2: add _CPE_ID_VENDOR Matt Weber
2021-04-20 20:11 ` [Buildroot] [PATCH 07/25] package/iputils: " Matt Weber
2021-04-20 20:11 ` [Buildroot] [PATCH 08/25] package/json-for-modern-cpp: " Matt Weber
2021-04-20 20:11 ` [Buildroot] [PATCH 09/25] package/libcap: " Matt Weber
2021-04-20 20:11 ` [Buildroot] [PATCH 10/25] package/libdaemon: " Matt Weber
2021-04-20 20:11 ` [Buildroot] [PATCH 11/25] package/libnl: " Matt Weber
2021-04-20 20:11 ` [Buildroot] [PATCH 12/25] package/libqmi: " Matt Weber
2021-04-20 21:20   ` Yann E. MORIN
2021-04-20 20:11 ` [Buildroot] [PATCH 13/25] package/libtool: " Matt Weber
2021-04-20 20:49   ` Yann E. MORIN
2021-04-20 21:07     ` Matthew Weber
2021-04-20 21:29       ` Yann E. MORIN
2021-04-20 20:11 ` [Buildroot] [PATCH 14/25] package/make: " Matt Weber
2021-04-20 20:11 ` [Buildroot] [PATCH 15/25] package/openresolv: " Matt Weber
2021-04-20 20:11 ` [Buildroot] [PATCH 16/25] package/parted: " Matt Weber
2021-04-20 20:11 ` [Buildroot] [PATCH 17/25] package/pkgconf: " Matt Weber
2021-04-20 20:11 ` [Buildroot] [PATCH 18/25] package/popt: " Matt Weber
2021-04-20 20:11 ` [Buildroot] [PATCH 19/25] package/pugixml: " Matt Weber
2021-04-20 20:11 ` [Buildroot] [PATCH 20/25] package/python3-decorator: add _CPE_ID_VENDOR and _CPE_ID_PRODUCT Matt Weber
2021-04-20 20:56   ` Yann E. MORIN
2021-04-20 20:58     ` Yann E. MORIN
2021-04-20 20:11 ` [Buildroot] [PATCH 21/25] package/python3-setuptools: add _CPE_ID_VENDOR and_CPE_ID_PRODUCT Matt Weber
2021-04-20 20:11 ` [Buildroot] [PATCH 22/25] package/rng-tools: add _CPE_ID_VENDOR Matt Weber
2021-04-20 20:11 ` [Buildroot] [PATCH 23/25] package/rp-pppoe: " Matt Weber
2021-04-20 20:11 ` [Buildroot] [PATCH 24/25] package/sysstat: " Matt Weber
2021-04-20 20:11 ` [Buildroot] [PATCH 25/25] package/sysvinit: " Matt Weber
2021-04-20 21:32 ` [Buildroot] [PATCH 01/25] package/automake: " Yann E. MORIN
2021-04-26 13:20   ` 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.