diff --git a/CHANGELOG.md b/CHANGELOG.md index 7aa4357ec..f36dcb51c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,7 +24,7 @@ project adheres to [Semantic Versioning][SemVer]. "inactive" sessions. Also, slightly alter the other bucket sizes. - Binary release: Update Erlang/OTP from 25.0.3 to 26.0.2. - Binary release: Update Rebar3 from 3.19.0 to 3.22.1. -- Binary release: Update OpenSSL from 1.1.1q to 3.1.1. +- Binary release: Update OpenSSL from 1.1.1q to 3.1.2. - Binary release: Update zlib from 1.2.12 to 1.2.13. - Binary release: Build Erlang/OTP without Termcap support. - Docker: Always use the same Erlang/OTP vsn as the binary release. diff --git a/tools/make-binaries b/tools/make-binaries index 7b03ed568..22a7ab132 100755 --- a/tools/make-binaries +++ b/tools/make-binaries @@ -37,7 +37,7 @@ rebar_vsn='3.22.1' crosstool_vsn='1.25.0' zlib_vsn='1.2.13' yaml_vsn='0.2.5' -ssl_vsn='3.1.1' +ssl_vsn='3.1.2' otp_vsn='26.0.2' root_dir="${BUILD_DIR:-$HOME/build}" bootstrap_dir="$root_dir/bootstrap"