[openwrt/openwrt] f2fs-tools: add PKG_CPE_ID
LEDE Commits
lede-commits at lists.infradead.org
Tue Sep 6 08:38:43 PDT 2022
dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/91e65314a7cb26aec2fc74c40567ef190413cafd
commit 91e65314a7cb26aec2fc74c40567ef190413cafd
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Sat Sep 3 18:11:51 2022 +0200
f2fs-tools: add PKG_CPE_ID
Add CPE ID for tracking CVEs.
Signed-off-by: Nick Hainke <vincent at systemli.org>
---
package/utils/f2fs-tools/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/utils/f2fs-tools/Makefile b/package/utils/f2fs-tools/Makefile
index 60f4b317c7..99d402af6c 100644
--- a/package/utils/f2fs-tools/Makefile
+++ b/package/utils/f2fs-tools/Makefile
@@ -18,6 +18,7 @@ PKG_HASH:=147d471040b44900283ce2c935f1d35d13d7f40008e7cb8fab2b69f54da01a4f
PKG_MAINTAINER:=Felix Fietkau <nbd at nbd.name>
PKG_LICENSE:=GPL-2.0-only
PKG_LICENSE_FILES:=COPYING
+PKG_CPE_ID:=cpe:/a:f2fs-tools_project:f2fs-tools
PKG_FIXUP:=autoreconf
PKG_BUILD_PARALLEL:=1
More information about the lede-commits
mailing list