aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/wolfssl
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2017-11-19 02:28:38 +0100
committerAlexander Couzens <lynxis@fe80.eu>2017-11-19 02:29:08 +0100
commitbd1ee909d081adc56931977248f413c670b74388 (patch)
tree04151b8ca33a4061ee5207c0bfd0fc0af7b088b3 /package/libs/wolfssl
parentdca96b75464dd16c30b8b9574356abc71d24e99f (diff)
downloadupstream-bd1ee909d081adc56931977248f413c670b74388.tar.gz
upstream-bd1ee909d081adc56931977248f413c670b74388.tar.bz2
upstream-bd1ee909d081adc56931977248f413c670b74388.zip
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@fe80.eu>
Diffstat (limited to 'package/libs/wolfssl')
-rw-r--r--package/libs/wolfssl/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libs/wolfssl/Makefile b/package/libs/wolfssl/Makefile
index afe7ccc37f..9f5c5f66d6 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