btrfs-progs: update to 4.14.

Closes #9387.
This commit is contained in:
maxice8 2017-11-20 19:39:14 -02:00 committed by Enno Boland
parent 21159ed468
commit 50a63335f9

View File

@ -1,6 +1,6 @@
# Template file for 'btrfs-progs'
pkgname=btrfs-progs
version=4.13.3
version=4.14
revision=1
wrksrc=${pkgname}-v${version}
build_style=gnu-configure
@ -13,7 +13,8 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2"
homepage="http://btrfs.wiki.kernel.org/"
distfiles="${KERNEL_SITE}/kernel/people/kdave/${pkgname}/${pkgname}-v${version}.tar.xz"
checksum=805bdb0031c21a0a5d2ba295a8c9bdd8ba831a68c3fa801aab85677ec902d783
checksum=09095cbc3bc2b6aa9d09c93146fb4d7437c51d2572f6918b74fe990fcdcb91af
make_check_target="test"
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
@ -25,21 +26,10 @@ pre_build() {
fi
}
do_check() {
make fssum && # required by [TEST/misc] 019-recieve-clones-on-munted-subvol
pre_check() {
# This test requires fallocate but the testsuite detection methods still can't
# detect it properly so it keeps failing even when util-linux is added to checkdepends
mv tests/fsck-tests/025-file-extents/test.sh{,.broken}
pushd tests
./fsck-tests.sh
./mkfs-tests.sh
./cli-tests.sh
./convert-tests.sh
./misc-tests.sh
./fuzz-tests.sh
popd
}
post_install() {