From patchwork Fri Nov 10 10:59:09 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7333 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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4SRbS91mKMz3wvm for ; Fri, 10 Nov 2023 10:59:37 +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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4SRbRx14qqz2vx; Fri, 10 Nov 2023 10:59:25 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4SRbRx0Tb9z30Tp; Fri, 10 Nov 2023 10:59:25 +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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4SRbRt6r3Hz3000 for ; Fri, 10 Nov 2023 10:59:22 +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 (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4SRbRq4tkKz2t9; Fri, 10 Nov 2023 10:59:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1699613960; 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: in-reply-to:in-reply-to:references:references; bh=A4VGtG2w38Ni4dr0KXpvGk5gPMV4TuzKl0xCzU27HVw=; b=ipjz1G/m8XusFXRFXLt0pM92QxAbqaJi/YDQGql424bPbMfFWTitzkSdt1NjnMIUiavjeG J8A6SVp5vGDp1LqjEwcI0wFdtp7nGzxIYZNOJTanqtuCPiCPGOwgSghqZLO1E7eNUZJ6es Bb83dz91Zh6I5CmceihEoHIwuZ6JRo5SxYqrJ6bZ18RyqDWPDC1Z06w4CvEeLkEsto8sRY VpgAV06J/rJzhEinZZyrXrRc2Hg17k8T3D5mEcqMxd/RYKU6CXmdeY+5rO4gCoKJeBHumL ffDikNrhwDN+isg6SeAe+Bc6WosqrXZENfoliN/edEzobahjoC2fbl8Bg/22Cg== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1699613960; 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: in-reply-to:in-reply-to:references:references; bh=A4VGtG2w38Ni4dr0KXpvGk5gPMV4TuzKl0xCzU27HVw=; b=ZDT3yZfdONkzWBfLKZj6efJGkoZy3k0AmbFePxJEOdV22c4lhlu615wtNXyucv8DImbws5 ryZYPwJpgfndYzBg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] xfsprogs: Update to version 6.5.0 Date: Fri, 10 Nov 2023 11:59:09 +0100 Message-ID: <20231110105910.11113-12-adolf.belka@ipfire.org> In-Reply-To: <20231110105910.11113-1-adolf.belka@ipfire.org> References: <20231110105910.11113-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: V6X3S5FRKE37U7FMNTM3QCVHMIF5BBRR X-Message-ID-Hash: V6X3S5FRKE37U7FMNTM3QCVHMIF5BBRR X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - Update from version 6.4.0 to 6.5.0 - Update of rootfile - Changelog is not separately available. Details of changes can be seen by reviewing the git commits https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/log/ Signed-off-by: Adolf Belka --- config/rootfiles/common/xfsprogs | 2 ++ lfs/xfsprogs | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/config/rootfiles/common/xfsprogs b/config/rootfiles/common/xfsprogs index d3223c007..cccbd9a34 100644 --- a/config/rootfiles/common/xfsprogs +++ b/config/rootfiles/common/xfsprogs @@ -1,5 +1,6 @@ lib/libhandle.so.1 lib/libhandle.so.1.0.3 +lib/udev/rules.d/64-xfs.rules sbin/fsck.xfs sbin/mkfs.xfs sbin/xfs_repair @@ -111,3 +112,4 @@ usr/sbin/xfs_spaceman #usr/share/xfsprogs/mkfs/lts_5.15.conf #usr/share/xfsprogs/mkfs/lts_5.4.conf #usr/share/xfsprogs/mkfs/lts_6.1.conf +#usr/share/xfsprogs/mkfs/lts_6.6.conf diff --git a/lfs/xfsprogs b/lfs/xfsprogs index 8f58d33ea..c91368521 100644 --- a/lfs/xfsprogs +++ b/lfs/xfsprogs @@ -24,7 +24,7 @@ include Config -VER = 6.4.0 +VER = 6.5.0 THISAPP = xfsprogs-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 566a80a1fa90520c6cc2b20c8e8cde41eb83a48f0b6d4a978f9e5d43960e99b54cab3e0c2cd4147a3d8f4944e50876063fc571441c8239d6deaaa01604843a6b +$(DL_FILE)_BLAKE2 = 40d578bf5bf3da93c608d2a1c5af02f0ac3a99c695b8003f684b75ce01b8d89dc197620e724e5461da174e050068c352eff622e970ea748e53685ab942cc2e92 install : $(TARGET)