Skip to content

Commit

Permalink
Bump deps/zlib from 643e17b to 504403f
Browse files Browse the repository at this point in the history
Bumps [deps/zlib](https://github.com/madler/zlib) from `643e17b` to `504403f`.
- [Release notes](https://github.com/madler/zlib/releases)
- [Commits](madler/zlib@643e17b...504403f)

---
updated-dependencies:
- dependency-name: deps/zlib
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 8, 2024
1 parent 2e392bb commit f80c1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/zlib
Submodule zlib updated 59 files
+30 −20 CMakeLists.txt
+11 −1 ChangeLog
+2 −3 FAQ
+1 −1 LICENSE
+8 −8 Makefile.in
+3 −5 README
+8 −6 configure
+1 −1 contrib/ada/readme.txt
+1 −1 contrib/delphi/ZLib.pas
+1 −1 contrib/dotzlib/DotZLib/ChecksumImpl.cs
+1 −1 contrib/dotzlib/DotZLib/UnitTests.cs
+574 −574 contrib/gcc_gvmat64/gvmat64.S
+3 −3 contrib/infback9/inftree9.c
+2 −2 contrib/iostream3/zfstream.h
+1 −1 contrib/minizip/Makefile
+1 −1 contrib/minizip/configure.ac
+17 −3 contrib/minizip/miniunz.c
+4 −8 contrib/minizip/unzip.c
+5 −1 contrib/minizip/unzip.h
+2 −3 contrib/minizip/zip.c
+2 −2 contrib/nuget/nuget.csproj
+1 −1 contrib/pascal/zlibpas.pas
+4 −4 contrib/puff/puff.c
+1 −1 contrib/vstudio/readme.txt
+4 −4 contrib/vstudio/vc10/zlib.rc
+4 −4 contrib/vstudio/vc11/zlib.rc
+4 −4 contrib/vstudio/vc12/zlib.rc
+4 −4 contrib/vstudio/vc14/zlib.rc
+4 −4 contrib/vstudio/vc17/zlib.rc
+4 −4 contrib/vstudio/vc9/zlib.rc
+23 −19 deflate.c
+3 −1 deflate.h
+1 −1 doc/algorithm.txt
+2 −2 examples/gzlog.c
+114 −97 examples/zran.c
+6 −4 examples/zran.h
+18 −27 gzguts.h
+6 −6 gzlib.c
+3 −3 inftrees.c
+1 −1 old/Makefile.riscos
+1 −1 old/visual-basic.txt
+1 −1 os400/README400
+3 −3 os400/zlib.inc
+6 −6 qnx/package.qpg
+3 −1 test/example.c
+3 −3 test/infcover.c
+38 −34 test/minigzip.c
+2 −2 treebuild.xml
+3 −3 trees.c
+3 −19 win32/DLL_FAQ.txt
+2 −2 win32/README-WIN32.txt
+1 −9 zconf.h
+1 −9 zconf.h.cmakein
+1 −9 zconf.h.in
+4 −4 zlib.3
+ zlib.3.pdf
+22 −19 zlib.h
+100 −100 zlib.map
+4 −25 zutil.h

0 comments on commit f80c1d2

Please sign in to comment.