From patchwork Tue Sep 19 11:53:42 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7210 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Rqg6j0s6Zz3wnC for ; Tue, 19 Sep 2023 11:53:49 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Rqg6g5CwFzQv; Tue, 19 Sep 2023 11:53:47 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Rqg6g4CTMz2y9v; Tue, 19 Sep 2023 11:53:47 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Rqg6d5hgKz2xkr for ; Tue, 19 Sep 2023 11:53:45 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Rqg6c6XLpz1D; Tue, 19 Sep 2023 11:53:44 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1695124425; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=h3Ejp9bYgWQNKGR6/j0Ka8hhd/wiFNzQsiD0yBMmvRs=; b=YaMRJevvFCf1JtJNlISQAm/vo3hql5W5/QsM/KzRoRdJVGl0opY+jSW+cNMUiyBi10sWZ3 uyNirrhgntoK5fDg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1695124425; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=h3Ejp9bYgWQNKGR6/j0Ka8hhd/wiFNzQsiD0yBMmvRs=; b=cbvaxFqkW1PYIirjMUXd/Brps4AW2gVzyhnEHpo6dJyJkA0sDRk0nYmegsiKLpZ6psMTwp 4yFfsySLc56KiNmVddnkt0ioA9X613sWTOTU17Pk6oam1l/JQcaaCxt/ViSWK47OJmMnfI aH4n17Dc8w6tymoxgn8DHD3Bma1M8Rn+sssMblKASwaBcuDkLAz1M3RECe2RtzXtd0FtuC dWKPl0YVqCs3jqzoCLq/mbGgpwtp1ITLcN5II6lqgFoxu1QTJ52AlwjUp6ZwKIoh/wUyXv qi0ioCSuIz/8kDDqESnWHQVs2RoPc6RIie+aFQJtkvCmajUN9pX84+bqqhRRyw== 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 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - 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 supported. 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 @@ ############################################################################### name = zlib -version = 1.2.13 +version = 1.3 release = 1 groups = System/Libraries