]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commit
zlib-ng: Migrate to zlib-ng zlib-ng
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 2 Jan 2025 22:18:03 +0000 (22:18 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 2 Jan 2025 22:18:03 +0000 (22:18 +0000)
commitbd1c44f0dd7f909cc2429472ea7849e2133d46c0
treead5b15989d3c6792bd5efe62c54dfd71f523e766
parentde8edcf515c7f856d10fad1f5d1421538048fa09
zlib-ng: Migrate to zlib-ng

This is a new and improved version of zlib that merges various fixes and
optimizations from various contributors.

Amonst those are taking advantage of AVX and instruction sets if they
are available.

This patch adds the new API and a compat library that is a drop-in
replacement for the legacy version of zlib.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/common/zlib [deleted file]
config/rootfiles/common/zlib-ng [new file with mode: 0644]
lfs/zlib-ng [moved from lfs/zlib with 80% similarity]
make.sh