]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commit
zlib-ng: Migrate to zlib-ng
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 3 Jan 2025 10:39:28 +0000 (10:39 +0000)
committerArne Fitzenreiter <arne_f@ipfire.org>
Wed, 8 Jan 2025 19:15:25 +0000 (20:15 +0100)
commitc4a21542834c0a5dc13192aa5a30be2fd60c10e0
tree818a65a7f7b92aa142036e1f6f3b17d8612dab1f
parentdf7d6c99a9831d47d93df5258eeddc26f8568d89
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>
Signed-off-by: Arne Fitzenreiter <arne_f@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