[Buildroot] [git commit branch/2021.02.x] package/guile: add GUILE_CPE_ID_VENDOR

Peter Korsgaard peter at korsgaard.com
Sun Dec 12 17:28:24 UTC 2021


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

cpe:2.3:a:gnu:guile is a valid CPE identifier for this package:

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

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
(cherry picked from commit 7e649e705aba9bc754a18137774ab8e2594d232b)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/guile/guile.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/guile/guile.mk b/package/guile/guile.mk
index 44f4d1c85e..b62d06e704 100644
--- a/package/guile/guile.mk
+++ b/package/guile/guile.mk
@@ -13,6 +13,7 @@ GUILE_INSTALL_STAGING = YES
 GUILE_AUTORECONF = YES
 GUILE_LICENSE = LGPL-3.0+
 GUILE_LICENSE_FILES = LICENSE COPYING COPYING.LESSER
+GUILE_CPE_ID_VENDOR = gnu
 
 # libtool dependency is needed because guile uses libltdl
 GUILE_DEPENDENCIES = host-guile libunistring libffi gmp bdwgc host-pkgconf libtool



More information about the buildroot mailing list