[Buildroot] [git commit] package/libbsd: add LIBBSD_CPE_ID_VENDOR

Peter Korsgaard peter at korsgaard.com
Mon Mar 1 19:18:34 UTC 2021


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

cpe:2.3:a:freedesktop:libbsd is a valid CPE identifier for this package:

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

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/libbsd/libbsd.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/libbsd/libbsd.mk b/package/libbsd/libbsd.mk
index 27bac6838a..256a75f15e 100644
--- a/package/libbsd/libbsd.mk
+++ b/package/libbsd/libbsd.mk
@@ -10,6 +10,7 @@ LIBBSD_SITE = https://libbsd.freedesktop.org/releases
 LIBBSD_LICENSE = BSD-2-Clause, BSD-3-Clause, BSD-4-Clause, BSD-5-Clause, \
 		MIT, ISC, Beerware
 LIBBSD_LICENSE_FILES = COPYING
+LIBBSD_CPE_ID_VENDOR = freedesktop
 LIBBSD_INSTALL_STAGING = YES
 
 $(eval $(autotools-package))


More information about the buildroot mailing list