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

* [Buildroot] [PATCH 02/25] package/c-periphery: add _CPE_ID_VENDOR
  2021-04-20 20:11 [Buildroot] [PATCH 01/25] package/automake: add _CPE_ID_VENDOR Matt Weber
@ 2021-04-20 20:11 ` Matt Weber
  2021-04-20 20:11 ` [Buildroot] [PATCH 03/25] package/cgroupfs-mount: " Matt Weber
                   ` (23 subsequent siblings)
  24 siblings, 0 replies; 33+ messages in thread
From: Matt Weber @ 2021-04-20 20:11 UTC (permalink / raw)
  To: buildroot

cpe:2.3:a:c-periphery_project:c-periphery:* is a valid CPE identifier for this package:

 https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:c-periphery_project:c-periphery

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

diff --git a/package/c-periphery/c-periphery.mk b/package/c-periphery/c-periphery.mk
index dcc82f19c0..722679f9f8 100644
--- a/package/c-periphery/c-periphery.mk
+++ b/package/c-periphery/c-periphery.mk
@@ -9,5 +9,6 @@ C_PERIPHERY_SITE = $(call github,vsergeev,c-periphery,v$(C_PERIPHERY_VERSION))
 C_PERIPHERY_INSTALL_STAGING = YES
 C_PERIPHERY_LICENSE = MIT
 C_PERIPHERY_LICENSE_FILES = LICENSE
+C_PERIPHERY_CPE_ID_VENDOR = c-periphery_project
 
 $(eval $(cmake-package))
-- 
2.17.1

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

* [Buildroot] [PATCH 03/25] package/cgroupfs-mount: add _CPE_ID_VENDOR
  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 ` Matt Weber
  2021-04-20 20:11 ` [Buildroot] [PATCH 04/25] package/cmake: " Matt Weber
                   ` (22 subsequent siblings)
  24 siblings, 0 replies; 33+ messages in thread
From: Matt Weber @ 2021-04-20 20:11 UTC (permalink / raw)
  To: buildroot

cpe:2.3:a:cgroupfs-mount_project:cgroupfs-mount:* is a valid CPE identifier for this package:

 https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:cgroupfs-mount_project:cgroupfs-mount

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

diff --git a/package/cgroupfs-mount/cgroupfs-mount.mk b/package/cgroupfs-mount/cgroupfs-mount.mk
index 9a76799952..acf7442056 100644
--- a/package/cgroupfs-mount/cgroupfs-mount.mk
+++ b/package/cgroupfs-mount/cgroupfs-mount.mk
@@ -8,6 +8,7 @@ CGROUPFS_MOUNT_VERSION = 1.4
 CGROUPFS_MOUNT_SITE = $(call github,tianon,cgroupfs-mount,$(CGROUPFS_MOUNT_VERSION))
 CGROUPFS_MOUNT_LICENSE = GPL-3.0+
 CGROUPFS_MOUNT_LICENSE_FILES = debian/copyright
+CGROUPFS_MOUNT_CPE_ID_VENDOR = cgroupfs-mount_project
 
 define CGROUPFS_MOUNT_INSTALL_TARGET_CMDS
 	$(INSTALL) -D -m 0755 $(@D)/cgroupfs-mount $(TARGET_DIR)/usr/bin/cgroupfs-mount
-- 
2.17.1

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

* [Buildroot] [PATCH 04/25] package/cmake: add _CPE_ID_VENDOR
  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 ` Matt Weber
  2021-04-20 20:11 ` [Buildroot] [PATCH 05/25] package/gperf: add _CPE_ID_VENDOR and _CPE_ID_PRODUCT Matt Weber
                   ` (21 subsequent siblings)
  24 siblings, 0 replies; 33+ messages in thread
From: Matt Weber @ 2021-04-20 20:11 UTC (permalink / raw)
  To: buildroot

cpe:2.3:a:cmake_project:cmake:* is a valid CPE identifier for this package:

 https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:cmake_project:cmake

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

diff --git a/package/cmake/cmake.mk b/package/cmake/cmake.mk
index 1f30736023..a3015fabfd 100644
--- a/package/cmake/cmake.mk
+++ b/package/cmake/cmake.mk
@@ -9,6 +9,7 @@ CMAKE_VERSION = $(CMAKE_VERSION_MAJOR).5
 CMAKE_SITE = https://cmake.org/files/v$(CMAKE_VERSION_MAJOR)
 CMAKE_LICENSE = BSD-3-Clause
 CMAKE_LICENSE_FILES = Copyright.txt
+CMAKE_CPE_ID_VENDOR = cmake_project
 
 # CMake is a particular package:
 # * CMake can be built using the generic infrastructure or the cmake one.
-- 
2.17.1

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

* [Buildroot] [PATCH 05/25] package/gperf: add _CPE_ID_VENDOR and _CPE_ID_PRODUCT
  2021-04-20 20:11 [Buildroot] [PATCH 01/25] package/automake: add _CPE_ID_VENDOR Matt Weber
                   ` (2 preceding siblings ...)
  2021-04-20 20:11 ` [Buildroot] [PATCH 04/25] package/cmake: " Matt Weber
@ 2021-04-20 20:11 ` Matt Weber
  2021-04-20 20:11 ` [Buildroot] [PATCH 06/25] package/iproute2: add _CPE_ID_VENDOR Matt Weber
                   ` (20 subsequent siblings)
  24 siblings, 0 replies; 33+ messages in thread
From: Matt Weber @ 2021-04-20 20:11 UTC (permalink / raw)
  To: buildroot

cpe:2.3:a:gperftools_project:gperftools:* is a valid CPE identifier for this package:

 https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:gperftools_project:gperftools

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

diff --git a/package/gperf/gperf.mk b/package/gperf/gperf.mk
index 4b928a0ebd..c2f042c464 100644
--- a/package/gperf/gperf.mk
+++ b/package/gperf/gperf.mk
@@ -8,6 +8,8 @@ GPERF_VERSION = 3.1
 GPERF_SITE = $(BR2_GNU_MIRROR)/gperf
 GPERF_LICENSE = GPL-3.0+
 GPERF_LICENSE_FILES = COPYING
+GPERF_CPE_ID_VENDOR = gperftools_project
+GPERF_CPE_ID_PRODUCT = gperftools
 
 $(eval $(autotools-package))
 $(eval $(host-autotools-package))
-- 
2.17.1

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

* [Buildroot] [PATCH 06/25] package/iproute2: add _CPE_ID_VENDOR
  2021-04-20 20:11 [Buildroot] [PATCH 01/25] package/automake: add _CPE_ID_VENDOR Matt Weber
                   ` (3 preceding siblings ...)
  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 ` Matt Weber
  2021-04-20 20:11 ` [Buildroot] [PATCH 07/25] package/iputils: " Matt Weber
                   ` (19 subsequent siblings)
  24 siblings, 0 replies; 33+ messages in thread
