]> Nutra Git (v1) - gamesguru/feather.git/commitdiff
depends: bump openssl to 1.1.1t
authortobtoht <tob@featherwallet.org>
Tue, 7 Feb 2023 19:17:25 +0000 (20:17 +0100)
committertobtoht <tob@featherwallet.org>
Tue, 7 Feb 2023 19:17:25 +0000 (20:17 +0100)
contrib/depends/packages/openssl.mk

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