* [PATCH] mdadm: Update to version 4.2
@ 2022-01-28 13:07 Adolf Belka
2022-01-28 13:12 ` Peter Müller
0 siblings, 1 reply; 2+ messages in thread
From: Adolf Belka @ 2022-01-28 13:07 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1152 bytes --]
- 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 <adolf.belka(a)ipfire.org>
---
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 @@
include Config
-VER = 4.1
+VER = 4.2
THISAPP = mdadm-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 51bf3651bd73a06c413a2f964f299598
+$(DL_FILE)_MD5 = a304eb0a978ca81045620d06547050a6
install : $(TARGET)
--
2.35.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] mdadm: Update to version 4.2
2022-01-28 13:07 [PATCH] mdadm: Update to version 4.2 Adolf Belka
@ 2022-01-28 13:12 ` Peter Müller
0 siblings, 0 replies; 2+ messages in thread
From: Peter Müller @ 2022-01-28 13:12 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1270 bytes --]
Reviewed-by: Peter Müller <peter.mueller(a)ipfire.org>
> - 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 <adolf.belka(a)ipfire.org>
> ---
> 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 @@
>
> include Config
>
> -VER = 4.1
> +VER = 4.2
>
> THISAPP = mdadm-$(VER)
> DL_FILE = $(THISAPP).tar.xz
> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
>
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>
> -$(DL_FILE)_MD5 = 51bf3651bd73a06c413a2f964f299598
> +$(DL_FILE)_MD5 = a304eb0a978ca81045620d06547050a6
>
> install : $(TARGET)
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-01-28 13:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-28 13:07 [PATCH] mdadm: Update to version 4.2 Adolf Belka
2022-01-28 13:12 ` Peter Müller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox