From: Fabrice Fontaine Date: Thu, 1 Feb 2024 10:13:06 +0000 (+0100) Subject: utils/gpsd: fix PKG_CPE_ID X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=1b1c28c9a03f7742ffaeda7ac2b22d82182a1137;p=openwrt-packages.git 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 --- diff --git a/utils/gpsd/Makefile b/utils/gpsd/Makefile index 2071d65e0..dcd00a956 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