From: Matt Weber @ 2021-04-20 20:11 UTC (permalink / raw)
  To: buildroot

cpe:2.3:a:iproute2_project:iproute2:* is a valid CPE identifier for this package:

 https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:iproute2_project:iproute2

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

diff --git a/package/iproute2/iproute2.mk b/package/iproute2/iproute2.mk
index 1b71f5c06a..3460c5c3b3 100644
--- a/package/iproute2/iproute2.mk
+++ b/package/iproute2/iproute2.mk
@@ -11,6 +11,7 @@ IPROUTE2_DEPENDENCIES = host-bison host-flex host-pkgconf \
 	$(if $(BR2_PACKAGE_LIBMNL),libmnl)
 IPROUTE2_LICENSE = GPL-2.0+
 IPROUTE2_LICENSE_FILES = COPYING
+IPROUTE2_CPE_ID_VENDOR = iproute2_project
 
 ifeq ($(BR2_PACKAGE_ELFUTILS),y)
 IPROUTE2_DEPENDENCIES += elfutils
-- 
2.17.1

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

* [Buildroot] [PATCH 07/25] package/iputils: add _CPE_ID_VENDOR
  2021-04-20 20:11 [Buildroot] [PATCH 01/25] package/automake: add _CPE_ID_VENDOR Matt Weber
                   ` (4 preceding siblings ...)
  2021-04-20 20:11 ` [Buildroot] [PATCH 06/25] package/iproute2: add _CPE_ID_VENDOR Matt Weber
@ 2021-04-20 20:11 ` Matt Weber
  2021-04-20 20:11 ` [Buildroot] [PATCH 08/25] package/json-for-modern-cpp: " Matt Weber
                   ` (18 subsequent siblings)
  24 siblings, 0 replies; 33+ messages in thread
From: Matt Weber @ 2021-04-20 20:11 UTC (permalink / raw)
  To: buildroot

cpe:2.3:a:iputils_project:iputils:* is a valid CPE identifier for this package:

 https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:iputils_project:iputils

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

diff --git a/package/iputils/iputils.mk b/package/iputils/iputils.mk
index 1ee64dabe4..715779a633 100644
--- a/package/iputils/iputils.mk
+++ b/package/iputils/iputils.mk
@@ -15,6 +15,7 @@ IPUTILS_VERSION = 20210202
 IPUTILS_SITE = $(call github,iputils,iputils,$(IPUTILS_VERSION))
 IPUTILS_LICENSE = GPL-2.0+, BSD-3-Clause
 IPUTILS_LICENSE_FILES = LICENSE Documentation/LICENSE.BSD3 Documentation/LICENSE.GPL2
+IPUTILS_CPE_ID_VENDOR = iputils_project
 IPUTILS_DEPENDENCIES = $(TARGET_NLS_DEPENDENCIES)
 
 # Selectively build binaries
-- 
2.17.1

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

* [Buildroot] [PATCH 08/25] package/json-for-modern-cpp: add _CPE_ID_VENDOR
  2021-04-20 20:11 [Buildroot] [PATCH 01/25] package/automake: add _CPE_ID_VENDOR Matt Weber
                   ` (5 preceding siblings ...)
  2021-04-20 20:11 ` [Buildroot] [PATCH 07/25] package/iputils: " Matt Weber
@ 2021-04-20 20:11 ` Matt Weber
  2021-04-20 20:11 ` [Buildroot] [PATCH 09/25] package/libcap: " Matt Weber
                   ` (17 subsequent siblings)
  24 siblings, 0 replies; 33+ messages in thread
From: Matt Weber @ 2021-04-20 20:11 UTC (permalink / raw)
  To: buildroot

cpe:2.3:a:json-for-modern-cpp_project:json-for-modern-cpp:* is a valid CPE identifier for this package:

 https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:json-for-modern-cpp_project:json-for-modern-cpp

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

diff --git a/package/json-for-modern-cpp/json-for-modern-cpp.mk b/package/json-for-modern-cpp/json-for-modern-cpp.mk
index 94cdc909f3..f07322a70f 100644
--- a/package/json-for-modern-cpp/json-for-modern-cpp.mk
+++ b/package/json-for-modern-cpp/json-for-modern-cpp.mk
@@ -13,5 +13,6 @@ JSON_FOR_MODERN_CPP_INSTALL_STAGING = YES
 # header only library
 JSON_FOR_MODERN_CPP_INSTALL_TARGET = NO
 JSON_FOR_MODERN_CPP_CONF_OPTS = -DJSON_BuildTests=OFF -DJSON_MultipleHeaders=ON
+JSON_FOR_MODERN_CPP_CPE_ID_VENDOR = json-for-modern-cpp_project
 
 $(eval $(cmake-package))
-- 
2.17.1

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

* [Buildroot] [PATCH 09/25] package/libcap: add _CPE_ID_VENDOR
  2021-04-20 20:11 [Buildroot] [PATCH 01/25] package/automake: add _CPE_ID_VENDOR Matt Weber
                   ` (6 preceding siblings ...)
  2021-04-20 20:11 ` [Buildroot] [PATCH 08/25] package/json-for-modern-cpp: " Matt Weber
@ 2021-04-20 20:11 ` Matt Weber
  2021-04-20 20:11 ` [Buildroot] [PATCH 10/25] package/libdaemon: " Matt Weber
                   ` (16 subsequent siblings)
  24 siblings, 0 replies; 33+ messages in thread
From: Matt Weber @ 2021-04-20 20:11 UTC (permalink / raw)
  To: buildroot

cpe:2.3:a:libcap_project:libcap:* is a valid CPE identifier for this package:

 https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:libcap_project:libcap

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

diff --git a/package/libcap/libcap.mk b/package/libcap/libcap.mk
index d3a069e82a..79a130b453 100644
--- a/package/libcap/libcap.mk
+++ b/package/libcap/libcap.mk
@@ -9,6 +9,7 @@ LIBCAP_SITE = https://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2
 LIBCAP_SOURCE = libcap-$(LIBCAP_VERSION).tar.xz
 LIBCAP_LICENSE = GPL-2.0 or BSD-3-Clause
 LIBCAP_LICENSE_FILES = License
+LIBCAP_CPE_ID_VENDOR = libcap_project
 
 LIBCAP_DEPENDENCIES = host-libcap host-gperf
 LIBCAP_INSTALL_STAGING = YES
-- 
2.17.1

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

* [Buildroot] [PATCH 10/25] package/libdaemon: add _CPE_ID_VENDOR
  2021-04-20 20:11 [Buildroot] [PATCH 01/25] package/automake: add _CPE_ID_VENDOR Matt Weber
                   ` (7 preceding siblings ...)
  2021-04-20 20:11 ` [Buildroot] [PATCH 09/25] package/libcap: " Matt Weber
@ 2021-04-20 20:11 ` Matt Weber
  2021-04-20 20:11 ` [Buildroot] [PATCH 11/25] package/libnl: " Matt Weber
                   ` (15 subsequent siblings)
  24 siblings, 0 replies; 33+ messages in thread
