All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/python-psutil: add CPE variables
@ 2021-04-05 16:45 Fabrice Fontaine
  2021-04-06  7:28 ` Peter Korsgaard
  2021-04-06 11:01 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2021-04-05 16:45 UTC (permalink / raw)
  To: buildroot

cpe:2.3:a:psutil_project:psutil is a valid CPE identifier for this
package:

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

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/python-psutil/python-psutil.mk   | 2 ++
 package/python3-psutil/python3-psutil.mk | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/package/python-psutil/python-psutil.mk b/package/python-psutil/python-psutil.mk
index 19d97a6f97..9dbc472213 100644
--- a/package/python-psutil/python-psutil.mk
+++ b/package/python-psutil/python-psutil.mk
@@ -11,5 +11,7 @@ PYTHON_PSUTIL_SITE = https://files.pythonhosted.org/packages/aa/3e/d18f2c04cf2b5
 PYTHON_PSUTIL_SETUP_TYPE = setuptools
 PYTHON_PSUTIL_LICENSE = BSD-3-Clause
 PYTHON_PSUTIL_LICENSE_FILES = LICENSE
+PYTHON_PSUTIL_CPE_ID_VENDOR = psutil_project
+PYTHON_PSUTIL_CPE_ID_PRODUCT = psutil
 
 $(eval $(python-package))
diff --git a/package/python3-psutil/python3-psutil.mk b/package/python3-psutil/python3-psutil.mk
index febf0d3edb..029e1b1c12 100644
--- a/package/python3-psutil/python3-psutil.mk
+++ b/package/python3-psutil/python3-psutil.mk
@@ -11,6 +11,8 @@ PYTHON3_PSUTIL_SITE = https://files.pythonhosted.org/packages/aa/3e/d18f2c04cf2b
 PYTHON3_PSUTIL_SETUP_TYPE = setuptools
 PYTHON3_PSUTIL_LICENSE = BSD-3-Clause
 PYTHON3_PSUTIL_LICENSE_FILES = LICENSE
+PYTHON3_PSUTIL_CPE_ID_VENDOR = psutil_project
+PYTHON3_PSUTIL_CPE_ID_PRODUCT = psutil
 HOST_PYTHON3_PSUTIL_DL_SUBDIR = python-psutil
 HOST_PYTHON3_PSUTIL_NEEDS_HOST_PYTHON = python3
 
-- 
2.30.2

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

* [Buildroot] [PATCH 1/1] package/python-psutil: add CPE variables
  2021-04-05 16:45 [Buildroot] [PATCH 1/1] package/python-psutil: add CPE variables Fabrice Fontaine
@ 2021-04-06  7:28 ` Peter Korsgaard
  2021-04-06 11:01 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2021-04-06  7:28 UTC (permalink / raw)
  To: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > cpe:2.3:a:psutil_project:psutil is a valid CPE identifier for this
 > package:

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

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 1/1] package/python-psutil: add CPE variables
  2021-04-05 16:45 [Buildroot] [PATCH 1/1] package/python-psutil: add CPE variables Fabrice Fontaine
  2021-04-06  7:28 ` Peter Korsgaard
@ 2021-04-06 11:01 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2021-04-06 11:01 UTC (permalink / raw)
  To: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > cpe:2.3:a:psutil_project:psutil is a valid CPE identifier for this
 > package:

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

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to 2021.02.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2021-04-06 11:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-05 16:45 [Buildroot] [PATCH 1/1] package/python-psutil: add CPE variables Fabrice Fontaine
2021-04-06  7:28 ` Peter Korsgaard
2021-04-06 11:01 ` 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.