From 878a16a13af1024356f2aa623ef7419ec82d4d76 Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Fri, 14 Oct 2022 21:35:25 +1300 Subject: zlib: Update to zlib-1.2.13 Brings in the following changes - 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. Mark zlib-1.2.12 as obsolete. Signed-off-by: Chris Packham --- packages/zlib/1.2.13/version.desc | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 packages/zlib/1.2.13/version.desc (limited to 'packages/zlib/1.2.13/version.desc') diff --git a/packages/zlib/1.2.13/version.desc b/packages/zlib/1.2.13/version.desc new file mode 100644 index 00000000..e69de29b -- cgit v1.2.3