summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2018-10-15 10:47:09 -0700
committerJo-Philipp Wich <jo@mein.io>2018-12-18 17:22:07 +0100
commitae16d0fb39d6703ed1476c5759586fd24e06f5bd (patch)
treebef763d763253cf749650febc2465a791d789216 /tools
parentb2df8076bd697c89309fc6392683b5bb53a96edb (diff)
downloadopenwrt-ae16d0fb39d6703ed1476c5759586fd24e06f5bd.tar.gz
openwrt-ae16d0fb39d6703ed1476c5759586fd24e06f5bd.tar.bz2
openwrt-ae16d0fb39d6703ed1476c5759586fd24e06f5bd.zip
tools/libressl: Add PKG_CPE_ID for proper CVE tracking
Signed-off-by: Rosen Penev <rosenp@gmail.com> (backported from 74a5c619dc4322314e6db63f2ab113e61958665e)
Diffstat (limited to 'tools')
-rw-r--r--tools/libressl/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/libressl/Makefile b/tools/libressl/Makefile
index bb8113a4ad..9cfe343c5d 100644
--- a/tools/libressl/Makefile
+++ b/tools/libressl/Makefile
@@ -12,6 +12,8 @@ PKG_VERSION:=2.7.2
PKG_HASH:=917a8779c342177ff3751a2bf955d0262d1d8916a4b408930c45cef326700995
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 \