From 8bc26ed5980fbb95ca76afc6aaf140568d3d6b68 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sat, 12 Sep 2020 17:40:31 -0700 Subject: [PATCH] xfsprogs: update to 5.8.0 Signed-off-by: Rosen Penev --- utils/xfsprogs/Makefile | 6 +++--- utils/xfsprogs/patches/120-disable_assert.patch | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/utils/xfsprogs/Makefile b/utils/xfsprogs/Makefile index c14960e5b..f57b14ae5 100644 --- a/utils/xfsprogs/Makefile +++ b/utils/xfsprogs/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=xfsprogs -PKG_VERSION:=5.5.0 -PKG_RELEASE:=2 +PKG_VERSION:=5.8.0 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/linux/utils/fs/xfs/xfsprogs -PKG_HASH:=cfbb0b136799c48cb79435facd0969c5a60a587a458e2d16f9752771027efbec +PKG_HASH:=8ef46ed9e6bb927f407f541dc4324857c908ddf1374265edc910d23724048c6b PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 diff --git a/utils/xfsprogs/patches/120-disable_assert.patch b/utils/xfsprogs/patches/120-disable_assert.patch index 237c83721..5bde4fbf9 100644 --- a/utils/xfsprogs/patches/120-disable_assert.patch +++ b/utils/xfsprogs/patches/120-disable_assert.patch @@ -1,6 +1,6 @@ --- a/libxfs/libxfs_priv.h +++ b/libxfs/libxfs_priv.h -@@ -85,9 +85,6 @@ struct iomap; +@@ -87,9 +87,6 @@ struct iomap; /* for all the support code that uses progname in error messages */ extern char *progname;