depends: openssl: bump to 1.1.1s

This commit is contained in:
tobtoht 2023-01-07 17:13:42 +01:00
parent d09f99c611
commit c96b8a910c

View file

@ -1,8 +1,8 @@
package=openssl
$(package)_version=1.1.1q
$(package)_version=1.1.1s
$(package)_download_path=https://www.openssl.org/source
$(package)_file_name=$(package)-$($(package)_version).tar.gz
$(package)_sha256_hash=d7939ce614029cdff0b6c20f0e2e5703158a489a72b2507b8bd51bf8c8fd10ca
$(package)_sha256_hash=c5ac01e760ee6ff0dab61d6b2bbd30146724d063eb322180c6f18a6f74e4b6aa
define $(package)_set_vars
$(package)_config_env=AR="$($(package)_ar)" ARFLAGS=$($(package)_arflags) RANLIB="$($(package)_ranlib)" CC="$($(package)_cc)"