Upgrade OpenSSL to 1.1.0d

Closes #2047
This commit is contained in:
Jack Grigg 2017-01-31 15:23:56 +01:00
parent ee6d993561
commit 18cc8f45fd
No known key found for this signature in database
GPG Key ID: 6A6914DAFBEA00DA
1 changed files with 2 additions and 2 deletions

View File

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