Skip to content

Commit

Permalink
Merge pull request #237 from davidrg/openssl-3.0.12-libssh-0.10.6
Browse files Browse the repository at this point in the history
Upgrade to OpenSSL 3.0.12 and libssh 0.10.6
  • Loading branch information
davidrg authored Jan 8, 2024
2 parents eab3db4 + 0946db7 commit 63dc1fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ 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.11
OPENSSL_VERSION: 3.0.12
# Exoected filename: ${{env.LIBSSH_SOURCE}}libssh-${{env.LIBSSH_VERSION}}.tar.xz
LIBSSH_SOURCE: https://www.libssh.org/files/0.10/
LIBSSH_VERSION: 0.10.5
LIBSSH_VERSION: 0.10.6
# OpenZinc is available from http://openzinc.com/Downloads/OZ1.zip
# But we don't want to waste the resources of the generous OpenZinc developer,
# so we grab it from a mirror
Expand Down Expand Up @@ -1729,4 +1729,4 @@ jobs:
./ckubuildlog
cat linux+ssl.txt
popd
shell: bash
shell: bash

0 comments on commit 63dc1fa

Please sign in to comment.