999.zlib
1.2.13
Requires NuGet 2.5 or higher.
dotnet add package 999.zlib --version 1.2.13
NuGet\Install-Package 999.zlib -Version 1.2.13
<PackageReference Include="999.zlib" Version="1.2.13" />
paket add 999.zlib --version 1.2.13
#r "nuget: 999.zlib, 1.2.13"
// Install 999.zlib as a Cake Addin #addin nuget:?package=999.zlib&version=1.2.13 // Install 999.zlib as a Cake Tool #tool nuget:?package=999.zlib&version=1.2.13
zlib is a general purpose data compression library. All the code is
thread safe. The data format used by the zlib library is described by RFCs
(Request for Comments) 1950 to 1952 in the files
http://www.ietf.org/rfc/rfc1950.txt (zlib format), rfc1951.txt (deflate format)
and rfc1952.txt (gzip format).
Product | Versions Compatible and additional computed target framework versions. |
---|---|
native | native is compatible. |
-
- YY.NuGet.Import.Helper (>= 1.0.0.4)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.2.13 | 257 | 5/29/2023 |
* Fix a bug when getting a gzip header extra field with inflateGetHeader(). This remedies CVE-2022-37434.
* Fix a bug in block type selection when Z_FIXED used. Now the smallest block type is selected, for better compression.
* Fix a configure issue that discarded the provided CC definition.
* Correct incorrect inputs provided to the CRC functions. This mitigates a bug in Java.
* Repair prototypes and exporting of the new CRC functions.
* Fix inflateBack to detect invalid input with distances too far.