From: Matt Weber @ 2021-04-20 20:11 UTC (permalink / raw)
  To: buildroot

cpe:2.3:a:libdaemon_project:libdaemon:* is a valid CPE identifier for this package:

 https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:libdaemon_project:libdaemon

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

diff --git a/package/libdaemon/libdaemon.mk b/package/libdaemon/libdaemon.mk
index a8f75108bc..47d4e80042 100644
--- a/package/libdaemon/libdaemon.mk
+++ b/package/libdaemon/libdaemon.mk
@@ -12,5 +12,6 @@ LIBDAEMON_INSTALL_STAGING = YES
 LIBDAEMON_CONF_ENV = ac_cv_func_setpgrp_void=no
 LIBDAEMON_CONF_OPTS = --disable-lynx
 LIBDAEMON_DEPENDENCIES = host-pkgconf
+LIBDAEMON_CPE_ID_VENDOR = libdaemon_project
 
 $(eval $(autotools-package))
-- 
2.17.1

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

* [Buildroot] [PATCH 11/25] package/libnl: add _CPE_ID_VENDOR
  2021-04-20 20:11 [Buildroot] [PATCH 01/25] package/automake: add _CPE_ID_VENDOR Matt Weber
                   ` (8 preceding siblings ...)
  2021-04-20 20:11 ` [Buildroot] [PATCH 10/25] package/libdaemon: " Matt Weber
@ 2021-04-20 20:11 ` Matt Weber
  2021-04-20 20:11 ` [Buildroot] [PATCH 12/25] package/libqmi: " Matt Weber
                   ` (14 subsequent siblings)
  24 siblings, 0 replies; 33+ messages in thread
From: Matt Weber @ 2021-04-20 20:11 UTC (permalink / raw)
  To: buildroot

cpe:2.3:a:libnl_project:libnl:* is a valid CPE identifier for this package:

 https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:libnl_project:libnl

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

diff --git a/package/libnl/libnl.mk b/package/libnl/libnl.mk
index 795dfc2316..1deab7f8cb 100644
--- a/package/libnl/libnl.mk
+++ b/package/libnl/libnl.mk
@@ -10,6 +10,7 @@ LIBNL_LICENSE = LGPL-2.1+
 LIBNL_LICENSE_FILES = COPYING
 LIBNL_INSTALL_STAGING = YES
 LIBNL_DEPENDENCIES = host-bison host-flex host-pkgconf
+LIBNL_CPE_ID_VENDOR = libnl_project
 
 ifeq ($(BR2_PACKAGE_LIBNL_TOOLS),y)
 LIBNL_CONF_OPTS += --enable-cli
-- 
2.17.1

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

* [Buildroot] [PATCH 12/25] package/libqmi: add _CPE_ID_VENDOR
  2021-04-20 20:11 [Buildroot] [PATCH 01/25] package/automake: add _CPE_ID_VENDOR Matt Weber
                   ` (9 preceding siblings ...)
  2021-04-20 20:11 ` [Buildroot] [PATCH 11/25] package/libnl: " Matt Weber
@ 2021-04-20 20:11 ` Matt Weber
  2021-04-20 21:20   ` Yann E. MORIN
  2021-04-20 20:11 ` [Buildroot] [PATCH 13/25] package/libtool: " Matt Weber
                   ` (13 subsequent siblings)
  24 siblings, 1 reply; 33+ messages in thread
From: Matt Weber @ 2021-04-20 20:11 UTC (permalink / raw)
  To: buildroot

cpe:2.3:a:libqmi_project:libqmi:* is a valid CPE identifier for this package:

 https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:libqmi_project:libqmi
---
 package/libqmi/libqmi.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/libqmi/libqmi.mk b/package/libqmi/libqmi.mk
index 4b430d11f8..01910898c9 100644
--- a/package/libqmi/libqmi.mk
+++ b/package/libqmi/libqmi.mk
@@ -10,6 +10,7 @@ LIBQMI_SOURCE = libqmi-$(LIBQMI_VERSION).tar.xz
 LIBQMI_LICENSE = LGPL-2.0+ (library), GPL-2.0+ (programs)
 LIBQMI_LICENSE_FILES = COPYING COPYING.LIB
 LIBQMI_INSTALL_STAGING = YES
+LIBQMI_CPE_ID_VENDOR = libqmi_project
 
 LIBQMI_DEPENDENCIES = libglib2
 
-- 
2.17.1

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

* [Buildroot] [PATCH 13/25] package/libtool: add _CPE_ID_VENDOR
  2021-04-20 20:11 [Buildroot] [PATCH 01/25] package/automake: add _CPE_ID_VENDOR Matt Weber
                   ` (10 preceding siblings ...)
  2021-04-20 20:11 ` [Buildroot] [PATCH 12/25] package/libqmi: " Matt Weber
@ 2021-04-20 20:11 ` Matt Weber
  2021-04-20 20:49   ` Yann E. MORIN
  2021-04-20 20:11 ` [Buildroot] [PATCH 14/25] package/make: " Matt Weber
                   ` (12 subsequent siblings)
  24 siblings, 1 reply; 33+ messages in thread
From: Matt Weber @ 2021-04-20 20:11 UTC (permalink / raw)
  To: buildroot

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

 https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:gnu:libtool:2.4.6

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

diff --git a/package/libtool/libtool.mk b/package/libtool/libtool.mk
index 10af8cf715..6342e70a39 100644
--- a/package/libtool/libtool.mk
+++ b/package/libtool/libtool.mk
@@ -7,6 +7,7 @@
 LIBTOOL_VERSION = 2.4.6
 LIBTOOL_SOURCE = libtool-$(LIBTOOL_VERSION).tar.xz
 LIBTOOL_SITE = $(BR2_GNU_MIRROR)/libtool
+LIBTOOL_CPE_ID_VENDOR = gnu
 
 # For the target variant, we only want to build/install libltdl
 LIBTOOL_SUBDIR = libltdl
-- 
2.17.1

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

* [Buildroot] [PATCH 14/25] package/make: add _CPE_ID_VENDOR
  2021-04-20 20:11 [Buildroot] [PATCH 01/25] package/automake: add _CPE_ID_VENDOR Matt Weber
                   ` (11 preceding siblings ...)
  2021-04-20 20:11 ` [Buildroot] [PATCH 13/25] package/libtool: " Matt Weber
@ 2021-04-20 20:11 ` Matt Weber
  2021-04-20 20:11 ` [Buildroot] [PATCH 15/25] package/openresolv: " Matt Weber
                   ` (11 subsequent siblings)
  24 siblings, 0 replies; 33+ messages in thread
