Path to this page:
Subject: CVS commit: pkgsrc/archivers/hs-zlib
From: Masatake Daimon
Date: 2024-04-29 05:48:16
Message id: 20240429034817.15D33FA2C@cvs.NetBSD.org
Log Message:
archivers/hs-zlib: Update to 0.7.1.0
0.7.1.0 Bodigrim andrew.lelechenko@gmail.com April 2024
Split zlib C sources into zlib-clib package (thanks @hasufell).
Use zlib-clib on Windows, unless pkg-config is available.
0.7.0.0 Bodigrim andrew.lelechenko@gmail.com February 2024
Bump bundled zlib to 1.3.1.
Hide deprecated constructors of CompressionLevel, Method, WindowBits, \
MemoryLevel, CompressionStrategy and Format.
Make WindowBits, MemoryLevel and CompressionLevel newtypes over Int.
Add smart constructors rleStrategy and fixedStrategy.
Add assorted Eq, Ord, Typeable and Generic instances.
Make flag pkg-config automatic and on by default.
Make flag bundled-c-zlib to take priority over pkg-config.
Do not force bundled-c-zlib on Windows, but force it for WASM.
Strip install-includes, do not install any headers.
Export DecompressError from non-internal modules.
Fix compression/decompression of ByteString chunks > 4G.
Flip flag non-blocking-ffi to be True be default.
Files: