[openwrt/openwrt] libusb: add PKG_CPE_ID
LEDE Commits
lede-commits at lists.infradead.org
Tue Sep 6 08:38:40 PDT 2022
dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/2091a76d343aeb60a6eeda9b67ac2cf0311080f8
commit 2091a76d343aeb60a6eeda9b67ac2cf0311080f8
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Sat Sep 3 18:02:34 2022 +0200
libusb: add PKG_CPE_ID
Add CPE ID for tracking CVEs.
Signed-off-by: Nick Hainke <vincent at systemli.org>
---
package/libs/libusb/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/libs/libusb/Makefile b/package/libs/libusb/Makefile
index 5e4046813a..5d89568937 100644
--- a/package/libs/libusb/Makefile
+++ b/package/libs/libusb/Makefile
@@ -20,6 +20,7 @@ PKG_HASH:=12ce7a61fc9854d1d2a1ffe095f7b5fac19ddba095c259e6067a46500381b5a5
PKG_MAINTAINER:= Felix Fietkau <nbd at nbd.name>
PKG_LICENSE:=LGPL-2.1-or-later
PKG_LICENSE_FILES:=COPYING
+PKG_CPE_ID:=cpe:/a:libusb:libusb
PKG_INSTALL:=1
PKG_BUILD_PARALLEL:=1
More information about the lede-commits
mailing list