From d31e6b044bf73fe657f950dc0dea28baa0c0bfcc Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Wed, 24 Jan 2024 22:48:33 +0100 Subject: [PATCH] libs/apr: fix PKG_CPE_ID There is not a single CVE under cpe:/a:apache:apr so use cpe:/a:apache:portable_runtime: https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Aapache%3Aportable_runtime Signed-off-by: Fabrice Fontaine (cherry picked from commit a9ddc8e373945437d58e976b6c20bbc44ba31b67) --- libs/apr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/apr/Makefile b/libs/apr/Makefile index 8138e63258..afd2727304 100644 --- a/libs/apr/Makefile +++ b/libs/apr/Makefile @@ -20,7 +20,7 @@ PKG_MAINTAINER:=Thomas Heil PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE -PKG_CPE_ID:=cpe:/a:apache:apr +PKG_CPE_ID:=cpe:/a:apache:portable_runtime PKG_BUILD_PARALLEL:=1 -- 2.30.2