From patchwork Mon Sep 18 14:16:54 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7206 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 4Rq6N55CL1z3ws3 for ; Mon, 18 Sep 2023 14:18:29 +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 4Rq6Mv1syJz1x0; Mon, 18 Sep 2023 14:18:19 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Rq6Mt5dGBz30HQ; Mon, 18 Sep 2023 14:18:18 +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 4Rq6Mr2RqLz2y0d for ; Mon, 18 Sep 2023 14:18:16 +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 4Rq6Mq4FcBzR4; Mon, 18 Sep 2023 14:18:15 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1695046695; 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=ALinwaz83DhGe50b7LKPdEDdSTDhFW5HymGOSBXPyco=; b=wcDYcTxyIJGrR+d6+Zjwj/x4I4RZlv/CMn6MnKDaVfecQGTp9Z3Bz+21KlcfJJIjN9uPFv TzU/mX7CV8jOLnCQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1695046695; 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=ALinwaz83DhGe50b7LKPdEDdSTDhFW5HymGOSBXPyco=; b=mZYU0HzWnXIA78R/bifhgx3Am5hFAhIolXy5gh8w9HBP4YdO7GzclSLX9PVvp7qF/4jCry l5IQEMqOss8w6sB5r1CK70FBdUYtMjNp1cpBQvhV5bdy1Uvq36xI7LPl1eyuCBCZIAgaaY 4UezyF6cDD2qeXt27pP6ZJCMwz9azSSQVkfofBV6GzrBwLCYqATDp2bd/mts2o0upDoeqg tNarm/k6b8N0rLaKphiddJg2fGxS5GQ24/FHAyL96hEMuAM177BGFzk0IQzqwMDOh+LU5Z yRFHppKCKUU0cVNqRu+RxiThz0+JJv9prFHUBYB+9D38oFrXj8GIL1qW6lda0g== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 1/4] libxcrypt: Update to version 4.4.36 Date: Mon, 18 Sep 2023 16:16:54 +0200 Message-ID: <20230918141810.536112-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" - IPFire3.x - Update from version 4.4.33 to 4.4.36 - Changelog Version 4.4.36 * Fix left over bits failing with Perl v5.38.0 (issue #173). Version 4.4.35 * Fix build with Perl v5.38.0 (issue #170). * Fix build with MinGW-w(32|64). Version 4.4.34 * Update build-aux/m4/ax_valgrind_check.m4 to v23. * Optimize some cast operation for performance in lib/alg-yescrypt-platform.c. * Add SHA-2 Maj() optimization proposed by Wei Dai in lib/alg-sha512.c. * Explicitly clean the stack and context state after computation in lib/alg-gost3411-2012-hmac.c, lib/alg-hmac-sha1.c, and lib/alg-sha256.c (issue #168). Signed-off-by: Adolf Belka --- libxcrypt/libxcrypt.nm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libxcrypt/libxcrypt.nm b/libxcrypt/libxcrypt.nm index 0005eba61..cd84935d9 100644 --- a/libxcrypt/libxcrypt.nm +++ b/libxcrypt/libxcrypt.nm @@ -4,8 +4,8 @@ ############################################################################### name = libxcrypt -version = 4.4.33 -release = 2 +version = 4.4.36 +release = 1 groups = System/Libraries url = https://github.com/besser82/libxcrypt/