[openwrt/openwrt] libnl: add PKG_CPE_ID
LEDE Commits
lede-commits at lists.infradead.org
Tue Sep 6 08:38:42 PDT 2022
dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/5bc8e5a5a94045f459b9c91040ed0ab56209e157
commit 5bc8e5a5a94045f459b9c91040ed0ab56209e157
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Sat Sep 3 18:07:39 2022 +0200
libnl: add PKG_CPE_ID
Add CPE ID for tracking CVEs.
Signed-off-by: Nick Hainke <vincent at systemli.org>
---
package/libs/libnl/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/libs/libnl/Makefile b/package/libs/libnl/Makefile
index bb7a1e7fb1..71b043a9e5 100644
--- a/package/libs/libnl/Makefile
+++ b/package/libs/libnl/Makefile
@@ -15,6 +15,7 @@ PKG_HASH:=9fe43ccbeeea72c653bdcf8c93332583135cda46a79507bfd0a483bb57f65939
PKG_LICENSE:=LGPL-2.1
PKG_LICENSE_FILES:=COPYING
+PKG_CPE_ID:=cpe:/a:libnl_project:libnl
PKG_INSTALL:=1
PKG_FIXUP:=autoreconf
More information about the lede-commits
mailing list