Skip to content

Commit

Permalink
zfs: update to 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ahesford authored and Juan RP committed Feb 13, 2020
1 parent 14794db commit fb04351
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
3 changes: 3 additions & 0 deletions common/shlibs
Original file line number Diff line number Diff line change
Expand Up @@ -3782,6 +3782,9 @@ libtss2-tcti-mssim.so.0 tpm2-tss-2.3.1_1
libtss2-tctildr.so.0 tpm2-tss-2.3.1_1
libzfs.so.2 zfs-0.8.2_1
libnvpair.so.1 zfs-0.8.2_1
libzfs_core.so.1 zfs-0.8.3_1
libzpool.so.2 zfs-0.8.3_1
libuutil.so.1 zfs-0.8.3_1
libjsonnet.so.0 jsonnet-0.14.0_2
libjsonnet++.so.0 jsonnet-0.14.0_2
libigdgmm.so.11 intel-gmmlib-19.4.1_1
Expand Down
8 changes: 5 additions & 3 deletions srcpkgs/zfs/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'zfs'
pkgname=zfs
version=0.8.2
version=0.8.3
revision=1
build_style=gnu-configure
configure_args="--with-config=user --with-mounthelperdir=/usr/bin
Expand All @@ -14,16 +14,18 @@ maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
license="CDDL-1.0"
homepage="https://zfsonlinux.org/"
distfiles="https://github.com/zfsonlinux/zfs/releases/download/zfs-${version}/zfs-${version}.tar.gz"
checksum=47608e257c8ecebb918014ef1da6172c3a45d990885891af18e80f5cc28beab8
checksum=545a4897ce30c2d2dd9010a0fdb600a0d3d45805e2387093c473efc03aa9d7fd

replaces="spl<=0.7.13_1" # Because SPL was merged into zfs in 0.8.0

dkms_modules="zfs ${version}"
depends="dkms>=2.2.0.3_9 perl python3"
depends="dkms>=2.2.0.3_9 perl python3 bash"

pre_configure() {
export CFLAGS+=" -I${XBPS_CROSS_BASE}/usr/include/tirpc/"
autoreconf -fi
# configure relies on bashism to redirect stdout/stderr when building tests
sed -i '1 s@^#!\s*/bin/sh$@#!/bin/bash@' configure
tar czf ../clean.tar.gz .
}

Expand Down

0 comments on commit fb04351

Please sign in to comment.