From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] shadow: Update to version 4.15.1 Date: Tue, 21 May 2024 16:56:24 +0200 Message-ID: <20240521145627.291028-6-adolf.belka@ipfire.org> In-Reply-To: <20240521145627.291028-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4641643661668406848==" List-Id: --===============4641643661668406848== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - 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 --- lfs/shadow | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/shadow b/lfs/shadow index 46b716c27..27820ca3f 100644 --- a/lfs/shadow +++ b/lfs/shadow @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 4.15.0 +VER =3D 4.15.1 =20 THISAPP =3D shadow-$(VER) DL_FILE =3D $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 1a7594c6f93d1c8cad8caa574cdcda60a48d7c001c9ad48e540b26= 763d9a1cd7fba9501a0a451a5a64889dd6c0cbcf4d026fc72a7ee5a3ee682931bfe7e1b391 +$(DL_FILE)_BLAKE2 =3D a24f492cb2a7721b165c70237b1a9290acc0063bdf493f061752ca= 41d23a1154b26e16ee00dd96a19e825eff7f711391892eeb08a314d9277514d4d32a4adafe =20 install : $(TARGET) =20 --=20 2.44.0 --===============4641643661668406848==--