Skip to content

Commit

Permalink
Merge pull request #260 from davidrg/zlib-1.3.1
Browse files Browse the repository at this point in the history
Bump zlib version to 1.3.1
  • Loading branch information
davidrg authored Jul 26, 2024
2 parents e24a1db + 1229e4f commit 0f68727
Show file tree
Hide file tree
Showing 2 changed files with 4 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 @@ -9,11 +9,11 @@ on:

env:
# Expected filename: https://zlib.net/zlib-${{env.ZLIB_VERSION}}.tar.gz
#ZLIB: https://zlib.net/
ZLIB: https://ftp.zx.net.nz/pub/dev/lib/zlib/
ZLIB: https://zlib.net/
#ZLIB: https://ftp.zx.net.nz/pub/dev/lib/zlib/
# As of 2023-01-21 downloads from zlib.net are coming back corrupted for an unknown reason.
# So we're now fetching zlib from ftp.zx.net.nz instead.
ZLIB_VERSION: 1.2.13
ZLIB_VERSION: 1.3.1
# Expected filename: https://www.openssl.org/source/openssl-${{env.OPENSSL_VERSION}}.tar.gz
OPENSSL_VERSION: 3.0.14
# Exoected filename: ${{env.LIBSSH_SOURCE}}libssh-${{env.LIBSSH_VERSION}}.tar.xz
Expand Down
1 change: 1 addition & 0 deletions doc/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ Windows XP.
* Upgraded to OpenSSL 3.0.14, the current long term support release
(supported until 7 September 2026)
* Updated to libssh 0.10.6
* Updated to zlib 1.3.1
* Help text for "set gui window position" updated: this command *is* supported
and it does work.
* The default k95custom.ini now displays a message the console-mode version
Expand Down

0 comments on commit 0f68727

Please sign in to comment.