projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
289f811
)
package/libs/libjson-c: fix PKG_CPE_ID
author
Fabrice Fontaine
<
[email protected]
>
Fri, 26 Apr 2024 15:47:24 +0000
(17:47 +0200)
committer
Robert Marko
<
[email protected]
>
Sat, 27 Apr 2024 21:44:20 +0000
(23:44 +0200)
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 <
[email protected]
>
Link:
https://github.com/openwrt/openwrt/pull/15292
Signed-off-by: Robert Marko <
[email protected]
>
package/libs/libjson-c/Makefile
patch
|
blob
|
history
diff --git
a/package/libs/libjson-c/Makefile
b/package/libs/libjson-c/Makefile
index 063cf2644273f32b4cfe6f4f7b3961a4198d4e9d..88781469dc9f546ba285cee2b45b722767d52cd9 100644
(file)
--- a/
package/libs/libjson-c/Makefile
+++ b/
package/libs/libjson-c/Makefile
@@
-18,7
+18,7
@@
PKG_HASH:=8df3b66597333dd365762cab2de2ff68e41e3808a04b692e696e0550648eefaa
PKG_MAINTAINER:=Felix Fietkau <
[email protected]
>
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)