From: Matt Weber @ 2021-04-20 20:11 UTC (permalink / raw)
  To: buildroot

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

 https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:gnu:make

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

diff --git a/package/make/make.mk b/package/make/make.mk
index 10082353a2..fa87c17571 100644
--- a/package/make/make.mk
+++ b/package/make/make.mk
@@ -12,6 +12,7 @@ MAKE_LICENSE = GPL-3.0+
 MAKE_LICENSE_FILES = COPYING
 # Patching configure.ac
 MAKE_AUTORECONF = YES
+MAKE_CPE_ID_VENDOR = gnu
 
 MAKE_CONF_OPTS = --without-guile
 
-- 
2.17.1

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

* [Buildroot] [PATCH 15/25] package/openresolv: add _CPE_ID_VENDOR
  2021-04-20 20:11 [Buildroot] [PATCH 01/25] package/automake: add _CPE_ID_VENDOR Matt Weber
                   ` (12 preceding siblings ...)
  2021-04-20 20:11 ` [Buildroot] [PATCH 14/25] package/make: " Matt Weber
@ 2021-04-20 20:11 ` Matt Weber
  2021-04-20 20:11 ` [Buildroot] [PATCH 16/25] package/parted: " Matt Weber
                   ` (10 subsequent siblings)
  24 siblings, 0 replies; 33+ messages in thread
From: Matt Weber @ 2021-04-20 20:11 UTC (permalink / raw)
  To: buildroot

cpe:2.3:a:openresolv_project:openresolv:* is a valid CPE identifier for this package:

 https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:openresolv_project:openresolv

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

diff --git a/package/openresolv/openresolv.mk b/package/openresolv/openresolv.mk
index 44e0720428..55ec7fd8f9 100644
--- a/package/openresolv/openresolv.mk
+++ b/package/openresolv/openresolv.mk
@@ -8,6 +8,7 @@ OPENRESOLV_VERSION = 3.10.0
 OPENRESOLV_SITE = $(call github,rsmarples,openresolv,openresolv-$(OPENRESOLV_VERSION))
 OPENRESOLV_LICENSE = BSD-2-Clause
 OPENRESOLV_LICENSE_FILES = LICENSE
+OPENRESOLV_CPE_ID_VENDOR = openresolv_project
 
 define OPENRESOLV_CONFIGURE_CMDS
 	cd $(@D) && $(TARGET_CONFIGURE_OPTS) ./configure --sysconfdir=/etc
-- 
2.17.1

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

* [Buildroot] [PATCH 16/25] package/parted: add _CPE_ID_VENDOR
  2021-04-20 20:11 [Buildroot] [PATCH 01/25] package/automake: add _CPE_ID_VENDOR Matt Weber
                   ` (13 preceding siblings ...)
  2021-04-20 20:11 ` [Buildroot] [PATCH 15/25] package/openresolv: " Matt Weber
@ 2021-04-20 20:11 ` Matt Weber
  2021-04-20 20:11 ` [Buildroot] [PATCH 17/25] package/pkgconf: " Matt Weber
                   ` (9 subsequent siblings)
  24 siblings, 0 replies; 33+ messages in thread
From: Matt Weber @ 2021-04-20 20:11 UTC (permalink / raw)
  To: buildroot

cpe:2.3:a:parted_project:parted:* is a valid CPE identifier for this package:

 https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:parted_project:parted

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

diff --git a/package/parted/parted.mk b/package/parted/parted.mk
index c3ab3ceb4b..66940fc516 100644
--- a/package/parted/parted.mk
+++ b/package/parted/parted.mk
@@ -11,6 +11,7 @@ PARTED_DEPENDENCIES = host-pkgconf util-linux
 PARTED_INSTALL_STAGING = YES
 PARTED_LICENSE = GPL-3.0+
 PARTED_LICENSE_FILES = COPYING
+PARTED_CPE_ID_VENDOR = parted_project
 
 ifeq ($(BR2_PACKAGE_READLINE),y)
 PARTED_DEPENDENCIES += readline
-- 
2.17.1

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

* [Buildroot] [PATCH 17/25] package/pkgconf: add _CPE_ID_VENDOR
  2021-04-20 20:11 [Buildroot] [PATCH 01/25] package/automake: add _CPE_ID_VENDOR Matt Weber
                   ` (14 preceding siblings ...)
  2021-04-20 20:11 ` [Buildroot] [PATCH 16/25] package/parted: " Matt Weber
@ 2021-04-20 20:11 ` Matt Weber
  2021-04-20 20:11 ` [Buildroot] [PATCH 18/25] package/popt: " Matt Weber
                   ` (8 subsequent siblings)
  24 siblings, 0 replies; 33+ messages in thread
From: Matt Weber @ 2021-04-20 20:11 UTC (permalink / raw)
  To: buildroot

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

 https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:pkgconf:pkgconf

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

diff --git a/package/pkgconf/pkgconf.mk b/package/pkgconf/pkgconf.mk
index 3d51258d65..5d65f69c10 100644
--- a/package/pkgconf/pkgconf.mk
+++ b/package/pkgconf/pkgconf.mk
@@ -9,6 +9,7 @@ PKGCONF_SITE = https://distfiles.dereferenced.org/pkgconf
 PKGCONF_SOURCE = pkgconf-$(PKGCONF_VERSION).tar.xz
 PKGCONF_LICENSE = pkgconf license
 PKGCONF_LICENSE_FILES = COPYING
+PKGCONF_CPE_ID_VENDOR = pkgconf
 
 PKG_CONFIG_HOST_BINARY = $(HOST_DIR)/bin/pkg-config
 
-- 
2.17.1

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

* [Buildroot] [PATCH 18/25] package/popt: add _CPE_ID_VENDOR
  2021-04-20 20:11 [Buildroot] [PATCH 01/25] package/automake: add _CPE_ID_VENDOR Matt Weber
                   ` (15 preceding siblings ...)
  2021-04-20 20:11 ` [Buildroot] [PATCH 17/25] package/pkgconf: " Matt Weber
@ 2021-04-20 20:11 ` Matt Weber
  2021-04-20 20:11 ` [Buildroot] [PATCH 19/25] package/pugixml: " Matt Weber
                   ` (7 subsequent siblings)
  24 siblings, 0 replies; 33+ messages in thread
