From: Fabrice Fontaine Date: Wed, 26 Feb 2025 21:26:44 +0000 (+0100) Subject: libs/libuv: fix PKG_CPE_ID X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=17748714765694e2c898f16a51e8a424901517ee;p=openwrt-packages.git libs/libuv: fix PKG_CPE_ID libuv:libuv is a better CPE ID than libuv_project:libuv as this CPE ID has the latest CVEs (whereas libuv_project:libuv only has a CVE from 2015): https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:libuv:libuv Fixes: f8ecbf529bad57970e4ff8f90484ba58d06b4a39 (libuv: update to 1.32.0) Signed-off-by: Fabrice Fontaine --- diff --git a/libs/libuv/Makefile b/libs/libuv/Makefile index df691eda3..64f68923f 100644 --- a/libs/libuv/Makefile +++ b/libs/libuv/Makefile @@ -19,7 +19,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-v$(PKG_VERSION) PKG_MAINTAINER:=Marko Ratkaj PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE -PKG_CPE_ID:=cpe:/a:libuv_project:libuv +PKG_CPE_ID:=cpe:/a:libuv:libuv CMAKE_BINARY_SUBDIR:=out/cmake