Skip to content

Commit

Permalink
CI: Bump zlib for Windows from 1.2.x to 1.3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jirutka committed Aug 4, 2024
1 parent 779d6b6 commit 041305a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ jobs:

- name: Download and extract libraries
shell: msys2 {0}
run: ./master/scripts/fetch-sources '[email protected]' '[email protected]' 'madler/zlib@v1.2.x'
run: ./master/scripts/fetch-sources '[email protected]' '[email protected]' 'madler/zlib@v1.3.x'

- name: Apply patches
shell: msys2 {0}
Expand Down
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ It’s compiled with debug mode, threads and aio.
*macOS* binary is statically linked with jansson, openssl@3, pcre and zlib from https://brew.sh[Homebrew].
It’s compiled with debug mode, threads and aio.

*Windows* binary is statically linked with latest openssl 3.3.x, pcre 8.x and zlib 1.2.x built from sources.
*Windows* binary is statically linked with latest openssl 3.3.x, pcre 8.x and zlib 1.3.x built from sources.
It’s compiled with debug mode and patches from https://github.com/myfreeer/nginx-build-msys2[nginx-build-msys2] made by https://github.com/myfreeer[@myfreeer].


Expand Down

0 comments on commit 041305a

Please sign in to comment.