From patchwork Mon May 25 12:25:05 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9887 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) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4gPFTF5xZyz3wr8 for ; Mon, 25 May 2026 12:25:21 +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) (Client CN "mail02.haj.ipfire.org", Issuer "E8" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4gPFTF54fqz5gR for ; Mon, 25 May 2026 12:25:21 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4gPFTB2Wvxz34nl for ; Mon, 25 May 2026 12:25:18 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4gPFT55ZPvz330C for ; Mon, 25 May 2026 12:25:13 +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 RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4gPFT3578Tz7GY; Mon, 25 May 2026 12:25:11 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1779711911; 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=bbbJXVejGIOUce9YYYdEQ80JHDu0NKpk4yaRCy2UaXc=; b=HMrvYCVQIGwp/ILxcUJQBZ8VjVwg2XS7DyudTxzNGPh47heUnG3EPWdUr5V/saXHEt+2xt qi5Ffl0yK4F1DqAA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1779711911; 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=bbbJXVejGIOUce9YYYdEQ80JHDu0NKpk4yaRCy2UaXc=; b=Dm0wJkiosjTztCNPOk5plhTfocshEFqj+4kjTIiMcy3FzmRBNT66lB2oNfv8mflrv/nDO2 BArLfLNNwDQPy2vx1KXV4nqct9sIsYCFvFr/7vARjeAm4qBrg4JG8/Tbvrl2NzR5az6aEn TdAAitSf0kf2/Ak46C2SA25cEt3gTSE7SiSjofT7NZ0IQ5NGRxLBIGBpF0jYLSwsNAEWK4 EzHmx3rGsCKUZejsY3Y7gszPoCcpfZSoG673ngVK9CfDF/1iSB4B7Wxh/wdWdA1cOq+z0X 5myZv1rR7wnHsQrXqkcBJ+idYpVjfCoGOOKfNL1GEA0+PzV0bzf/JM8z1R2wAw== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] xfsprogs: Update to version 7.0.1 Date: Mon, 25 May 2026 14:25:05 +0200 Message-ID: <20260525122505.3658371-15-adolf.belka@ipfire.org> In-Reply-To: <20260525122505.3658371-1-adolf.belka@ipfire.org> References: <20260525122505.3658371-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 - Update from version 7.0.0 to 7.0.1 - No change in rootfile - Changelog 7.0.1 xfs_healer: fix missing HAVE_LISTMOUNT flag and stubs (Darrick J. Wong) libfrog: add missing HAVE_LISTMOUNT flag (Andrey Albershteyn) gitignore: add xfs_healer binaries and services (Anthony Iliopoulos) libfrog: add fallback stubs for libfrog_statmount and fstatmount (Anthony Iliopoulos) libfrog: add missing statmount flag definitions (Anthony Iliopoulos) configure: always check for statmount supported_mask (Anthony Iliopoulos) platform_defs.h: fix __counted_by_ptr annotation (Darrick J. Wong) Signed-off-by: Adolf Belka --- lfs/xfsprogs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/xfsprogs b/lfs/xfsprogs index c84b0ca82..0b30980dd 100644 --- a/lfs/xfsprogs +++ b/lfs/xfsprogs @@ -24,7 +24,7 @@ include Config -VER = 7.0.0 +VER = 7.0.1 # https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/ THISAPP = xfsprogs-$(VER) @@ -47,7 +47,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 7819801338316eb7ec9362710f9a98a6d0e5a20caae7493fef8430716c599746d79b49bef9bf1ece8c540a259918808f51818f2a4d37b684e007affe7be4affa +$(DL_FILE)_BLAKE2 = 0834beee30b6f4d6cf16c4e34d2daff0720d1f620d75f1794eb8c8f8d822768f48e8d6d51e51ec8c1eeb73a0e3123a8baa6647cf3215f9d25254cc13d6cf02ba install : $(TARGET)