From: Matt Weber @ 2021-04-20 20:11 UTC (permalink / raw)
  To: buildroot

cpe:2.3:a:popt_project:popt:* is a valid CPE identifier for this package:

 https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:popt_project:popt

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

diff --git a/package/popt/popt.mk b/package/popt/popt.mk
index 5c4863ce40..5be35070d0 100644
--- a/package/popt/popt.mk
+++ b/package/popt/popt.mk
@@ -13,6 +13,7 @@ POPT_GETTEXTIZE = YES
 POPT_DEPENDENCIES = $(TARGET_NLS_DEPENDENCIES)
 # We're patching configure.ac
 POPT_AUTORECONF = YES
+POPT_CPE_ID_VENDOR = popt_project
 
 POPT_CONF_ENV = ac_cv_va_copy=yes
 
-- 
2.17.1

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

* [Buildroot] [PATCH 19/25] package/pugixml: add _CPE_ID_VENDOR
  2021-04-20 20:11 [Buildroot] [PATCH 01/25] package/automake: add _CPE_ID_VENDOR Matt Weber
                   ` (16 preceding siblings ...)
  2021-04-20 20:11 ` [Buildroot] [PATCH 18/25] package/popt: " Matt Weber
@ 2021-04-20 20:11 ` Matt Weber
  2021-04-20 20:11 ` [Buildroot] [PATCH 20/25] package/python3-decorator: add _CPE_ID_VENDOR and _CPE_ID_PRODUCT Matt Weber
                   ` (6 subsequent siblings)
  24 siblings, 0 replies; 33+ messages in thread
From: Matt Weber @ 2021-04-20 20:11 UTC (permalink / raw)
  To: buildroot

cpe:2.3:a:pugixml_project:pugixml:* is a valid CPE identifier for this package:

 https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:pugixml_project:pugixml

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

diff --git a/package/pugixml/pugixml.mk b/package/pugixml/pugixml.mk
index 5d7fc63017..a9ccb2d40b 100644
--- a/package/pugixml/pugixml.mk
+++ b/package/pugixml/pugixml.mk
@@ -9,6 +9,7 @@ PUGIXML_SITE = http://github.com/zeux/pugixml/releases/download/v$(PUGIXML_VERSI
 PUGIXML_LICENSE = MIT
 PUGIXML_LICENSE_FILES = LICENSE.md
 PUGIXML_INSTALL_STAGING = YES
+PUGIXML_CPE_ID_VENDOR = pugixml_project
 
 # Pugixml will automatically enable 'long long' support on C++11 compilers,
 # which means gcc 4.8+. As gcc always supports the 'long long' type,
-- 
2.17.1

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

* [Buildroot] [PATCH 20/25] package/python3-decorator: add _CPE_ID_VENDOR and _CPE_ID_PRODUCT
  2021-04-20 20:11 [Buildroot] [PATCH 01/25] package/automake: add _CPE_ID_VENDOR Matt Weber
                   ` (17 preceding siblings ...)
  2021-04-20 20:11 ` [Buildroot] [PATCH 19/25] package/pugixml: " Matt Weber
@ 2021-04-20 20:11 ` Matt Weber
  2021-04-20 20:56   ` 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
                   ` (5 subsequent siblings)
  24 siblings, 1 reply; 33+ messages in thread
From: Matt Weber @ 2021-04-20 20:11 UTC (permalink / raw)
  To: buildroot

cpe:2.3:a:python:decorator:* is a valid CPE identifier for this package:

 https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:python:decorator

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

diff --git a/package/python3-decorator/python3-decorator.mk b/package/python3-decorator/python3-decorator.mk
index c14f10fbf4..e6f940a95c 100644
--- a/package/python3-decorator/python3-decorator.mk
+++ b/package/python3-decorator/python3-decorator.mk
@@ -11,6 +11,8 @@ PYTHON3_DECORATOR_SOURCE = decorator-$(PYTHON3_DECORATOR_VERSION).tar.gz
 PYTHON3_DECORATOR_LICENSE = BSD-2-Clause
 PYTHON3_DECORATOR_LICENSE_FILES = LICENSE.txt
 PYTHON3_DECORATOR_SETUP_TYPE = setuptools
+PYTHON3_DECORATOR_CPE_ID_VENDOR = python
+PYTHON3_DECORATOR_CPE_ID_PRODUCT = decorator
 HOST_PYTHON3_DECORATOR_NEEDS_HOST_PYTHON = python3
 
 $(eval $(host-python-package))
-- 
2.17.1

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

* [Buildroot] [PATCH 21/25] package/python3-setuptools: add _CPE_ID_VENDOR and_CPE_ID_PRODUCT
  2021-04-20 20:11 [Buildroot] [PATCH 01/25] package/automake: add _CPE_ID_VENDOR Matt Weber
                   ` (18 preceding siblings ...)
  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:11 ` Matt Weber
  2021-04-20 20:11 ` [Buildroot] [PATCH 22/25] package/rng-tools: add _CPE_ID_VENDOR Matt Weber
                   ` (4 subsequent siblings)
  24 siblings, 0 replies; 33+ messages in thread
From: Matt Weber @ 2021-04-20 20:11 UTC (permalink / raw)
  To: buildroot

cpe:2.3:a:python:setuptools:* is a valid CPE identifier for this package:

 https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:python:setuptools

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

diff --git a/package/python3-setuptools/python3-setuptools.mk b/package/python3-setuptools/python3-setuptools.mk
index 3f4f1100fe..6baa11df44 100644
--- a/package/python3-setuptools/python3-setuptools.mk
+++ b/package/python3-setuptools/python3-setuptools.mk
@@ -12,6 +12,8 @@ PYTHON3_SETUPTOOLS_SITE = https://files.pythonhosted.org/packages/b0/f3/44da7482
 PYTHON3_SETUPTOOLS_LICENSE = MIT
 PYTHON3_SETUPTOOLS_LICENSE_FILES = LICENSE
 PYTHON3_SETUPTOOLS_SETUP_TYPE = setuptools
+PYTHON3_SETUPTOOLS_CPE_ID_VENDOR = python
+PYTHON3_SETUPTOOLS_CPE_ID_PRODUCT = setuptools
 HOST_PYTHON3_SETUPTOOLS_DL_SUBDIR = python-setuptools
 HOST_PYTHON3_SETUPTOOLS_NEEDS_HOST_PYTHON = python3
 
