From 1472caab50a041369dfb72a72523f3e26e7d1783 Mon Sep 17 00:00:00 2001 From: Badlop Date: Tue, 16 Sep 2025 20:26:46 +0200 Subject: [PATCH] make-binaries: Bump OpenSSL 3.5.3 and Expat 2.7.2 --- tools/make-binaries | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/make-binaries b/tools/make-binaries index 3e0d8d9c3..22ad3e98c 100755 --- a/tools/make-binaries +++ b/tools/make-binaries @@ -67,10 +67,10 @@ rel_vsn=$(git describe --tags | sed -e 's/-g.*//' -e 's/-/./' | tr -d '[:space:] mix_vsn=$(mix_version "$rel_vsn") crosstool_vsn='1.28.0' termcap_vsn='1.3.1' -expat_vsn='2.7.1' +expat_vsn='2.7.2' zlib_vsn='1.3.1' yaml_vsn='0.2.5' -ssl_vsn='3.5.2' +ssl_vsn='3.5.3' otp_vsn='27.3.4.3' elixir_vsn='1.18.4' pam_vsn='1.6.1' # Newer Linux-PAM versions use Meson, we don't support that yet.