From 77a02f1efcdb3ff5d7ce697806075bc34ed2ed4b Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Thu, 1 Feb 2024 18:27:39 +0100 Subject: [PATCH] libs/expat: fix PKG_CPE_ID There is not a single CVE linked to libexpat:expat so use libexpat_project:libexpat instead: https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:libexpat_project:libexpat Fixes: 70c62ef2d77aef5d8a27ccca2b147bc2a69dc7f8 (expat: update to version 2.2.7 (security fix)) Signed-off-by: Fabrice Fontaine --- libs/expat/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/expat/Makefile b/libs/expat/Makefile index a0f6a241e3..d45e9a548f 100644 --- a/libs/expat/Makefile +++ b/libs/expat/Makefile @@ -17,7 +17,7 @@ PKG_HASH:=ef2420f0232c087801abf705e89ae65f6257df6b7931d37846a193ef2e8cdcbe PKG_MAINTAINER:=Ted Hess PKG_LICENSE:=MIT PKG_LICENSE_FILES:=COPYING -PKG_CPE_ID:=cpe:/a:libexpat:expat +PKG_CPE_ID:=cpe:/a:libexpat_project:libexpat CMAKE_INSTALL:=1 -- 2.30.2