-- 
2.17.1

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

* [Buildroot] [PATCH 22/25] package/rng-tools: add _CPE_ID_VENDOR
  2021-04-20 20:11 [Buildroot] [PATCH 01/25] package/automake: add _CPE_ID_VENDOR Matt Weber
                   ` (19 preceding siblings ...)
  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 ` Matt Weber
  2021-04-20 20:11 ` [Buildroot] [PATCH 23/25] package/rp-pppoe: " Matt Weber
                   ` (3 subsequent siblings)
  24 siblings, 0 replies; 33+ messages in thread
From: Matt Weber @ 2021-04-20 20:11 UTC (permalink / raw)
  To: buildroot

cpe:2.3:a:rng-tools_project:rng-tools:* is a valid CPE identifier for this package:

 https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:rng-tools_project:rng-tools

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

diff --git a/package/rng-tools/rng-tools.mk b/package/rng-tools/rng-tools.mk
index 2d508413a4..658dc6e03b 100644
--- a/package/rng-tools/rng-tools.mk
+++ b/package/rng-tools/rng-tools.mk
@@ -11,6 +11,7 @@ RNG_TOOLS_LICENSE_FILES = COPYING
 RNG_TOOLS_DEPENDENCIES = host-pkgconf openssl
 # From git
 RNG_TOOLS_AUTORECONF = YES
+RNG_TOOLS_CPE_ID_VENDOR = rng-tools_project
 
 RNG_TOOLS_CONF_OPTS = --without-pkcs11
 
-- 
2.17.1

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

* [Buildroot] [PATCH 23/25] package/rp-pppoe: add _CPE_ID_VENDOR
  2021-04-20 20:11 [Buildroot] [PATCH 01/25] package/automake: add _CPE_ID_VENDOR Matt Weber
                   ` (20 preceding siblings ...)
  2021-04-20 20:11 ` [Buildroot] [PATCH 22/25] package/rng-tools: add _CPE_ID_VENDOR Matt Weber
@ 2021-04-20 20:11 ` Matt Weber
  2021-04-20 20:11 ` [Buildroot] [PATCH 24/25] package/sysstat: " Matt Weber
                   ` (2 subsequent siblings)
  24 siblings, 0 replies; 33+ messages in thread
From: Matt Weber @ 2021-04-20 20:11 UTC (permalink / raw)
  To: buildroot

cpe:2.3:a:rp-pppoe_project:rp-pppoe:* is a valid CPE identifier for this package:

 https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:rp-pppoe_project:rp-pppoe

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

diff --git a/package/rp-pppoe/rp-pppoe.mk b/package/rp-pppoe/rp-pppoe.mk
index 2f0073b6c0..9f68a6a2fc 100644
--- a/package/rp-pppoe/rp-pppoe.mk
+++ b/package/rp-pppoe/rp-pppoe.mk
@@ -15,6 +15,7 @@ RP_PPPOE_TARGET_SCRIPTS = pppoe-connect pppoe-init pppoe-setup pppoe-start \
 	pppoe-status pppoe-stop
 RP_PPPOE_MAKE_OPTS = PLUGIN_DIR=/usr/lib/pppd/$(PPPD_VERSION)
 RP_PPPOE_CONF_OPTS = --disable-debugging
+RP_PPPOE_CPE_ID_VENDOR = rp-pppoe_project
 
 # The pppd, echo, setsid and id paths must be the ones on the
 # target. Indeed, the result of these checks is used to replace
-- 
2.17.1

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

* [Buildroot] [PATCH 24/25] package/sysstat: add _CPE_ID_VENDOR
  2021-04-20 20:11 [Buildroot] [PATCH 01/25] package/automake: add _CPE_ID_VENDOR Matt Weber
                   ` (21 preceding siblings ...)
  2021-04-20 20:11 ` [Buildroot] [PATCH 23/25] package/rp-pppoe: " Matt Weber
@ 2021-04-20 20:11 ` 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
  24 siblings, 0 replies; 33+ messages in thread
From: Matt Weber @ 2021-04-20 20:11 UTC (permalink / raw)
  To: buildroot

cpe:2.3:a:sysstat_project:sysstat:* is a valid CPE identifier for this package:

 https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:sysstat_project:sysstat

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

diff --git a/package/sysstat/sysstat.mk b/package/sysstat/sysstat.mk
index 7d254d6643..8ec4966813 100644
--- a/package/sysstat/sysstat.mk
+++ b/package/sysstat/sysstat.mk
@@ -11,6 +11,7 @@ SYSSTAT_CONF_OPTS = --disable-file-attr
 SYSSTAT_DEPENDENCIES = host-gettext $(TARGET_NLS_DEPENDENCIES)
 SYSSTAT_LICENSE = GPL-2.0+
 SYSSTAT_LICENSE_FILES = COPYING
+SYSSTAT_CPE_ID_VENDOR = sysstat_project
 
 ifeq ($(BR2_PACKAGE_LM_SENSORS),y)
 SYSSTAT_DEPENDENCIES += lm-sensors
-- 
2.17.1

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

* [Buildroot] [PATCH 25/25] package/sysvinit: add _CPE_ID_VENDOR
  2021-04-20 20:11 [Buildroot] [PATCH 01/25] package/automake: add _CPE_ID_VENDOR Matt Weber
                   ` (22 preceding siblings ...)
  2021-04-20 20:11 ` [Buildroot] [PATCH 24/25] package/sysstat: " Matt Weber
@ 2021-04-20 20:11 ` Matt Weber
  2021-04-20 21:32 ` [Buildroot] [PATCH 01/25] package/automake: " Yann E. MORIN
  24 siblings, 0 replies; 33+ messages in thread
From: Matt Weber @ 2021-04-20 20:11 UTC (permalink / raw)
  To: buildroot

cpe:2.3:a:sysvinit_project:sysvinit:* is a valid CPE identifier for this package:

 https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:sysvinit_project:sysvinit

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

diff --git a/package/sysvinit/sysvinit.mk b/package/sysvinit/sysvinit.mk
index 72cf313f25..1bf10deb63 100644
--- a/package/sysvinit/sysvinit.mk
+++ b/package/sysvinit/sysvinit.mk
@@ -9,6 +9,7 @@ SYSVINIT_SOURCE = sysvinit-$(SYSVINIT_VERSION).tar.xz
 SYSVINIT_SITE = http://download.savannah.nongnu.org/releases/sysvinit
 SYSVINIT_LICENSE = GPL-2.0+
 SYSVINIT_LICENSE_FILES = COPYING
