Skip to content

Commit

Permalink
Merge pull request #242 from davidrg/openssl-3.0.13
Browse files Browse the repository at this point in the history
Upgrade to OpenSSL 3.0.13
davidrg authored Feb 13, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 63dc1fa + 419f5f4 commit 01900e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ env:
# So we're now fetching zlib from ftp.zx.net.nz instead.
ZLIB_VERSION: 1.2.13
# Expected filename: https://www.openssl.org/source/openssl-${{env.OPENSSL_VERSION}}.tar.gz
OPENSSL_VERSION: 3.0.12
OPENSSL_VERSION: 3.0.13
# Exoected filename: ${{env.LIBSSH_SOURCE}}libssh-${{env.LIBSSH_VERSION}}.tar.xz
LIBSSH_SOURCE: https://www.libssh.org/files/0.10/
LIBSSH_VERSION: 0.10.6

0 comments on commit 01900e4

Please sign in to comment.