projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91e6531
)
libmnl: add PKG_CPE_ID
author
Nick Hainke
<vincent@systemli.org>
Sat, 3 Sep 2022 16:15:24 +0000
(18:15 +0200)
committer
Daniel Golle
<daniel@makrotopia.org>
Tue, 6 Sep 2022 15:36:44 +0000
(16:36 +0100)
Add CPE ID for tracking CVEs.
Signed-off-by: Nick Hainke <vincent@systemli.org>
package/libs/libmnl/Makefile
patch
|
blob
|
history
diff --git
a/package/libs/libmnl/Makefile
b/package/libs/libmnl/Makefile
index 2632cc2d946a9ed215b43ac946d6065f662736d2..06f79d5384c5898fef3326bb479d64b602b73ee0 100644
(file)
--- a/
package/libs/libmnl/Makefile
+++ b/
package/libs/libmnl/Makefile
@@
-22,6
+22,7
@@
PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io>
PKG_FIXUP:=autoreconf
PKG_INSTALL:=1
PKG_LICENSE:=LGPL-2.1+
+PKG_CPE_ID:=cpe:/a:netfilter:libmnl
include $(INCLUDE_DIR)/package.mk