+SYSVINIT_CPE_ID_VENDOR = sysvinit_project
 
 SYSVINIT_MAKE_OPTS = SYSROOT=$(STAGING_DIR)
 
-- 
2.17.1

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

* [Buildroot] [PATCH 13/25] package/libtool: add _CPE_ID_VENDOR
  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
  0 siblings, 1 reply; 33+ messages in thread
From: Yann E. MORIN @ 2021-04-20 20:49 UTC (permalink / raw)
  To: buildroot

Matthew, All,

On 2021-04-20 15:11 -0500, Matt Weber spake thusly:
> cpe:2.3:a:gnu:libtool:2.4.6:* is a valid CPE identifier for this package:
> 
>  https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:gnu:libtool:2.4.6

    There are 0 matching records.

However, there are resilts with:
    https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:gnu:libtool

Quid?

Regards,
Yann E. MORIN.

> Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com>
> ---
>  package/libtool/libtool.mk | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/package/libtool/libtool.mk b/package/libtool/libtool.mk
> index 10af8cf715..6342e70a39 100644
> --- a/package/libtool/libtool.mk
> +++ b/package/libtool/libtool.mk
> @@ -7,6 +7,7 @@
>  LIBTOOL_VERSION = 2.4.6
>  LIBTOOL_SOURCE = libtool-$(LIBTOOL_VERSION).tar.xz
>  LIBTOOL_SITE = $(BR2_GNU_MIRROR)/libtool
> +LIBTOOL_CPE_ID_VENDOR = gnu
>  
>  # For the target variant, we only want to build/install libltdl
>  LIBTOOL_SUBDIR = libltdl
> -- 
> 2.17.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

* [Buildroot] [PATCH 20/25] package/python3-decorator: add _CPE_ID_VENDOR and _CPE_ID_PRODUCT
  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
  0 siblings, 1 reply; 33+ messages in thread
From: Yann E. MORIN @ 2021-04-20 20:56 UTC (permalink / raw)
  To: buildroot

On 2021-04-20 15:11 -0500, Matt Weber spake thusly:
> cpe:2.3:a:python:decorator:* is a valid CPE identifier for this package:
> 
>  https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:python:decorator
> 
> Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com>
> ---
>  package/python3-decorator/python3-decorator.mk | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/package/python3-decorator/python3-decorator.mk b/package/python3-decorator/python3-decorator.mk
> index c14f10fbf4..e6f940a95c 100644
> --- a/package/python3-decorator/python3-decorator.mk
> +++ b/package/python3-decorator/python3-decorator.mk
> @@ -11,6 +11,8 @@ PYTHON3_DECORATOR_SOURCE = decorator-$(PYTHON3_DECORATOR_VERSION).tar.gz
>  PYTHON3_DECORATOR_LICENSE = BSD-2-Clause
>  PYTHON3_DECORATOR_LICENSE_FILES = LICENSE.txt
>  PYTHON3_DECORATOR_SETUP_TYPE = setuptools
> +PYTHON3_DECORATOR_CPE_ID_VENDOR = python
> +PYTHON3_DECORATOR_CPE_ID_PRODUCT = decorator

At the top of the file, there's a comment:

    # Please keep in sync with package/python-decorator/python-decorator.mk

So, could you respin this one with both packages changed at once,
please?

Regards,
Yann E. MORIN.

>  HOST_PYTHON3_DECORATOR_NEEDS_HOST_PYTHON = python3
>  
>  $(eval $(host-python-package))
> -- 
> 2.17.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

* [Buildroot] [PATCH 20/25] package/python3-decorator: add _CPE_ID_VENDOR and _CPE_ID_PRODUCT
  2021-04-20 20:56   ` Yann E. MORIN
@ 2021-04-20 20:58     ` Yann E. MORIN
  0 siblings, 0 replies; 33+ messages in thread
From: Yann E. MORIN @ 2021-04-20 20:58 UTC (permalink / raw)
  To: buildroot

Matthew, All,

On 2021-04-20 22:56 +0200, Yann E. MORIN spake thusly:
> On 2021-04-20 15:11 -0500, Matt Weber spake thusly:
> > cpe:2.3:a:python:decorator:* is a valid CPE identifier for this package:
> > 
> >  https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:python:decorator
> > 
> > Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com>
> > ---
> >  package/python3-decorator/python3-decorator.mk | 2 ++
> >  1 file changed, 2 insertions(+)
> > 
> > diff --git a/package/python3-decorator/python3-decorator.mk b/package/python3-decorator/python3-decorator.mk
> > index c14f10fbf4..e6f940a95c 100644
> > --- a/package/python3-decorator/python3-decorator.mk
> > +++ b/package/python3-decorator/python3-decorator.mk
> > @@ -11,6 +11,8 @@ PYTHON3_DECORATOR_SOURCE = decorator-$(PYTHON3_DECORATOR_VERSION).tar.gz
> >  PYTHON3_DECORATOR_LICENSE = BSD-2-Clause
> >  PYTHON3_DECORATOR_LICENSE_FILES = LICENSE.txt
> >  PYTHON3_DECORATOR_SETUP_TYPE = setuptools
> > +PYTHON3_DECORATOR_CPE_ID_VENDOR = python
> > +PYTHON3_DECORATOR_CPE_ID_PRODUCT = decorator
> 
> At the top of the file, there's a comment:
> 
>     # Please keep in sync with package/python-decorator/python-decorator.mk
> 
> So, could you respin this one with both packages changed at once,
> please?

Forget it, it's already there...

/me rubs his eyes...

Yes, it's already there. 

Sorry for the noise (but the commit could have stated that ;-) )...

Regards,
Yann E. MORIN.

> Regards,
> Yann E. MORIN.
> 
> >  HOST_PYTHON3_DECORATOR_NEEDS_HOST_PYTHON = python3
> >  
> >  $(eval $(host-python-package))
> > -- 
> > 2.17.1
> > 
> > _______________________________________________
> > buildroot mailing list
> > buildroot at busybox.net
> > http://lists.busybox.net/mailman/listinfo/buildroot
> 
> -- 
> .-----------------.--------------------.------------------.--------------------.
> |  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
> | +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
> | +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
> | http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
> '------------------------------^-------^------------------^--------------------'
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

