[openwrt/openwrt] libmnl: add PKG_CPE_ID
LEDE Commits
lede-commits at lists.infradead.org
Tue Sep 6 08:38:44 PDT 2022
dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/7ea924d74ff39ba30921393054d0883231d71fe5
commit 7ea924d74ff39ba30921393054d0883231d71fe5
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Sat Sep 3 18:15:24 2022 +0200
libmnl: add PKG_CPE_ID
Add CPE ID for tracking CVEs.
Signed-off-by: Nick Hainke <vincent at systemli.org>
---
package/libs/libmnl/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/libs/libmnl/Makefile b/package/libs/libmnl/Makefile
index 2632cc2d94..06f79d5384 100644
--- a/package/libs/libmnl/Makefile
+++ b/package/libs/libmnl/Makefile
@@ -22,6 +22,7 @@ PKG_MAINTAINER:=Jo-Philipp Wich <jo at 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
More information about the lede-commits
mailing list