From: Alexander Couzens Date: Sun, 19 Nov 2017 01:28:38 +0000 (+0100) Subject: wolfssl: add PKG_CPE_ID ids to package and tools X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fstintel.git;a=commitdiff_plain;h=bd1ee909d081adc56931977248f413c670b74388 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 --- 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