From 6c69f8c5d60afa20a2d594021baa72f66f34ecc3 Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Tue, 21 May 2024 16:56:24 +0200 Subject: [PATCH] shadow: Update to version 4.15.1 - Update from version 4.15.0 to 4.15.1 - Update of rootfile not required - Changelog 4.15.1 The main point of this release is to fix a bug that caused spurious error messages about unknown login.defs configuration options Signed-off-by: Adolf Belka Reviewed-by: Michael Tremer Signed-off-by: Arne Fitzenreiter --- lfs/shadow | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/shadow b/lfs/shadow index 46b716c27d..27820ca3f4 100644 --- a/lfs/shadow +++ b/lfs/shadow @@ -24,7 +24,7 @@ include Config -VER = 4.15.0 +VER = 4.15.1 THISAPP = shadow-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 1a7594c6f93d1c8cad8caa574cdcda60a48d7c001c9ad48e540b26763d9a1cd7fba9501a0a451a5a64889dd6c0cbcf4d026fc72a7ee5a3ee682931bfe7e1b391 +$(DL_FILE)_BLAKE2 = a24f492cb2a7721b165c70237b1a9290acc0063bdf493f061752ca41d23a1154b26e16ee00dd96a19e825eff7f711391892eeb08a314d9277514d4d32a4adafe install : $(TARGET) -- 2.39.5