Skip to content

Commit

Permalink
make-binaries: Only check OpenSSL 3.1.x versions
Browse files Browse the repository at this point in the history
While checking for the current OpenSSL version, consider only 3.1.x
releases for the moment, as the OpenSSL web site currently lists lower
versions before 3.1.x.
  • Loading branch information
weiss committed Jul 22, 2023
1 parent bac7074 commit 39823a8
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 @@ -106,7 +106,7 @@ check_deps()
{
check_vsn 'OpenSSL' "$ssl_vsn" \
'https://www.openssl.org/source/' \
'openssl-\([0-9][0-9.]*\)\.tar\.gz'
'openssl-\(3\.1\.[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 39823a8

Please sign in to comment.