1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-02 17:29:27 +02:00

make-binaries: Bump OpenSSL 3.5.3 and Expat 2.7.2

This commit is contained in:
Badlop 2025-09-16 20:26:46 +02:00
parent ef2e62a01c
commit 1472caab50

View file

@ -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.