diff mbox series

[OpenWrt-Devel,1/2] tools/libressl: Add PKG_CPE_ID for proper CVE tracking

Message ID 20181015174710.5672-1-rosenp@gmail.com
State Accepted
Headers show
Series [OpenWrt-Devel,1/2] tools/libressl: Add PKG_CPE_ID for proper CVE tracking | expand

Commit Message

Rosen Penev Oct. 15, 2018, 5:47 p.m. UTC
Signed-off-by: Rosen Penev <rosenp@gmail.com>
---
 tools/libressl/Makefile | 2 ++
 1 file changed, 2 insertions(+)

Comments

Kevin 'ldir' Darbyshire-Bryant Oct. 16, 2018, 6:17 p.m. UTC | #1
Merged into my staging tree.
Thank you!
diff mbox series

Patch

diff --git a/tools/libressl/Makefile b/tools/libressl/Makefile
index 1698971f4f..57cdacd961 100644
--- a/tools/libressl/Makefile
+++ b/tools/libressl/Makefile
@@ -12,6 +12,8 @@  PKG_VERSION:=2.8.1
 PKG_HASH:=334bf7050f1db4087feebb30571ec13d9fa975bf05d6003ce3ab6d7d2452cf42
 PKG_RELEASE:=1
 
+PKG_CPE_ID:=cpe:/a:openbsd:libressl
+
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://mirror.ox.ac.uk/pub/OpenBSD/LibreSSL \
 	http://ftp.jaist.ac.jp/pub/OpenBSD/LibreSSL \