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: Tue, 19 Sep 2023 13:53:42 +0200 Message-ID: <20230919115342.10039-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3183109762966100248==" List-Id: --===============3183109762966100248== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - IPFire-3.x - Update from version 1.2.13 to 1.3 - Changelog 1.3 Building using K&R (pre-ANSI) function definitions is no longer supporte= d. Fixed a bug in deflateBound() for level 0 and memLevel 9. Fixed a bug when gzungetc() is used immediately after gzopen(). Fixed a bug when using gzflush() with a very small buffer. Fixed a crash when gzsetparams() is attempted for a transparent write. Fixed test/example.c to work with FORCE_STORED. Fixed minizip to allow it to open an empty zip file. Fixed reading disk number start on zip64 files in minizip. Fixed a logic error in minizip argument processing. Signed-off-by: Adolf Belka --- zlib/zlib.nm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zlib/zlib.nm b/zlib/zlib.nm index 948252bc6..e832c9145 100644 --- a/zlib/zlib.nm +++ b/zlib/zlib.nm @@ -4,7 +4,7 @@ ############################################################################= ### =20 name =3D zlib -version =3D 1.2.13 +version =3D 1.3 release =3D 1 =20 groups =3D System/Libraries --=20 2.42.0 --===============3183109762966100248==--