Name: | miniz |
---|---|
Version: | 2.2.0 |
Release: | 2.el9 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 125284 |
License: | MIT and Unlicense |
RPM: | miniz-2.2.0-2.el9.x86_64.rpm |
Source RPM: | miniz-2.2.0-2.el9.src.rpm |
Build Date: | Thu Feb 03 2022 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/richgel999/miniz |
Summary: | Compression library implementing the zlib and Deflate |
Description: | Miniz is a lossless, high performance data compression library in a single source file that implements the zlib (RFC 1950) and Deflate (RFC 1951) compressed data format specification standards. It supports the most commonly used functions exported by the zlib library, but is a completely independent implementation so zlib's licensing requirements do not apply. It also contains simple to use functions for writing PNG format image files and reading/writing/appending ZIP format archives. Miniz's compression speed has been tuned to be comparable to zlib's, and it also has a specialized real-time compressor function designed to compare well against fastlz/minilzo. |
- Fix an unitialized memory in tinfl_decompress_mem_to_callback() (GH#197) - Fix an unaligned memory access - Fix setting MZ_ZIP_GENERAL_PURPOSE_BIT_FLAG_UTF8 - Fix an undefined behaviour in tinfl_decompress() (GH#216) - Fix mz_zip_reader_extract_to_heap() to read correct sizes (GH#220)
- 2.2.0 bump
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
- Use toolchain macro instead of hard-coding gcc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild