From patchwork Tue Sep 19 11:42:17 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7209 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) server-digest SHA384 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Rqfsb0Px3z3wnC for ; Tue, 19 Sep 2023 11:42:27 +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) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4RqfsX0XX6zKl; Tue, 19 Sep 2023 11:42:24 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4RqfsW588Wz2y4Q; Tue, 19 Sep 2023 11:42:23 +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) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4RqfsV4ggRz2xfP for ; Tue, 19 Sep 2023 11:42:22 +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 4RqfsT5632zKl; Tue, 19 Sep 2023 11:42:21 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1695123741; 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=MlJbKuDMJ007kRGgk4qYnta+2/hAWkzlBqD9nV9dX2A=; b=qohuJ3KJb5rO0J41uOHagA6RiEN/aQ9DWwS+ZBcSMnRka/dI+ttyHWjXkn1g9tST7/ckHy 4sxzcdCiU5Dm2jAw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1695123741; 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=MlJbKuDMJ007kRGgk4qYnta+2/hAWkzlBqD9nV9dX2A=; b=o9tgoYhkBcNRicmXIE4MVEaztKnaiW0uJ4tNpayAUARknq865pnRR3OfWPyxe6p3R65/jU vw5NDzs2KGZXUzm/YTjSlSx4Bj3LHGKU2TilsOmVqs07F4jlCG5Us6EQhGxvgM9HXFEWhl 62breI286YvdK7TOHo/eHs1rH7EUhsoD/n8v1ptJ35STLPOI/M87GPO1rvsO7ef4v9UcC2 UeQVGUbVLQ3dMvBbvuGrUsZgoWVBbtOHXlJ0ogn19KFFcMTNJoyB9a1+3KGDI3c5Fq4fd2 ilBgFyx1Gi3OX4QfiDMNedmrFMTIk5lbAoDzSfXF774tFEx91LQXByO6OayrOg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] zstd: Update to version 1.5.5 Date: Tue, 19 Sep 2023 13:42:17 +0200 Message-ID: <20230919114217.8911-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-s.x - Update from version 1.5.2 to 1.5.5 - Changelog is too large to include here. See the following github page for the details. https://github.com/facebook/zstd/releases Signed-off-by: Adolf Belka --- zstd/zstd.nm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zstd/zstd.nm b/zstd/zstd.nm index 292aeeed4..73d6b023d 100644 --- a/zstd/zstd.nm +++ b/zstd/zstd.nm @@ -4,7 +4,7 @@ ############################################################################### name = zstd -version = 1.5.2 +version = 1.5.5 release = 1 groups = System/Libraries