Skip to content

Commit

Permalink
make-binaries: Check for OpenSSL 3.2.x and newer
Browse files Browse the repository at this point in the history
Don't stick to OpenSSL 3.1.x when checking whether we're using the
current release.
  • Loading branch information
weiss committed Jul 23, 2023
1 parent d6e4f7b commit 92e9a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/make-binaries
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ check_configured_dep_vsns()
{
check_vsn 'OpenSSL' "$ssl_vsn" \
'https://www.openssl.org/source/' \
'openssl-\(3\.1\.[0-9.]*\)\.tar\.gz'
'openssl-\(3\.[1-9]\.[0-9.]*\)\.tar\.gz'
check_vsn 'LibYAML' "$yaml_vsn" \
'https://pyyaml.org/wiki/LibYAML' \
'yaml-\([0-9][0-9.]*\)\.tar\.gz'
Expand Down

0 comments on commit 92e9a41

Please sign in to comment.