public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] mdadm: Update to version 4.4
Date: Sat, 11 Jan 2025 15:43:29 +0100	[thread overview]
Message-ID: <20250111144333.3363359-6-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20250111144333.3363359-1-adolf.belka@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 3631 bytes --]

- Update from version 4.3 to 4.4
- Update of rootfile not required
- mdadm has been formally moved to github.
- Changelog
    4.4
     Features:
	- Remobe custom bitmap file support from Yu Kuai.
	- Custom device policies implementation from Mariusz Tkaczyk.
	- Self encrypted drives (**SED**) support for IMSM metadata from Blazej Kucman.
	- Support more than 4 disks for **IMSM** RAID10 from Mateusz Kusiak.
	- Read **IMSM** license information from ACPI tables from Blazej Kucman.
	- Support devnode in **--Incremental --remove** from Mariusz Tkaczyk.
	- Printing **IMSM** license type in **--detail-platform** from Blazej Kucman.
	- README.md from Mariusz Tkaczyk and Anna Sztukowska.
     Fixes:
	- Tests improvements from Xiao Ni and Kinga Stefaniuk.
	- Mdmon's Checkpointing improvements from Mateusz Kusiak.
	- Pass mdadm environment flags to systemd-env to enable tests from Mateusz Kusiak.
	- Superblock 1.0 uuid printing fixes from Mariusz Tkaczyk.
	- Find VMD bus manually if link is not available from Mariusz Tkaczyk.
	- Unconditional devices count printing in --detail from Anna Sztukowska.
	- Improve SIGTERM handling during reshape, from Mateusz Kusiak.
	- **Monitor.c** renamed to **Mdmonitor.c** from Kinga Stefaniuk.
	- Mdmonitor service documentation update from Mariusz Tkaczyk.
	- Rework around writing to sysfs files from Mariusz Tkaczyk.
	- Drop of HOT_REMOVE_DISK ioctl in Manage in favour of sysfs from Mariusz Tkaczyk.
	- Delegate disk removal to managemon from Mariusz Tkaczyk.
	- Some clean-ups of legacy code and functionalities like **--auto=md** from Mariusz Tkaczyk.
	- Manual clean-up, references to old kernels removed from Mariusz Tkaczyk.
	- Various static code analysis fixes.
     In this release we created github repository and allowed participation through
      Github. It allowed us to use Github actions adn create CI. Currently, we have:
	- Compilation tests with various gcc.
	- **mdadm** tests.
	- Checkpatch test.

Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
 lfs/mdadm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/lfs/mdadm b/lfs/mdadm
index 1b7895600..66932075e 100644
--- a/lfs/mdadm
+++ b/lfs/mdadm
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2024  IPFire Team  <info(a)ipfire.org>                     #
+# Copyright (C) 2007-2025  IPFire Team  <info(a)ipfire.org>                     #
 #                                                                             #
 # 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,10 +24,10 @@
 
 include Config
 
-VER        = 4.3
+VER        = 4.4
 
 THISAPP    = mdadm-$(VER)
-DL_FILE    = $(THISAPP).tar.xz
+DL_FILE    = $(THISAPP).tar.gz
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 3b6955339adb6c254a69d698e3b807838f8840e37f7f94280f4a1fbffb082ee694309f4b6f9adc8edfa2071fde324bf00ae0493d5b2e6c8d87796783dfa3ee1c
+$(DL_FILE)_BLAKE2 = d368681d94e31db2127a1114ad21b76647ee4b62f701705a93ca8482a58ec10d9cd58c5394bb346da0c58339f759fa6168441250a504931e43c0943b74ceef85
 
 install : $(TARGET)
 
-- 
2.47.1


  parent reply	other threads:[~2025-01-11 14:43 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-11 14:43 [PATCH] e2fsprogs: Update to version 1.47.2 Adolf Belka
2025-01-11 14:43 ` [PATCH] fping: Update to version 5.3 Adolf Belka
2025-01-11 14:43 ` [PATCH] hwdata: Update to version 0.391 Adolf Belka
2025-01-11 14:43 ` [PATCH] libpng: Update to version 1.6.45 Adolf Belka
2025-01-11 14:43 ` [PATCH] libxcrypt: Update to version 4.4.37 Adolf Belka
2025-01-11 14:43 ` Adolf Belka [this message]
2025-01-11 14:43 ` [PATCH] nano: Update to version 8.3 Adolf Belka
2025-01-11 14:43 ` [PATCH] nettle: Update to version 3.10.1 Adolf Belka
2025-01-11 14:43 ` [PATCH] samba: Update to version 4.21.3 Adolf Belka
2025-01-11 14:43 ` [PATCH] tshark: Update to version 4.4.3 Adolf Belka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250111144333.3363359-6-adolf.belka@ipfire.org \
    --to=adolf.belka@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox