From 71d560e57c376f180eade76650657482883ee190 Mon Sep 17 00:00:00 2001 From: Hsiao-nan Cheung Date: Wed, 17 Jul 2019 23:35:24 +0800 Subject: [PATCH] openssl: Fix license, add desc (#251) --- bucket/openssl.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/bucket/openssl.json b/bucket/openssl.json index 1711b9a496..2362e9834c 100644 --- a/bucket/openssl.json +++ b/bucket/openssl.json @@ -1,7 +1,11 @@ { "homepage": "https://slproweb.com/products/Win32OpenSSL.html", "version": "1.1.1c", - "license": "OpenSSL", + "license": { + "identifier": "OpenSSL|SSLeay", + "url": "https://www.openssl.org/source/license-openssl-ssleay.txt" + }, + "description": "TLS/SSL toolkit", "architecture": { "64bit": { "url": "https://slproweb.com/download/Win64OpenSSL-1_1_1c.exe", @@ -14,7 +18,6 @@ }, "innosetup": true, "bin": "bin\\openssl.exe", - "env_add_path": "bin", "env_set": { "OPENSSL_CONF": "$dir\\bin\\cnf\\openssl.cnf" },