projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57ad2ea
)
tools/pkgconf: add PKG_CPE_ID
author
Nick Hainke
<vincent@systemli.org>
Sun, 5 Feb 2023 13:59:03 +0000
(14:59 +0100)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Sun, 5 Feb 2023 21:39:17 +0000
(22:39 +0100)
Add PKG_CPE_ID to track vulnerabilities.
Signed-off-by: Nick Hainke <vincent@systemli.org>
tools/pkgconf/Makefile
patch
|
blob
|
history
diff --git
a/tools/pkgconf/Makefile
b/tools/pkgconf/Makefile
index fded7e0fd6293a61a16067f73da4605dbe365f89..c6e11edaf2b50eea9fb7699833a3ad4160ad247c 100644
(file)
--- a/
tools/pkgconf/Makefile
+++ b/
tools/pkgconf/Makefile
@@
-13,6
+13,8
@@
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://distfiles.dereferenced.org/pkgconf
PKG_HASH:=daccf1bbe5a30d149b556c7d2ffffeafd76d7b514e249271abdd501533c1d8ae
+PKG_CPE_ID:=cpe:/a:pkgconf:pkgconf
+
include $(INCLUDE_DIR)/host-build.mk
include $(INCLUDE_DIR)/meson.mk