[Buildroot] [git commit branch/2021.02.x] package/python3-decorator: add _CPE_ID_VENDOR and _CPE_ID_PRODUCT

Peter Korsgaard peter at korsgaard.com
Mon Apr 26 13:12:55 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=1641466662af91b732a8cb2cfabd3ec92f0df509
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2021.02.x

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

Note: 4783e5fd8c already added those for the python(2) variant.

Signed-off-by: Matthew Weber <matthew.weber at rockwellcollins.com>
[yann.morin.1998 at free.fr:
  - add reference to 4783e5fd8c
  - move up, right after license
]
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
(cherry picked from commit 8b154320f0c5d83da0f6afff66995c5b97dd4c11)
Signed-off-by: Peter Korsgaard <peter at korsgaard.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..ed6d86fe3a 100644
--- a/package/python3-decorator/python3-decorator.mk
+++ b/package/python3-decorator/python3-decorator.mk
@@ -10,6 +10,8 @@ PYTHON3_DECORATOR_SITE = https://files.pythonhosted.org/packages/dc/c3/9d378af09
 PYTHON3_DECORATOR_SOURCE = decorator-$(PYTHON3_DECORATOR_VERSION).tar.gz
 PYTHON3_DECORATOR_LICENSE = BSD-2-Clause
 PYTHON3_DECORATOR_LICENSE_FILES = LICENSE.txt
+PYTHON3_DECORATOR_CPE_ID_VENDOR = python
+PYTHON3_DECORATOR_CPE_ID_PRODUCT = decorator
 PYTHON3_DECORATOR_SETUP_TYPE = setuptools
 HOST_PYTHON3_DECORATOR_NEEDS_HOST_PYTHON = python3
 


More information about the buildroot mailing list