From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] libxcrypt: Update to version 4.4.23 Date: Thu, 01 Jul 2021 23:25:06 +0200 Message-ID: <20210701212506.282385-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1832058681474130609==" List-Id: --===============1832058681474130609== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit - 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) -- 2.32.0 --===============1832058681474130609==--