Auto merge of #3130 - bitcartel:upgrade_openssl_1.1.0h, r=str4d

Upgrade OpenSSL to 1.1.0h

Closes #3129
This commit is contained in:
Homu 2018-03-30 10:02:15 -07:00
commit 989e16e302
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
package=openssl
$(package)_version=1.1.0d
$(package)_version=1.1.0h
$(package)_download_path=https://www.openssl.org/source
$(package)_file_name=$(package)-$($(package)_version).tar.gz
$(package)_sha256_hash=7d5ebb9e89756545c156ff9c13cf2aa6214193b010a468a3bc789c3c28fe60df
$(package)_sha256_hash=5835626cde9e99656585fc7aaa2302a73a7e1340bf8c14fd635a62c66802a517
define $(package)_set_vars
$(package)_config_env=AR="$($(package)_ar)" RANLIB="$($(package)_ranlib)" CC="$($(package)_cc)"