From 1b1c28c9a03f7742ffaeda7ac2b22d82182a1137 Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Thu, 1 Feb 2024 11:13:06 +0100 Subject: [PATCH] utils/gpsd: fix PKG_CPE_ID gpsd_project:gpsd is a better CPE ID than berlios:gps_daemon as this CPE ID has the latest CVEs (whereas berlios:gps_daemon only has one CVE from 2004): https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:gpsd_project:gpsd Fixes: 299e5b0a9bce19d6e96cb9ff217028b36ee2dd36 (treewide: add PKG_CPE_ID for better cvescanner coverage) Signed-off-by: Fabrice Fontaine --- utils/gpsd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/gpsd/Makefile b/utils/gpsd/Makefile index 2071d65e00..dcd00a956d 100644 --- a/utils/gpsd/Makefile +++ b/utils/gpsd/Makefile @@ -18,7 +18,7 @@ PKG_HASH:=7e5e53e5ab157dce560a2f22e20322ef1136d3ebde99162def833a3306de01e5 PKG_MAINTAINER:=Pushpal Sidhu PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=COPYING -PKG_CPE_ID:=cpe:/a:berlios:gps_daemon +PKG_CPE_ID:=cpe:/a:gpsd_project:gpsd PKG_BUILD_DEPENDS:=scons/host