[Buildroot] [git commit branch/next] package/musl: add MUSL_CPE_ID_VENDOR

Yann E. MORIN yann.morin.1998 at free.fr
Tue Aug 3 21:10:00 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=8ac2e592c0ada30887a99082851de204d8b807c1
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/next

cpe:2.3:a:musl-libc:musl is a valid CPE identifier for this package:

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

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
---
 package/musl/musl.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/musl/musl.mk b/package/musl/musl.mk
index 82b3eeaf52..d4f26b50a7 100644
--- a/package/musl/musl.mk
+++ b/package/musl/musl.mk
@@ -8,6 +8,7 @@ MUSL_VERSION = 1.2.2
 MUSL_SITE = http://www.musl-libc.org/releases
 MUSL_LICENSE = MIT
 MUSL_LICENSE_FILES = COPYRIGHT
+MUSL_CPE_ID_VENDOR = musl-libc
 
 # Before musl is configured, we must have the first stage
 # cross-compiler and the kernel headers


More information about the buildroot mailing list