-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump thirdparty/zlib from
9f0f2d4
to f1f503d
Bumps [thirdparty/zlib](https://github.com/madler/zlib) from `9f0f2d4` to `f1f503d`. - [Release notes](https://github.com/madler/zlib/releases) - [Commits](madler/zlib@9f0f2d4...f1f503d) --- updated-dependencies: - dependency-name: thirdparty/zlib dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
2067afa
commit 816aeed
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule zlib
updated
20 files
+8 −3 | CMakeLists.txt | |
+1 −1 | LICENSE | |
+0 −2 | README | |
+6 −4 | configure | |
+2 −2 | contrib/minizip/miniunz.c | |
+0 −4 | contrib/minizip/unzip.c | |
+4 −0 | contrib/minizip/unzip.h | |
+0 −1 | contrib/minizip/zip.c | |
+1 −1 | contrib/vstudio/vc10/zlibvc.def | |
+1 −1 | contrib/vstudio/vc11/zlibvc.def | |
+1 −1 | contrib/vstudio/vc12/zlibvc.def | |
+1 −1 | contrib/vstudio/vc14/zlibvc.def | |
+1 −1 | contrib/vstudio/vc17/zlibvc.def | |
+1 −1 | contrib/vstudio/vc9/zlibvc.def | |
+4 −4 | deflate.c | |
+1 −1 | old/Makefile.riscos | |
+3 −1 | test/example.c | |
+6 −4 | test/minigzip.c | |
+1 −1 | trees.c | |
+1 −1 | zutil.h |