Commit 4bfa082
authored
Bumps [libs/minizip-ng](https://github.com/zlib-ng/minizip-ng) from `fe5fedc` to `362b091`.
- [Release notes](https://github.com/zlib-ng/minizip-ng/releases)
- [Commits](zlib-ng/minizip-ng@fe5fedc...362b091)
---
updated-dependencies:
- dependency-name: libs/minizip-ng
dependency-version: 362b091dc42ede21ddc6cbc4be0f4ba6315e893d
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0e66393 commit 4bfa082
1 file changed
+1
-1
lines changedSubmodule minizip-ng updated 82 files
- .clang-format+22
- .github/workflows/build.yml+13-18
- .github/workflows/codeql.yml+4-4
- .github/workflows/fuzz.yml+1-1
- .github/workflows/lint.yml+32
- .gitignore+7
- CMakeLists.txt+40-29
- README.md+2-1
- cmake/FindZLIB-NG.cmake+32
- cmake/FindZLIBNG.cmake-32
- compat/crypt.h+84
- compat/ioapi.c+260
- compat/ioapi.h+97
- compat/unzip.c+737
- compat/unzip.h+238
- compat/zip.c+409
- compat/zip.h+180
- doc/README.md+4-6
- doc/mz_host_system.md+2-2
- doc/mz_open_mode.md+2-1
- doc/mz_zip.md+2-2
- doc/mz_zip64.md+1-1
- doc/mz_zip_file.md+5-5
- doc/mz_zip_rw.md+65
- doc/zip/appnote.txt-3.5k
- doc/zip/winzip_aes.md-261
- doc/zip/winzip_aes_attack.pdf
- minigzip.c+7-6
- minizip.c+107-78
- mz.h+105-105
- mz_compat.c-1.4k
- mz_compat.h-415
- mz_compat_shim.h.in-12
- mz_crypt.c+39-50
- mz_crypt.h+30-30
- mz_crypt_apple.c+33-31
- mz_crypt_openssl.c+20-22
- mz_crypt_winvista.c+50-54
- mz_crypt_winxp.c+30-31
- mz_os.c+17-17
- mz_os.h+30-29
- mz_os_posix.c+29-18
- mz_os_win32.c+27-27
- mz_strm.c+25-31
- mz_strm.h+47-44
- mz_strm_buf.c+53-50
- mz_strm_buf.h+3-3
- mz_strm_bzip.c+20-35
- mz_strm_bzip.h+4-4
- mz_strm_libcomp.c+15-27
- mz_strm_libcomp.h+3-3
- mz_strm_lzma.c+18-29
- mz_strm_lzma.h+3-3
- mz_strm_mem.c+25-24
- mz_strm_mem.h+7-7
- mz_strm_os.h+3-3
- mz_strm_os_posix.c+39-27
- mz_strm_os_win32.c+20-24
- mz_strm_pkcrypt.c+32-37
- mz_strm_pkcrypt.h+6-6
- mz_strm_split.c+31-40
- mz_strm_split.h+3-3
- mz_strm_wzaes.c+20-30
- mz_strm_wzaes.h+5-5
- mz_strm_zlib.c+22-33
- mz_strm_zlib.h+3-3
- mz_strm_zstd.c+27-30
- mz_strm_zstd.h+3-3
- mz_zip.c+190-188
- mz_zip.h+43-48
- mz_zip_rw.c+288-195
- mz_zip_rw.h+38-33
- test/CMakeLists.txt+4
- test/fuzz/unzip_fuzzer.c+1
- test/fuzz/unzip_fuzzer_seed_corpus/dot_dot_backslash_name.zip
- test/fuzz/unzip_fuzzer_seed_corpus/incorrect_number_entries.zip
- test/fuzz/zip_fuzzer.c+12-1
- test/test_compat.cc+45-57
- test/test_crypt.cc+55-46
- test/test_file.cc+44
- test/test_path.cc+31-25
- test/test_stream.cc+29-35
0 commit comments