From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH] mdadm: Update to version 4.2 Date: Fri, 28 Jan 2022 13:12:19 +0000 Message-ID: In-Reply-To: <20220128130740.3417513-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7831061280886353394==" List-Id: --===============7831061280886353394== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > - Update from 4.1 to 4.2 > - Update of rootfile not required > - Changelog is no longer updated. The package directs you to the git commit= s 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. >=20 > Signed-off-by: Adolf Belka > --- > lfs/mdadm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > 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 --===============7831061280886353394==--