From f25ff438bab1b451029479548283be6f1f33bae2 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Thu, 1 Jul 2021 15:44:58 +0200 Subject: [PATCH] libxcrypt: update to 4.4.23 Signed-off-by: Arne Fitzenreiter --- lfs/libxcrypt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/libxcrypt b/lfs/libxcrypt index 3cc2daa042..16ebb1dc52 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 @@ -47,7 +47,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 6e4f363d86f99562d012c47e7f024618 +$(DL_FILE)_MD5 = 405116b5cc90b72216afccc54025afbc install : $(TARGET) -- 2.39.5