diff options
| author | Rosen Penev | 2018-10-15 17:47:09 +0000 |
|---|---|---|
| committer | Kevin Darbyshire-Bryant | 2018-10-16 18:16:28 +0000 |
| commit | 74a5c619dc4322314e6db63f2ab113e61958665e (patch) | |
| tree | 268bd2d96dfe9f4249563ccdac38c5462c7da8a4 | |
| parent | 80c61c161ac5943137ade233d62cf89d746de5a2 (diff) | |
| download | openwrt-74a5c619dc4322314e6db63f2ab113e61958665e.tar.gz | |
tools/libressl: Add PKG_CPE_ID for proper CVE tracking
Signed-off-by: Rosen Penev <rosenp@gmail.com>
| -rw-r--r-- | tools/libressl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |