From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] mdadm: Update to version 4.3 Date: Thu, 06 Jun 2024 15:50:32 +0200 Message-ID: <20240606135032.549882-2-adolf.belka@ipfire.org> In-Reply-To: <20240606135032.549882-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2058180813749308704==" List-Id: --===============2058180813749308704== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 4.2 to 4.3 - Update or rootfile not required - Changelog 4.3 No logfile information available. Details can be found from the git commit l= og https://git.kernel.org/pub/scm/utils/mdadm/mdadm.git/log/ Signed-off-by: Adolf Belka --- lfs/mdadm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/mdadm b/lfs/mdadm index b512dbdda..1b7895600 100644 --- a/lfs/mdadm +++ b/lfs/mdadm @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2018 IPFire Team = # +# Copyright (C) 2007-2024 IPFire Team = # # = # # This program is free software: you can redistribute it and/or modify = # # it under the terms of the GNU General Public License as published by = # @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 4.2 +VER =3D 4.3 =20 THISAPP =3D mdadm-$(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 de7c4318dc5479de41378233869ab84ca2cd0e8a42310157b1acb9= 69e7152af61556fbbe6f17bf6af4dfaf5543e49b1c982d2baeedf1c39b000032f4db7f5502 +$(DL_FILE)_BLAKE2 =3D 3b6955339adb6c254a69d698e3b807838f8840e37f7f94280f4a1f= bffb082ee694309f4b6f9adc8edfa2071fde324bf00ae0493d5b2e6c8d87796783dfa3ee1c =20 install : $(TARGET) =20 --=20 2.45.2 --===============2058180813749308704==--