Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zfs: update to 0.8.3 #19079

Merged
merged 1 commit into from
Feb 13, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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