* [Buildroot] [PATCH 13/25] package/libtool: add _CPE_ID_VENDOR
  2021-04-20 20:49   ` Yann E. MORIN
@ 2021-04-20 21:07     ` Matthew Weber
  2021-04-20 21:29       ` Yann E. MORIN
  0 siblings, 1 reply; 33+ messages in thread
From: Matthew Weber @ 2021-04-20 21:07 UTC (permalink / raw)
  To: buildroot

Yann,


On Tue, Apr 20, 2021 at 3:50 PM Yann E. MORIN <yann.morin.1998@free.fr> wrote:
>
> Matthew, All,
>
> On 2021-04-20 15:11 -0500, Matt Weber spake thusly:
> > cpe:2.3:a:gnu:libtool:2.4.6:* is a valid CPE identifier for this package:
> >
> >  https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:gnu:libtool:2.4.6
>
>     There are 0 matching records.
>
> However, there are resilts with:
>     https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:gnu:libtool
>
> Quid?

Correct, typo on my part.  Drop the version in this description and
the patch is valid.

>
> Regards,
> Yann E. MORIN.
>
> > Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com>
> > ---
> >  package/libtool/libtool.mk | 1 +
> >  1 file changed, 1 insertion(+)
> >
> > diff --git a/package/libtool/libtool.mk b/package/libtool/libtool.mk
> > index 10af8cf715..6342e70a39 100644
> > --- a/package/libtool/libtool.mk
> > +++ b/package/libtool/libtool.mk
> > @@ -7,6 +7,7 @@
> >  LIBTOOL_VERSION = 2.4.6
> >  LIBTOOL_SOURCE = libtool-$(LIBTOOL_VERSION).tar.xz
> >  LIBTOOL_SITE = $(BR2_GNU_MIRROR)/libtool
> > +LIBTOOL_CPE_ID_VENDOR = gnu
> >
> >  # For the target variant, we only want to build/install libltdl
> >  LIBTOOL_SUBDIR = libltdl
> > --
> > 2.17.1
> >
> > _______________________________________________
> > buildroot mailing list
> > buildroot at busybox.net
> > http://lists.busybox.net/mailman/listinfo/buildroot
>
> --
> .-----------------.--------------------.------------------.--------------------.
> |  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
> | +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
> | +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
> | http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
> '------------------------------^-------^------------------^--------------------'

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

* [Buildroot] [PATCH 12/25] package/libqmi: add _CPE_ID_VENDOR
  2021-04-20 20:11 ` [Buildroot] [PATCH 12/25] package/libqmi: " Matt Weber
@ 2021-04-20 21:20   ` Yann E. MORIN
  0 siblings, 0 replies; 33+ messages in thread
From: Yann E. MORIN @ 2021-04-20 21:20 UTC (permalink / raw)
  To: buildroot

Matthew, All,

On 2021-04-20 15:11 -0500, Matt Weber spake thusly:
> cpe:2.3:a:libqmi_project:libqmi:* is a valid CPE identifier for this package:
> 
>  https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:libqmi_project:libqmi

You forgot your SoB line...

Regards,
Yann E. MORIN.

> ---
>  package/libqmi/libqmi.mk | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/package/libqmi/libqmi.mk b/package/libqmi/libqmi.mk
> index 4b430d11f8..01910898c9 100644
> --- a/package/libqmi/libqmi.mk
> +++ b/package/libqmi/libqmi.mk
> @@ -10,6 +10,7 @@ LIBQMI_SOURCE = libqmi-$(LIBQMI_VERSION).tar.xz
>  LIBQMI_LICENSE = LGPL-2.0+ (library), GPL-2.0+ (programs)
>  LIBQMI_LICENSE_FILES = COPYING COPYING.LIB
>  LIBQMI_INSTALL_STAGING = YES
> +LIBQMI_CPE_ID_VENDOR = libqmi_project
>  
>  LIBQMI_DEPENDENCIES = libglib2
>  
> -- 
> 2.17.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

* [Buildroot] [PATCH 13/25] package/libtool: add _CPE_ID_VENDOR
  2021-04-20 21:07     ` Matthew Weber
@ 2021-04-20 21:29       ` Yann E. MORIN
  0 siblings, 0 replies; 33+ messages in thread
From: Yann E. MORIN @ 2021-04-20 21:29 UTC (permalink / raw)
  To: buildroot

Matthew, All,

On 2021-04-20 16:07 -0500, Matthew Weber via buildroot spake thusly:
> On Tue, Apr 20, 2021 at 3:50 PM Yann E. MORIN <yann.morin.1998@free.fr> wrote:
> > On 2021-04-20 15:11 -0500, Matt Weber spake thusly:
> > >  https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:gnu:libtool:2.4.6
> >     There are 0 matching records.
> > However, there are resilts with:
> >     https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:gnu:libtool
> > Quid?
> Correct, typo on my part.  Drop the version in this description and
> the patch is valid.

Done, thanks.

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

* [Buildroot] [PATCH 01/25] package/automake: add _CPE_ID_VENDOR
  2021-04-20 20:11 [Buildroot] [PATCH 01/25] package/automake: add _CPE_ID_VENDOR Matt Weber
                   ` (23 preceding siblings ...)
  2021-04-20 20:11 ` [Buildroot] [PATCH 25/25] package/sysvinit: " Matt Weber
@ 2021-04-20 21:32 ` Yann E. MORIN
  2021-04-26 13:20   ` Peter Korsgaard
  24 siblings, 1 reply; 33+ messages in thread
From: Yann E. MORIN @ 2021-04-20 21:32 UTC (permalink / raw)
  To: buildroot

Matthew, All,

On 2021-04-20 15:11 -0500, Matt Weber spake thusly:
> 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>

In this series of 25, I've applied all patches, except the libqmi one,
which is missing your SoB line.

Otherwise, I did a few changes here and there;

  - for the two python3 packages, I've added short hashes for the
    correspnding commits for the python(2) variants

  - in a few patches, I've moved the definitions right fter the license

  - I've updated the libtool commit as per your feedback

Thanks!

Regards,
Yann E. MORIN.

> ---
>  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
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

* [Buildroot] [PATCH 01/25] package/automake: add _CPE_ID_VENDOR
  2021-04-20 21:32 ` [Buildroot] [PATCH 01/25] package/automake: " Yann E. MORIN
@ 2021-04-26 13:20   ` Peter Korsgaard
  0 siblings, 0 replies; 33+ messages in thread
From: Peter Korsgaard @ 2021-04-26 13:20 UTC (permalink / raw)
  To: buildroot

>>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:

 > Matthew, All,
 > On 2021-04-20 15:11 -0500, Matt Weber spake thusly:
 >> 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>

 > In this series of 25, I've applied all patches, except the libqmi one,
 > which is missing your SoB line.

 > Otherwise, I did a few changes here and there;

 >   - for the two python3 packages, I've added short hashes for the
 >     correspnding commits for the python(2) variants

 >   - in a few patches, I've moved the definitions right fter the license

 >   - I've updated the libtool commit as per your feedback

 > Thanks!

Committed the same 24 patches to 2021.02.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[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.