From patchwork Thu Jul 1 21:25:06 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4483 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 (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4GGB7z6N9Qz3wxc for ; Thu, 1 Jul 2021 21:25:19 +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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4GGB7y3gGzzvR; Thu, 1 Jul 2021 21:25:18 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4GGB7y0HKSz2xZ8; Thu, 1 Jul 2021 21:25: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 4GGB7w32jQz2xKp for ; Thu, 1 Jul 2021 21:25: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 (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4GGB7v6zzHzlP; Thu, 1 Jul 2021 21:25:15 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1625174716; 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=QancD830wFm/xFPWXxyKmEXs4Lk6yXEebR4qcfErHQ0=; b=2f7e6hi7RP6wbZAxjPKGT4g2ME6D4GbUiR3xDG/DswiCaGkWD49mCebEuq68I9KQy83QGG bebyry/pqDaSXCBw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1625174716; 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=QancD830wFm/xFPWXxyKmEXs4Lk6yXEebR4qcfErHQ0=; b=M4FLTuaw6EM1uhi8NCo7Z/cvgN7IhvohgOTa/qIlexuKmXebybbf2deBCe7TYzv2LoqM+q ebq89kLPITBM2T1ugzbHxAB/1MqUZTiyrPF6SOfI1bKowfPwzhBkLQUDSkaPVjoDIBa8oN Gy7fwVAzHXzqgQZofZW4Y5J+unS+Cve8tTh4i3kf98uFq77+OwDpPNEW6Le1e9Z+ajwXt5 FI82MycoA3QyHbrTfPmnkd1wT6VL46t0uGLvVKh++WkV+YzyCaTpSCCp/rozCrjFSAcgyN y9lFz8uIo7QtFcdbxrKsFiEdwNLG1/XHkKYR9Poy4WCE0FMm/uuoBkaBAbTpFg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] libxcrypt: Update to version 4.4.23 Date: Thu, 1 Jul 2021 23:25:06 +0200 Message-Id: <20210701212506.282385-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" - Update from 4.4.22 to 4.4.23 - Update of rootfile not required - Changelog * Fix output calculation for gensalt_yescrypt_rn(). * Fix -Werror=conversion in lib/crypt-des-obsolete.c, test/des-obsolete.c, and test/des-obsolete_r.c. Signed-off-by: Adolf Belka --- lfs/libxcrypt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/libxcrypt b/lfs/libxcrypt index 79edc5fb6..e7604dd06 100644 --- a/lfs/libxcrypt +++ b/lfs/libxcrypt @@ -24,7 +24,7 @@ include Config -VER = 4.4.22 +VER = 4.4.23 THISAPP = libxcrypt-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -45,7 +45,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 6e4f363d86f99562d012c47e7f024618 +$(DL_FILE)_MD5 = 405116b5cc90b72216afccc54025afbc install : $(TARGET)