Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libs: Update zlib from v1.2.11 to v1.2.12 #7548

Merged
merged 1 commit into from
Apr 5, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion libraries/cmake/source/zlib/src
Submodule src updated 86 files
+1 −1 CMakeLists.txt
+112 −49 ChangeLog
+8 −10 Makefile.in
+7 −4 README
+27 −21 configure
+0 −21 contrib/README.contrib
+0 −452 contrib/amd64/amd64-match.S
+0 −51 contrib/asm686/README.686
+0 −357 contrib/asm686/match.S
+1 −1 contrib/blast/blast.h
+1 −1 contrib/delphi/ZLib.pas
+1 −1 contrib/dotzlib/DotZLib/UnitTests.cs
+3 −3 contrib/infback9/inftree9.c
+0 −1,157 contrib/inflate86/inffas86.c
+0 −1,368 contrib/inflate86/inffast.S
+0 −2 contrib/masmx64/bld_ml64.bat
+0 −553 contrib/masmx64/gvmat64.asm
+0 −186 contrib/masmx64/inffas8664.c
+0 −396 contrib/masmx64/inffasx64.asm
+0 −31 contrib/masmx64/readme.txt
+0 −2 contrib/masmx86/bld_ml32.bat
+0 −1,080 contrib/masmx86/inffas32.asm
+0 −479 contrib/masmx86/match686.asm
+0 −27 contrib/masmx86/readme.txt
+8 −4 contrib/minizip/Makefile
+1 −1 contrib/minizip/configure.ac
+10 −9 contrib/minizip/crypt.h
+14 −4 contrib/minizip/ioapi.c
+5 −3 contrib/minizip/ioapi.h
+17 −18 contrib/minizip/miniunz.c
+21 −20 contrib/minizip/minizip.c
+17 −14 contrib/minizip/unzip.c
+6 −6 contrib/minizip/unzip.h
+18 −18 contrib/minizip/zip.c
+11 −6 contrib/minizip/zip.h
+1 −1 contrib/pascal/zlibpas.pas
+1 −1 contrib/vstudio/readme.txt
+4 −4 contrib/vstudio/vc10/zlib.rc
+5 −0 contrib/vstudio/vc10/zlibvc.def
+4 −4 contrib/vstudio/vc11/zlib.rc
+5 −0 contrib/vstudio/vc11/zlibvc.def
+4 −4 contrib/vstudio/vc12/zlib.rc
+5 −0 contrib/vstudio/vc12/zlibvc.def
+4 −4 contrib/vstudio/vc14/zlib.rc
+5 −0 contrib/vstudio/vc14/zlibvc.def
+4 −4 contrib/vstudio/vc9/zlib.rc
+5 −0 contrib/vstudio/vc9/zlibvc.def
+966 −292 crc32.c
+9,441 −436 crc32.h
+78 −30 deflate.c
+12 −15 deflate.h
+ doc/crc-doc.1.0.pdf
+6 −6 doc/txtvsbin.txt
+5 −0 examples/README.examples
+385 −360 examples/enough.c
+1 −1 examples/gzappend.c
+4 −2 examples/gzlog.c
+470 −0 examples/gznorm.c
+163 −93 examples/zran.c
+40 −0 examples/zran.h
+3 −2 gzguts.h
+5 −3 gzlib.c
+5 −7 gzread.c
+25 −13 gzwrite.c
+2 −1 infback.c
+14 −14 inffast.c
+39 −8 inflate.c
+3 −2 inflate.h
+3 −3 inftrees.c
+1 −1 os400/README400
+3 −3 os400/zlib.inc
+5 −5 qnx/package.qpg
+2 −3 test/example.c
+2 −2 treebuild.xml
+27 −48 trees.c
+0 −1 win32/Makefile.bor
+0 −5 win32/Makefile.gcc
+0 −4 win32/Makefile.msc
+2 −2 win32/README-WIN32.txt
+3 −0 win32/zlib.def
+3 −3 zlib.3
+ zlib.3.pdf
+123 −100 zlib.h
+6 −0 zlib.map
+2 −2 zutil.c
+12 −9 zutil.h