summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabrice Fontaine2024-04-26 15:47:24 +0000
committerHauke Mehrtens2024-07-06 16:31:14 +0000
commit8c20083c1de958aff7e32406278dce18a1fed723 (patch)
tree0e17a653c7d4863731fd806787177abd358bf28c
parent6ea9cf32034d1133e33b5742b121c4fe88d78f75 (diff)
downloadopenwrt-8c20083c1de958aff7e32406278dce18a1fed723.tar.gz
package/libs/libjson-c: fix PKG_CPE_ID
cpe:/a:json-c:json-c is the correct CPE ID for libjson-c: https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:json-c:json-c Fixes: c61a2395140d92cdd37d3d6ee43a765427e8e318 (add PKG_CPE_ID ids to package and tools) Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Link: https://github.com/openwrt/openwrt/pull/15292 Signed-off-by: Robert Marko <robimarko@gmail.com> (cherry picked from commit a4f723e04ed245819fe320f472a4ff2b4eda00fb) Link: https://github.com/openwrt/openwrt/pull/15881 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r--package/libs/libjson-c/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libs/libjson-c/Makefile b/package/libs/libjson-c/Makefile
index d925ac750d..248df7e282 100644
--- a/package/libs/libjson-c/Makefile
+++ b/package/libs/libjson-c/Makefile
@@ -18,7 +18,7 @@ PKG_HASH:=ac8a3dd6820daaca579b23fbc74664310fbc3d67f52f6707cda67d21dde5570f
PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name>
PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=COPYING
-PKG_CPE_ID:=cpe:/a:json-c_project:json-c
+PKG_CPE_ID:=cpe:/a:json-c:json-c
HOST_BUILD_PREFIX:=$(STAGING_DIR_HOST)