Path to this page:
./
archivers/zlib-ng,
Replacement for zlib with optimizations for next generation systems
Branch: CURRENT,
Version: 2.2.2,
Package name: zlib-ng-2.2.2,
Maintainer: pkgsrc-userszlib data compression library for the next generation systems
Features:
* Zlib compatible API with support for dual-linking
* Modernized native API based on zlib API for ease of porting
* Modern C11 syntax and a clean code layout
* Deflate medium and quick algorithms based on Intel's zlib fork
* Support for CPU intrinsics when available
* Unaligned memory read/writes and large bit buffer improvements
* Includes improvements from Cloudflare and Intel forks
Master sites:
Filesize: 2356.786 KB
Version history: (Expand)
- (2024-09-18) Updated to version: zlib-ng-2.2.2
- (2024-07-04) Updated to version: zlib-ng-2.2.1
- (2024-06-19) Updated to version: zlib-ng-2.1.7
- (2024-02-09) Updated to version: zlib-ng-2.1.6
- (2023-04-29) Package added to pkgsrc.se, version zlib-ng-2.0.7 (created)
CVS history: (Expand)
2024-04-02 22:15:01 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
zlib-ng: add buildlink3.mk
|
2024-02-08 22:45:25 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
zlib-ng: updated to 2.1.6
2.1.6
This is a stable release, with several minor improvements and one corruption fix \
for inflateCopy().
This release also improves on the functable implementation, and also moves its \
initialization to happen in deflateInit() and inflateInit(). We also have some \
optimizations for RVV and ARM.
2.1.5
This is a hotfix release, fixing an issue where certain applications would fail \
with a checksum error during inflate (decompression).
2.1.4
This is a stable release, with several minor improvements and one fix for a \
possible buffer overrun while using inflateCopy().
Zlib-ng's zlib-compat mode is now targeting zlib 1.3 compatibility.
Of note, we have new optimizations for ARM and Risc-V RVV, and a lot of fixes \
and improvements to the buildsystem.
|
2023-06-26 10:23:29 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
zlib-ng: Remove --version-script on SunOS.
|
2023-04-29 14:39:30 by Thomas Klausner | Files touched by this commit (4) |
Log message:
archivers/zlib-ng: import zlib-ng-2.0.7
zlib data compression library for the next generation systems
Features:
* Zlib compatible API with support for dual-linking
* Modernized native API based on zlib API for ease of porting
* Modern C11 syntax and a clean code layout
* Deflate medium and quick algorithms based on Intel's zlib fork
* Support for CPU intrinsics when available
* Unaligned memory read/writes and large bit buffer improvements
* Includes improvements from Cloudflare and Intel forks
|