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                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="999.zlib" Version="1.2.13" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add 999.zlib --version 1.2.13                
#r "nuget: 999.zlib, 1.2.13"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 Compatible and additional computed target framework versions.
native native is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.