Skip to content

Commit

Permalink
make-binaries: Bump OpenSSL version to 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
weiss committed Aug 1, 2023
1 parent a462023 commit 6e5515b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion tools/make-binaries
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6e5515b

Please sign in to comment.