diff --git a/common/shlibs b/common/shlibs index ffb0693fd77..814317d8185 100644 --- a/common/shlibs +++ b/common/shlibs @@ -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 diff --git a/srcpkgs/zfs/template b/srcpkgs/zfs/template index ce124ff12bb..bff599f6931 100644 --- a/srcpkgs/zfs/template +++ b/srcpkgs/zfs/template @@ -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 @@ -14,16 +14,18 @@ maintainer="Toyam Cox " 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 . }