summaryrefslogtreecommitdiff
path: root/package/xfsprogs
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2017-12-03 12:04:07 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-12-15 21:17:59 +0100
commita496034adfbaa9065f17bef3813a05c8a0b5360b (patch)
tree303aff63804c7dcb1d284628991e21b222e38029 /package/xfsprogs
parentf8cc30707ae5be3ef03b6e9919d9acbfec8bb7a4 (diff)
xfsprogs: update to 4.13.1
Diffstat (limited to 'package/xfsprogs')
-rw-r--r--package/xfsprogs/Makefile4
-rw-r--r--package/xfsprogs/patches/patch-libxfs_Makefile6
-rw-r--r--package/xfsprogs/patches/patch-spaceman_Makefile13
3 files changed, 18 insertions, 5 deletions
diff --git a/package/xfsprogs/Makefile b/package/xfsprogs/Makefile
index 245abcc59..d66c24402 100644
--- a/package/xfsprogs/Makefile
+++ b/package/xfsprogs/Makefile
@@ -4,9 +4,9 @@
include ${ADK_TOPDIR}/rules.mk
PKG_NAME:= xfsprogs
-PKG_VERSION:= 4.11.0
+PKG_VERSION:= 4.13.1
PKG_RELEASE:= 1
-PKG_HASH:= c3a6d87b564d7738243c507df82276bed982265e345363a95f2c764e8a5f5bb2
+PKG_HASH:= 8c64d349d191e24c84eeb1611be767e4a11b81016bd5b73f3a20a0bf39dd3536
PKG_DESCR:= utilities for xfs filesystems
PKG_SECTION:= sys/fs
PKG_DEPENDS:= libuuid libblkid libncurses
diff --git a/package/xfsprogs/patches/patch-libxfs_Makefile b/package/xfsprogs/patches/patch-libxfs_Makefile
index 0983e2947..2f38b240f 100644
--- a/package/xfsprogs/patches/patch-libxfs_Makefile
+++ b/package/xfsprogs/patches/patch-libxfs_Makefile
@@ -1,5 +1,5 @@
---- xfsprogs-4.11.0.orig/libxfs/Makefile 2017-05-05 20:47:11.000000000 +0200
-+++ xfsprogs-4.11.0/libxfs/Makefile 2017-06-02 14:32:27.354798232 +0200
+--- xfsprogs-4.13.1.orig/libxfs/Makefile 2017-09-09 02:35:35.000000000 +0200
++++ xfsprogs-4.13.1/libxfs/Makefile 2017-11-25 17:47:45.180739534 +0100
@@ -118,9 +118,9 @@ LTLIBS = $(LIBPTHREAD) $(LIBRT)
# don't try linking xfs_repair with a debug libxfs.
DEBUG = -DNDEBUG
@@ -10,5 +10,5 @@
-default: crc32selftest ltdepend $(LTLIBRARY)
+default: ltdepend $(LTLIBRARY)
- crc32table.h: gen_crc32table.c
+ crc32table.h: gen_crc32table.c crc32defs.h
@echo " [CC] gen_crc32table"
diff --git a/package/xfsprogs/patches/patch-spaceman_Makefile b/package/xfsprogs/patches/patch-spaceman_Makefile
new file mode 100644
index 000000000..1bd7da4a7
--- /dev/null
+++ b/package/xfsprogs/patches/patch-spaceman_Makefile
@@ -0,0 +1,13 @@
+--- xfsprogs-4.13.1.orig/spaceman/Makefile 2017-09-09 02:35:35.000000000 +0200
++++ xfsprogs-4.13.1/spaceman/Makefile 2017-11-25 17:55:33.271558933 +0100
+@@ -9,8 +9,8 @@ LTCOMMAND = xfs_spaceman
+ HFILES = init.h space.h
+ CFILES = init.c file.c prealloc.c trim.c
+
+-LLDLIBS = $(LIBXCMD)
+-LTDEPENDENCIES = $(LIBXCMD)
++LLDLIBS = $(LIBXFS) $(LIBXCMD)
++LTDEPENDENCIES = $(LIBXFS) $(LIBXCMD)
+ LLDFLAGS = -static
+
+ ifeq ($(ENABLE_READLINE),yes)