Updated to OpenSSL 1.0.2

This commit is contained in:
Ed Tubbs 2021-09-19 14:48:45 -05:00 committed by Patrick Lodder
parent 15f0fc62ac
commit 61c1cf3a3c
No known key found for this signature in database
GPG key ID: 2D3A345B98D0DC1F

View file

@ -1,9 +1,9 @@
package=openssl
$(package)_version=1.0.1
$(package)_version_suffix=l
$(package)_version=1.0.2
$(package)_version_suffix=u
$(package)_download_path=https://www.openssl.org/source/old/$($(package)_version)
$(package)_file_name=$(package)-$($(package)_version)$($(package)_version_suffix).tar.gz
$(package)_sha256_hash=b2cf4d48fe5d49f240c61c9e624193a6f232b5ed0baf010681e725963c40d1d4
$(package)_sha256_hash=ecd0c6ffb493dd06707d38b14bb4d8c2288bb7033735606569d8f90f89669d16
define $(package)_set_vars
$(package)_config_env=AR="$($(package)_ar)" RANLIB="$($(package)_ranlib)" CC="$($(package)_cc)"
@ -63,7 +63,8 @@ define $(package)_preprocess_cmds
endef
define $(package)_config_cmds
./Configure $($(package)_config_opts)
./Configure $($(package)_config_opts) && \
make depend
endef
define $(package)_build_cmds