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.2 Date: Fri, 28 Jan 2022 14:07:40 +0100 Message-ID: <20220128130740.3417513-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0658927892287976133==" List-Id: --===============0658927892287976133== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from 4.1 to 4.2 - Update of rootfile not required - Changelog is no longer updated. The package directs you to the git commits = to find the changes. https://git.kernel.org/pub/scm/utils/mdadm/mdadm.git/log/ - Announcement of update says- The release includes more than two years of development and bugfixes, so it is difficult to remember everything. Highlights include enhancements and bug fixes including for IMSM RAID, Partial Parity Log, clustered RAID support, improved testing, and gcc-9 support. Signed-off-by: Adolf Belka --- lfs/mdadm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/mdadm b/lfs/mdadm index 19d678f93..c42ad8d59 100644 --- a/lfs/mdadm +++ b/lfs/mdadm @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 4.1 +VER =3D 4.2 =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)_MD5 =3D 51bf3651bd73a06c413a2f964f299598 +$(DL_FILE)_MD5 =3D a304eb0a978ca81045620d06547050a6 =20 install : $(TARGET) =20 --=20 2.35.0 --===============0658927892287976133==--