From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] zlib: Update to version 1.3 Date: Sun, 27 Aug 2023 12:17:40 +0200 Message-ID: <20230827101745.6483-6-adolf.belka@ipfire.org> In-Reply-To: <20230827101745.6483-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1906075940541986131==" List-Id: --===============1906075940541986131== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 1.2.13 to 1.3 - Update of rootfile - Changelog 1.3 (18 Aug 2023) - Remove K&R function definitions and zlib2ansi - Fix bug in deflateBound() for level 0 and memLevel 9 - Fix bug when gzungetc() is used immediately after gzopen() - Fix bug when using gzflush() with a very small buffer - Fix crash when gzsetparams() attempted for transparent write - Fix test/example.c to work with FORCE_STORED - Rewrite of zran in examples (see zran.c version history) - Fix minizip to allow it to open an empty zip file - Fix reading disk number start on zip64 files in minizip - Fix logic error in minizip argument processing - Add minizip testing to Makefile - Read multiple bytes instead of byte-by-byte in minizip unzip.c - Add memory sanitizer to configure (--memory) - Various portability improvements - Various documentation improvements - Various spelling and typo corrections Signed-off-by: Adolf Belka --- config/rootfiles/common/zlib | 2 +- lfs/zlib | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/rootfiles/common/zlib b/config/rootfiles/common/zlib index c1f23ab8a..596b14641 100644 --- a/config/rootfiles/common/zlib +++ b/config/rootfiles/common/zlib @@ -1,6 +1,6 @@ lib/libz.so lib/libz.so.1 -lib/libz.so.1.2.13 +lib/libz.so.1.3 #usr/include/zconf.h #usr/include/zlib.h #usr/lib/libz.a diff --git a/lfs/zlib b/lfs/zlib index 858abd0cd..914e1d855 100644 --- a/lfs/zlib +++ b/lfs/zlib @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2022 IPFire Team = # +# Copyright (C) 2007-2023 IPFire Team = # # = # # 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 = # @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 1.2.13 +VER =3D 1.3 =20 THISAPP =3D zlib-$(VER) DL_FILE =3D $(THISAPP).tar.xz @@ -47,7 +47,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D cefcd25989ce27e7d339af2a88455fcf64f6f5e647bedb0f05a45e= 4370a885fe45a60c023aa63e79b8ecf20ed3254d0052245f33f5769aca2838b42242be14a8 +$(DL_FILE)_BLAKE2 =3D 5fe0f32339267348a313f23a21e9588bdb180b7415be303c85f5f1= 69444d019e5f176ef7322f6e64297c360acc2a6041c50e2f66d1860e5c392d8970990f176a =20 install : $(TARGET) =20 @@ -77,7 +77,7 @@ $(subst %,%_BLAKE2,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) - +=09 cd $(DIR_APP) && CROSS_PREFIX=3D$(CROSS_PREFIX) ./configure --prefix=3D$(PR= EFIX) --shared cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install --=20 2.42.0 --===============1906075940541986131==--