[source] wolfssl: add PKG_CPE_ID ids to package and tools
LEDE Commits
lede-commits at lists.infradead.org
Sat Nov 18 17:29:50 PST 2017
lynxis pushed a commit to source.git, branch master:
https://git.lede-project.org/bd1ee909d081adc56931977248f413c670b74388
commit bd1ee909d081adc56931977248f413c670b74388
Author: Alexander Couzens <lynxis at fe80.eu>
AuthorDate: Sun Nov 19 02:28:38 2017 +0100
wolfssl: add PKG_CPE_ID ids to package and tools
CPE ids helps to tracks CVE in packages.
https://cpe.mitre.org/specification/
Signed-off-by: Alexander Couzens <lynxis at fe80.eu>
---
package/libs/wolfssl/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/libs/wolfssl/Makefile b/package/libs/wolfssl/Makefile
index afe7ccc..9f5c5f6 100644
--- a/package/libs/wolfssl/Makefile
+++ b/package/libs/wolfssl/Makefile
@@ -20,6 +20,7 @@ PKG_INSTALL:=1
PKG_USE_MIPS16:=0
PKG_BUILD_PARALLEL:=1
PKG_LICENSE:=GPL-2.0+
+PKG_CPE_ID:=cpe:/a:yassl:cyassl
include $(INCLUDE_DIR)/package.mk
More information about the lede-commits
mailing list