[Buildroot] [git commit branch/2021.02.x] package/apr: add CPE variables

Peter Korsgaard peter at korsgaard.com
Sun Dec 12 22:22:58 UTC 2021


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

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 <fontaine.fabrice at gmail.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
(cherry picked from commit 8022e00b2dc822c3403eee28db7181b5899c22dc)
Signed-off-by: Peter Korsgaard <peter at 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:



More information about the buildroot mailing list