[Buildroot] [git commit] package/apr: add CPE variables
From: Peter Korsgaard <peter@korsgaard.com>
Date: 2021-12-05 11:57:18
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Peter Korsgaard <peter@korsgaard.com>
Date: 2021-12-05 11:57:18
Subsystem:
the rest · Maintainer:
Linus Torvalds
commit: https://git.buildroot.net/buildroot/commit/?id=8022e00b2dc822c3403eee28db7181b5899c22dc branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master cpe:2.3:a:apache:portable_runtime is a valid CPE identifier for this package: https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Aapache%3Aportable_runtime Signed-off-by: Fabrice Fontaine <redacted> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> --- package/apr/apr.mk | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/package/apr/apr.mk b/package/apr/apr.mk
index 466222586c..c45829aacc 100644
--- a/package/apr/apr.mk
+++ b/package/apr/apr.mk@@ -9,6 +9,8 @@ APR_SOURCE = apr-$(APR_VERSION).tar.bz2 APR_SITE = http://archive.apache.org/dist/apr APR_LICENSE = Apache-2.0 APR_LICENSE_FILES = LICENSE +APR_CPE_ID_VENDOR = apache +APR_CPE_ID_PRODUCT = portable_runtime APR_INSTALL_STAGING = YES # We have a patch touching configure.in and Makefile.in, # so we need to autoreconf:
_______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot