From 1efa76c6a8b6348f83627f50b4f87e61ebb9c400 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Tue, 24 Nov 2015 15:09:17 +0100 Subject: [PATCH] xfsprogs: update to 4.3.0. --- srcpkgs/xfsprogs/patches/musl-fixes.patch | 3 ++- srcpkgs/xfsprogs/template | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/xfsprogs/patches/musl-fixes.patch b/srcpkgs/xfsprogs/patches/musl-fixes.patch index 9667bbdb8e..b403f42645 100644 --- a/srcpkgs/xfsprogs/patches/musl-fixes.patch +++ b/srcpkgs/xfsprogs/patches/musl-fixes.patch @@ -13,10 +13,11 @@ --- include/linux.h.orig 2015-08-04 01:37:12.000000000 +0200 +++ include/linux.h 2015-10-03 21:19:02.256382607 +0200 -@@ -30,6 +30,7 @@ +@@ -30,7 +30,8 @@ #include #include #include + #include +#include /* XATTR_SIZE_MAX */ static __inline__ int xfsctl(const char *path, int fd, int cmd, void *p) diff --git a/srcpkgs/xfsprogs/template b/srcpkgs/xfsprogs/template index 571f3dd317..bfaf089070 100644 --- a/srcpkgs/xfsprogs/template +++ b/srcpkgs/xfsprogs/template @@ -1,6 +1,6 @@ # Template file for 'xfsprogs' pkgname=xfsprogs -version=4.2.0 +version=4.3.0 revision=1 build_style=gnu-configure configure_args="--enable-readline=yes --enable-lib64=no" @@ -12,7 +12,7 @@ maintainer="Juan RP " license="LGPL-2.1" homepage="http://xfs.org/" distfiles="ftp://oss.sgi.com/projects/xfs/cmd_tars/${pkgname}-${version}.tar.gz" -checksum=3deab1ad0f4635e54053aa45add27bd48cd87a188c16ac60f4789e01730e5260 +checksum=3e570ad51153e4be3792f42b2c805ddbd46b55d166eba3102ec87d5006d4cb5c do_install() { make install install-dev DIST_ROOT=${DESTDIR} \