From patchwork Thu Apr 22 18:22:29 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4205 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 4FR5PP5jpvz44Qw for ; Thu, 22 Apr 2021 18:22:33 +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 4FR5PP2Rsvz20T; Thu, 22 Apr 2021 18:22:33 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4FR5PP1zrWz2yN4; Thu, 22 Apr 2021 18:22:33 +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 4FR5PN24Ryz2xS8 for ; Thu, 22 Apr 2021 18:22:32 +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 4FR5PM4gMDz25; Thu, 22 Apr 2021 18:22:31 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1619115751; 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=UTudf51DWgbIlMYiBL0tBjw+wRmy6a8Xh1NczKB/Y8o=; b=K7UtD3LhXZ8y5tKkWBFWR4gUtPuqw7+hgXimXud8doCTJWEbCd8Kw3P73hWw55u5qGJjj9 jXU9u4t1SmaucMDw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1619115751; 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=UTudf51DWgbIlMYiBL0tBjw+wRmy6a8Xh1NczKB/Y8o=; b=ZKw+JPZFXubufwIzdP3hz1EEqvxxG8MSOWIRybTPPtlicL0UewpwimBQfm3ZGkKh4ZNQ2I nuqchnZEAA/IN7qdAQT+fwxrJI+YmM2ny/6MlBaMf0A8Yb8PxP4wm/sAq76MDSk0ZbXq17 qORJM4SioDTSxoqYykIuEXFAuPCp154fASeaN+zPE96psTyGcvcRxGyiG12x6VHPSRGCNH zKgIxthkAVjVuwNoBPbPUqKZCA2j/qU8CjP87f79XfT6Ya1E4eTQdbmUhe/rsSo6kRV4bn HQR8JXPpkuw+8O338jOCskx0MBxuAs8z1iQhOoQvmR5RAB2akanR9Bh7erm6zA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] xfsprogs: Update to 5.9.0 Date: Thu, 22 Apr 2021 20:22:29 +0200 Message-Id: <20210422182229.3892485-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 5.7.0 to 5.9.0 - Update of rootfile - Changelog xfsprogs-5.9.0 (20 Oct 2020) - No further changes xfsprogs-5.9.0-rc1 (13 Oct 2020) - mkfs.xfs: disallow creation of RT files from proto file (Darrick Wong) - mkfs.xfs: fix ASSERT on small device with stripe geom (Pavel Reichl) - xfs_repair: more fixes from fuzz-testing (Darrick Wong) - libhandle: fix potential unterminated string problem (Darrick Wong) - libhandle: libfrog: fix a potential null pointer deref (Darrick Wong) - man: install all manpages that redirect to another page (Darrick Wong) - man: fix ioctl_xfs_geometry manpage naming (Eric Sandeen) - xfsprogs: various realtime related fixes (Darrick Wong) - xfsprogs: ignore autofs mount table entries (Ian Kent) xfsprogs-5.9.0-rc0 (17 Sep 2020) - libxfs changes merged from kernel 5.9 - libxfs: make buffers track the per-ag structures (Darrick Wong) xfsprogs-5.8.0 (04 Sep 2020) - xfs_db: set b_ops to NULL for types without verifiers (Eric Sandeen) xfsprogs-5.8.0-rc1 (26 Aug 2020) - mkfs: allow setting dax flag on root directory (Darrick Wong) - xfs_quota: improve reporting and messages (Bill O'Donnell) - xfs_db: use correct inode to set inode type (Zorro Lang) - xfs_db: fix nlink usage in check (Darrick Wong) - xfs_db: report the inode dax flag (Darrick Wong) - man: update mkfs.xfs inode flag option documentation (Darrick Wong) - xfsprogs: move custom interface def'ns to new header (Eric Sandeen) xfsprogs-5.8.0-rc0 (10 Aug 2020) - xfs_repair: check quota counters (Darrick Wong) - xfs_io: fix -D vs -R handling (Xiao Yang) - libxfs changes merged from kernel 5.8 Signed-off-by: Adolf Belka --- config/rootfiles/common/xfsprogs | 8 +++++++- lfs/xfsprogs | 4 ++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/common/xfsprogs b/config/rootfiles/common/xfsprogs index 11518441a..de76ca0db 100644 --- a/config/rootfiles/common/xfsprogs +++ b/config/rootfiles/common/xfsprogs @@ -12,6 +12,7 @@ sbin/xfs_repair #usr/include/xfs/xfs_da_format.h #usr/include/xfs/xfs_format.h #usr/include/xfs/xfs_fs.h +#usr/include/xfs/xfs_fs_compat.h #usr/include/xfs/xfs_log_format.h #usr/include/xfs/xfs_types.h #usr/include/xfs/xqm.h @@ -50,14 +51,19 @@ usr/sbin/xfs_spaceman #usr/share/man/man2/ioctl_xfs_bulkstat.2 #usr/share/man/man2/ioctl_xfs_fsbulkstat.2 #usr/share/man/man2/ioctl_xfs_fscounts.2 +#usr/share/man/man2/ioctl_xfs_fsgeometry.2 #usr/share/man/man2/ioctl_xfs_fsgetxattr.2 +#usr/share/man/man2/ioctl_xfs_fsgetxattra.2 #usr/share/man/man2/ioctl_xfs_fsinumbers.2 -#usr/share/man/man2/ioctl_xfs_fsop_geometry.2 +#usr/share/man/man2/ioctl_xfs_fssetxattr.2 +#usr/share/man/man2/ioctl_xfs_getbmap.2 +#usr/share/man/man2/ioctl_xfs_getbmapa.2 #usr/share/man/man2/ioctl_xfs_getbmapx.2 #usr/share/man/man2/ioctl_xfs_getresblks.2 #usr/share/man/man2/ioctl_xfs_goingdown.2 #usr/share/man/man2/ioctl_xfs_inumbers.2 #usr/share/man/man2/ioctl_xfs_scrub_metadata.2 +#usr/share/man/man2/ioctl_xfs_setresblks.2 #usr/share/man/man3/attr_list_by_handle.3 #usr/share/man/man3/attr_multi_by_handle.3 #usr/share/man/man3/fd_to_handle.3 diff --git a/lfs/xfsprogs b/lfs/xfsprogs index 219864274..327b69d3a 100644 --- a/lfs/xfsprogs +++ b/lfs/xfsprogs @@ -24,7 +24,7 @@ include Config -VER = 5.7.0 +VER = 5.9.0 THISAPP = xfsprogs-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -48,7 +48,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 4aeba534cf91f24169c64e1073b9ef27 +$(DL_FILE)_MD5 = 5edd6f3d34b1e9950c326c961b5b84c4 install : $(TARGET)