From patchwork Fri Jan 28 13:07:40 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5016 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Jld6Z6pSKz3xfN for ; Fri, 28 Jan 2022 13:07:50 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Jld6Y3PGLz5Fx; Fri, 28 Jan 2022 13:07:49 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Jld6Y2MD4z2yNY; Fri, 28 Jan 2022 13:07:49 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Jld6W0y9Nz2yNY for ; Fri, 28 Jan 2022 13:07:47 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Jld6V4TQkz4nW; Fri, 28 Jan 2022 13:07:46 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1643375266; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=BmvqhxtADgLWJYUjysz6PHiditx0zC4UZ+sWKUadcWM=; b=LDziD7dHXxnsThnhHOgS2m11Xk8fgxeWzqkI0oX8p1jJEzUszEK7jaiQaa7sXMKD1x9HDC 3oCSOmL2gc+HHFCg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1643375266; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=BmvqhxtADgLWJYUjysz6PHiditx0zC4UZ+sWKUadcWM=; b=Im2kyO1xi9NxI6YvR4mFRuVmyNG2is0D6WoOMQzmvN3YgpzoCiOdWqSlzP80u3D7H2d4C8 FEKt4CJEm35/gMrire+FPsBCMCirBlsEVu1Bm9n08IIMoZEBB+ZLOEexarx8xQRu0pyO4b BTDRIc63R4wUgmtVnehuezVqEYH9sPvkoQ4tapCjtTmioiNwPEYST4/1/ZEn6caco+7U2Q FFbTJnRCQ4GlMqLT7QK3c5awA0uZMjoCHxgTUG8z5r1PnoBT1+ShAq6UeyjA8TJFEt3pCv YBs3SJQwOBQNIhAQ1hd1mq65Y489WIH40RV0usCz1i2G4WufweDtojEDDmuRcA== 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 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - 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 Reviewed-by: Peter Müller --- 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)