Path to this page:
Subject: CVS commit: pkgsrc/devel/zlib
From: Thomas Klausner
Date: 2022-10-14 09:43:57
Message id: 20221014074357.A0C95FA90@cvs.NetBSD.org
Log Message:
zlib: update to 1.2.13
Replace the existing files (except files/Makefile) from upstream sources.
Add LICENSE file.
Clean up some pkglint.
Fixes CVE-2022-37434.
Changes in 1.2.13 (13 Oct 2022)
- Fix configure issue that discarded provided CC definition
- Correct incorrect inputs provided to the CRC functions
- Repair prototypes and exporting of new CRC functions
- Fix inflateBack to detect invalid input with distances too far
- Have infback() deliver all of the available output up to any error
- Fix a bug when getting a gzip header extra field with inflate()
- Fix bug in block type selection when Z_FIXED used
- Tighten deflateBound bounds
- Remove deleted assembler code references
- Various portability and appearance improvements
Files: