All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] package/python3-decorator: add _CPE_ID_VENDOR and _CPE_ID_PRODUCT
@ 2021-04-20 21:23 Yann E. MORIN
  0 siblings, 0 replies; only message in thread
From: Yann E. MORIN @ 2021-04-20 21:23 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=8b154320f0c5d83da0f6afff66995c5b97dd4c11
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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@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@free.fr>
---
 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
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-04-20 21:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-20 21:23 [Buildroot] [git commit] package/python3-decorator: add _CPE_ID_VENDOR and _CPE_ID_PRODUCT Yann E. MORIN

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.