projects
/
openwrt
/
staging
/
ansuel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf3520b
)
tools/expat: fix PKG_CPE_ID
author
Fabrice Fontaine
<
[email protected]
>
Fri, 26 Apr 2024 09:24:41 +0000
(11:24 +0200)
committer
Robert Marko
<
[email protected]
>
Sat, 27 Apr 2024 21:37:57 +0000
(23:37 +0200)
cpe:/a:libexpat_project:libexpat is the correct CPE ID for expat:
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:libexpat:libexpat
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/15291
Signed-off-by: Robert Marko <
[email protected]
>
tools/expat/Makefile
patch
|
blob
|
history
diff --git
a/tools/expat/Makefile
b/tools/expat/Makefile
index 4cd9ef11b2ffec2685ec4b6771672e5dba8d9bdf..8c15f98a22086e4425c572cc017303c182a1d751 100644
(file)
--- a/
tools/expat/Makefile
+++ b/
tools/expat/Makefile
@@
-8,7
+8,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=expat
-PKG_CPE_ID:=cpe:/a:libexpat:expat
+PKG_CPE_ID:=cpe:/a:libexpat:
lib
expat
PKG_VERSION:=2.6.2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz