[openwrt/openwrt] package/libs/libjson-c: fix PKG_CPE_ID

LEDE Commits lede-commits at lists.infradead.org
Sat Jul 6 09:32:34 PDT 2024


hauke pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/8c20083c1de958aff7e32406278dce18a1fed723

commit 8c20083c1de958aff7e32406278dce18a1fed723
Author: Fabrice Fontaine <fontaine.fabrice at gmail.com>
AuthorDate: Fri Apr 26 17:47:24 2024 +0200

    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 at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/15292
    Signed-off-by: Robert Marko <robimarko at gmail.com>
    (cherry picked from commit a4f723e04ed245819fe320f472a4ff2b4eda00fb)
    Link: https://github.com/openwrt/openwrt/pull/15881
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 package/libs/libjson-c/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 at 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)
 




More information about the lede-commits mailing list