depends: openssl: update to 3.0.19

This commit is contained in:
tobtoht
2026-01-29 22:10:53 +01:00
parent 1a86c21b57
commit c4e54fe5e0
+2 -2
View File
@@ -1,8 +1,8 @@
package=openssl
$(package)_version=3.0.13
$(package)_version=3.0.19
$(package)_download_path=https://www.openssl.org/source
$(package)_file_name=$(package)-$($(package)_version).tar.gz
$(package)_sha256_hash=88525753f79d3bec27d2fa7c66aa0b92b3aa9498dafd93d7cfa4b3780cdae313
$(package)_sha256_hash=fa5a4143b8aae18be53ef2f3caf29a2e0747430b8bc74d32d88335b94ab63072
define $(package)_set_vars
$(package)_config_env=AR="$($(package)_ar)" ARFLAGS=$($(package)_arflags) RANLIB="$($(package)_ranlib)" CC="$($(package)_cc)"