From patchwork Tue Apr 7 15:11:07 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9643 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 4fqqRm0Zlzz3x5B for ; Tue, 07 Apr 2026 15:12:04 +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 "E7" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4fqqRl5KKvz5jw for ; Tue, 07 Apr 2026 15:12:03 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4fqqRF75Bkz36VR for ; Tue, 07 Apr 2026 15:11:37 +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 4fqqQy6n7yz36Ww for ; Tue, 07 Apr 2026 15:11: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 RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4fqqQy2g22z6gF; Tue, 07 Apr 2026 15:11:22 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1775574682; 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=uB9O/fuD+mbZafUypZNQALXKMiq0VmCZCZAS+NG3R6Y=; b=WsXe2mIKXe5qpCeZORHsCFjy0WVPy6XxcyJZub3d8ygzSlw3wBRXtL9DTsSTUzb+5KMyBu GB6XXEQKXjnFw9Bg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1775574682; 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=uB9O/fuD+mbZafUypZNQALXKMiq0VmCZCZAS+NG3R6Y=; b=dMURzTY+y2iVE5/Op0+TlxpfcHoNw2WKG5Yogyzy2omYcOpgBGGEzLMqUyZQKn50Ng0rGb cEZnzvRLg9F2pu0JKV7vCq7xYqdmYMBVRfYjW3BV1AtrPpUOtBo/CtrytcuVfOHIzMNfTI UZl6v9qZxiFmKjrER9SwZlJWIaWsdowTv1DRDuEw1sCEilJZnjou50ShBQUsYS24h+/ked gdJzG0/RbFnyzhyLh89qYbU+JS1frDdSuDUkEbrMNPUu4OiV23BAOTUIWK6603ziV6cfhl eLjFjzAkPrUjhHVUntJVq1cFHMq3R3DcxAFMhbePMrXMvhFk+rkCx5IcBwLXwQ== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] xfsprogs: Update to version 6.19.0 Date: Tue, 7 Apr 2026 17:11:07 +0200 Message-ID: <20260407151108.3472751-34-adolf.belka@ipfire.org> In-Reply-To: <20260407151108.3472751-1-adolf.belka@ipfire.org> References: <20260407151108.3472751-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 6.18.0 to 6.19.0 - No change to rootfile - Changelog 6.19.0 xfs_io: print more realtime subvolume related information in statfs (Christoph Hellwig) xfs_io: fix fsmap help (Christoph Hellwig) mkfs: fix log sunit automatic configuration (Darrick J. Wong) mkfs: fix protofile data corruption when in/out file block sizes don't match (Darrick J. Wong) libxfs: fix data corruption bug in libxfs_file_write (Darrick J. Wong) misc: fix a few memory leaks (Darrick J. Wong) debian: Drop Uploader: Bastian Germann (Bastian Germann) mkfs.xfs fix sunit size on 512e and 4kN disks. (Lukas Herbolt) xfs_scrub_all: fix non-service-mode arguments to xfs_scrub (Darrick J. Wong) mkfs: remove unnecessary return value affectation (Damien Le Moal) xfs: use blkdev_report_zones_cached() (Damien Le Moal) include blkzoned.h in platform_defs.h (Christoph Hellwig) debian: don't explicitly reload systemd from postinst (Darrick J. Wong) xfs_mdrestore: fix restoration on filesystems with 4k sectors (Darrick J. Wong) mkfs: quiet down warning about insufficient write zones (Darrick J. Wong) xfs_logprint: print log data to the screen in host-endian order (Darrick J. Wong) mkfs: set rtstart from user-specified dblocks (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 df5f63fe0..a91c92c67 100644 --- a/lfs/xfsprogs +++ b/lfs/xfsprogs @@ -24,7 +24,7 @@ include Config -VER = 6.18.0 +VER = 6.19.0 # 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 = 225cb49a39a2539e48513985d72602c0c067f73597e3fe1d9d4062989ed98c3a0b2c85bb9d465c60acefce3243a7e2320808727e6ce527fbc35216bde235144e +$(DL_FILE)_BLAKE2 = 30ef424589e96175aa38776d809c7a0e1ce2d74ba3ccfca83c00bf102836f93f131afd63e5be8d639aee4e3c8831f6d536029b4e7d6dd44b9297426d6c028d2c install : $(TARGET)