Skip to content

Commit 6f164de

Browse files
committed
zlib-ng: Update to 2.2.3
1 parent 38d3f78 commit 6f164de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/misp_compile_zlib_ng.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ fi
2323

2424
mkdir /tmp/zlib-ng
2525
cd /tmp/zlib-ng
26-
download_and_check https://github.com/zlib-ng/zlib-ng/archive/refs/tags/2.2.2.tar.gz fcb41dd59a3f17002aeb1bb21f04696c9b721404890bb945c5ab39d2cb69654c
26+
download_and_check https://github.com/zlib-ng/zlib-ng/archive/refs/tags/2.2.3.tar.gz f2fb245c35082fe9ea7a22b332730f63cf1d42f04d84fe48294207d033cba4dd
2727
CFLAGS="-flto=auto -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wl,-z,relro,-z,now ${MARCH}" ./configure --zlib-compat
2828
make -j$(nproc)
2929
strip libz.so.1.3.1.zlib-ng

0 commit comments

Comments
 (0)