./archivers/zlib-ng, Replacement for zlib with optimizations for next generation systems

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.1.6, Package name: zlib-ng-2.1.6, Maintainer: pkgsrc-users

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


Master sites:

Filesize: 2355.572 KB

Version history: (Expand)


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) | Package updated
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