From 8d3a1503709e7aeeb78833c473ba4bf2c8b810838470de84162378a514402297 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Sat, 21 Jan 2023 18:09:42 +0000 Subject: [PATCH] Updating link to change in openSUSE:Factory/zlib revision 86 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib?expand=0&rev=533af138b6be8181a7e6f78e67be665f --- zlib.changes | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/zlib.changes b/zlib.changes index 6a07727..c2942a9 100644 --- a/zlib.changes +++ b/zlib.changes @@ -1,6 +1,36 @@ ------------------------------------------------------------------- Thu Jan 19 11:07:25 UTC 2023 - Danilo Spinella +- Update to 1.13: + * 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 +- Added patches: + * zlib-1.2.13-IBM-Z-hw-accelerated-deflate-s390x.patch + * zlib-1.2.13-fix-bug-deflateBound.patch + * zlib-1.2.13-optimized-s390.patch +- Refreshed patches: + * zlib-1.2.12-add-optimized-slide_hash-for-power.patch + * zlib-1.2.12-add-vectorized-longest_match-for-power.patch + * zlib-1.2.12-s390-vectorize-crc32.patch +- Removed patches: + * zlib-1.2.12-fix-configure.patch + * zlib-1.2.12-IBM-Z-hw-accelerated-deflate-s390x.patch + * zlib-1.2.12-optimized-crc32-power8.patch + * zlib-1.2.12-correct-inputs-provided-to-crc-func.patch + * zlib-1.2.12-fix-CVE-2022-37434.patch + * zlib-1.2.11-optimized-s390.patch + +------------------------------------------------------------------- +Thu Jan 19 11:07:25 UTC 2023 - Danilo Spinella + - Update to 1.2.13: * Fix configure issue that discarded provided CC definition * Correct incorrect inputs provided to the CRC functions