diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 82dee6bd..80c62f1d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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.13 + OPENSSL_VERSION: 3.0.14 # 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 diff --git a/doc/changes.md b/doc/changes.md index 9f667451..8a16834d 100644 --- a/doc/changes.md +++ b/doc/changes.md @@ -42,7 +42,7 @@ Windows NT for MIPS computers, though without TAPI support. ### Minor Enhancements and other changes -* Upgraded to OpenSSL 3.0.13, the current long term support release +* Upgraded to OpenSSL 3.0.14, the current long term support release (supported until 7 September 2026) * Help text for "set gui window position" updated: this command *is* supported and it does work.