Tags: readdle/minizip-ng
Tags
CMakeLists.txt: fix build without C++. zlib-ng#621 Update old references to dev environment. Added mz_zip_entry_get_compress_stream to get the compression stream for an entry. Only add OPENSSL_INCLUDE_DIR to include directories if variable is set. memstream delete -> stream delete. zlib-ng#618 Added build directory to public interface when using compat mode. zlib-ng#588
Link system zlib-ng if available. zlib-ng#574 Generated files unzip.h and zip.h shall be in build directory. #587 Fixed improper null termination in mz_os_get_file_date. zlib-ng#601 Fixed various issues related to setting external ZLIB repository. zlib-ng#603 Fixed buffer overrun in mz_path_combine. zlib-ng#609 Fixed issues related to building for PSP. zlib-ng#610 Fixed improper null termination in mz_zip_writer_open_file. zlib-ng#611 Fixed buffer overrun in mz_dir_make. zlib-ng#611 Default to -ng project suffix when MZ_COMPAT is not enabled. Change minizip cmake alias name to be consistent. Added SHA224, SHA384, SHA512 to crypt.
Fixed not writing ZIP64 central directory when number of entries is U… …INT16_MAX. zlib-ng#596
Use only major project version as soversion. zlib-ng#592 Ensure .pc variables use absolute directories. zlib-ng#584 zlib-ng#590 Replace use of GNU C definitions with standard definitions for non-GNU C comforming compilers when checking if we need to define fixed-width integer types. zlib-ng#585 Fixed OpenSSL crypto for use with BoringSSL. zlib-ng#583 Fixed not recognizing AppleClang for Xcode when building fuzzer executables. zlib-ng#582 Fixed memory leak if mz_zip_writer_add_path fails. zlib-ng#576
Made cmake _IMPORT_PREFIX relative. zlib-ng#569 Add support for ioapi in compatibility layer. zlib-ng#566 Fix inclusion of fetched bzip2 sources. zlib-ng#562 Disable hash extrafield if crypto library is not enabled by encryption or signing features. zlib-ng#560 Replace _WINDOWS by _WIN32. zlib-ng#475