#usr/include/zlib_name_mangling.h
#usr/lib/libz-ng.so
usr/lib/libz-ng.so.2
-usr/lib/libz-ng.so.2.2.3
+usr/lib/libz-ng.so.2.2.4
#usr/lib/pkgconfig
#usr/lib/pkgconfig/zlib-ng.pc
#usr/lib/pkgconfig/zlib.pc
###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2007-2024 IPFire Team <info@ipfire.org> #
+# Copyright (C) 2007-2025 IPFire Team <info@ipfire.org> #
# #
# This program is free software: you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
include Config
-VER = 2.2.3
+VER = 2.2.4
THISAPP = zlib-ng-$(VER)
DL_FILE = $(THISAPP).tar.gz
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 65cd976d559dcc31f34861a01b2eb0ce0439dd6412553a5a9842d2d937d4a0d1194aec98f478f5def4a0401e65a7c97b6843122bae49a35f96c7e2c59e79cc64
+$(DL_FILE)_BLAKE2 = eb118c4b1d6de1b6cb5e3e1fcc8cc36ccf794321fab49f6070868515b179845495bf8833222107cc874397a3c2043a39c28d0f5d5a2bd450afaba606747a07cd
install : $(TARGET)
# Build the regular version
cd $(DIR_APP) && mkdir -pv build
cd $(DIR_APP)/build && ../configure \
- --prefix=$(PREFIX)
+ --prefix=$(PREFIX)
cd $(DIR_APP)/build && make $(MAKETUNING) VERBOSE=1
# Build the compat version
cd $(DIR_APP) && mkdir -pv compat
cd $(DIR_APP)/compat && ../configure \
- --prefix=$(PREFIX) \
- --zlib-compat \
- --without-new-strategies
+ --prefix=$(PREFIX) \
+ --zlib-compat \
+ --without-new-strategies
cd $(DIR_APP)/compat && make $(MAKETUNING) VERBOSE=1
# Install both versions