From b9f2cc3dda161312a9365f84ca1d02762b51770d Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Sun, 5 Dec 2021 09:49:00 +0100 Subject: [PATCH] package/apr: add CPE variables 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 Signed-off-by: Peter Korsgaard (cherry picked from commit 8022e00b2dc822c3403eee28db7181b5899c22dc) Signed-off-by: Peter Korsgaard --- 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: