projects
/
openwrt
/
staging
/
neocturne.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79f3e6e
)
mtd-utils: add PKG_CPE_ID
author
Nick Hainke
<vincent@systemli.org>
Sat, 3 Sep 2022 16:19:37 +0000
(18:19 +0200)
committer
Daniel Golle
<daniel@makrotopia.org>
Tue, 6 Sep 2022 15:36:46 +0000
(16:36 +0100)
Add CPE ID for tracking CVEs.
Signed-off-by: Nick Hainke <vincent@systemli.org>
package/utils/mtd-utils/Makefile
patch
|
blob
|
history
diff --git
a/package/utils/mtd-utils/Makefile
b/package/utils/mtd-utils/Makefile
index 74380022a52a5c46bbf76f05d09a9b9bdba5527c..2f54b3ad0d036e9b370b3084f4293b26694986d7 100644
(file)
--- a/
package/utils/mtd-utils/Makefile
+++ b/
package/utils/mtd-utils/Makefile
@@
-24,6
+24,7
@@
PKG_BUILD_DEPENDS:=util-linux
PKG_LICENSE:=GPLv2
PKG_LICENSE_FILES:=
+PKG_CPE_ID:=cpe:/a:mtd-utils_project:mtd-utils
PKG_MAINTAINER:=John Crispin <john@phrozen.org>