Browse Source

xfsprogs: update to 5.8.0

Signed-off-by: Rosen Penev <rosenp@gmail.com>
lilik-openwrt-22.03
Rosen Penev 4 years ago
parent
commit
8bc26ed598
No known key found for this signature in database GPG Key ID: 36D31CFA845F0E3B
2 changed files with 4 additions and 4 deletions
  1. +3
    -3
      utils/xfsprogs/Makefile
  2. +1
    -1
      utils/xfsprogs/patches/120-disable_assert.patch

+ 3
- 3
utils/xfsprogs/Makefile View File

@ -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


+ 1
- 1
utils/xfsprogs/patches/120-disable_assert.patch View File

@ -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;


Loading…
Cancel
Save