Skip to content

Commit

Permalink
zfs: update to 2.1.7.
Browse files Browse the repository at this point in the history
Close: #40874
  • Loading branch information
zdykstra authored and Vaelatern committed Dec 7, 2022
1 parent 0bdc477 commit 1206ec4
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 11 deletions.
12 changes: 6 additions & 6 deletions common/shlibs
Expand Up @@ -3871,12 +3871,12 @@ libtss2-tcti-device.so.0 tpm2-tss-2.3.1_1
libtss2-rc.so.0 tpm2-tss-2.3.1_1
libtss2-tcti-mssim.so.0 tpm2-tss-2.3.1_1
libtss2-tctildr.so.0 tpm2-tss-2.3.1_1
libzfsbootenv.so.1 zfs-2.0.3_2
libzfs.so.4 zfs-2.0.3_2
libuutil.so.3 zfs-2.0.3_2
libzpool.so.5 zfs-2.1.0_1
libzfs_core.so.3 zfs-2.0.3_2
libnvpair.so.3 zfs-2.0.3_2
libzfsbootenv.so.1 libzfs-2.1.7_1
libzfs.so.4 libzfs-2.1.7_1
libuutil.so.3 libzfs-2.1.7_1
libzpool.so.5 libzfs-2.1.7_1
libzfs_core.so.3 libzfs-2.1.7_1
libnvpair.so.3 libzfs-2.1.7_1
libgmio.so gmio-0.4.1_1
libjsonnet.so.0 jsonnet-0.14.0_2
libjsonnet++.so.0 jsonnet-0.14.0_2
Expand Down
1 change: 1 addition & 0 deletions srcpkgs/libzfs
18 changes: 13 additions & 5 deletions srcpkgs/zfs/template
@@ -1,21 +1,22 @@
# Template file for 'zfs'
pkgname=zfs
version=2.1.6
revision=2
version=2.1.7
revision=1
build_style=gnu-configure
configure_args="--with-config=user --with-mounthelperdir=/usr/bin
--with-udevdir=/usr/lib/udev --with-udevruledir=/usr/lib/udev/rules.d
--with-dracutdir=/usr/lib/dracut --with-tirpc"
hostmakedepends="dracut libtool pkg-config python3 automake"
makedepends="pam-devel zlib-devel libuuid-devel libblkid-devel libtirpc-devel attr-devel"
depends="dkms>=2.2.0.3_9 perl python3 xbps-triggers>=0.121_1"
depends="dkms>=2.2.0.3_9 perl python3 xbps-triggers>=0.121_1
libzfs>=${version}_${revision}"
conf_files="/etc/zfs/zed.d/zed.rc"
short_desc="Z File System -- userland, pyzfs, and kernel modules (using DKMS)"
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
license="CDDL-1.0"
homepage="https://openzfs.github.io/openzfs-docs/"
distfiles="https://github.com/openzfs/zfs/releases/download/zfs-${version}/zfs-${version}.tar.gz"
checksum=15339014f8d2131348eb937bf8893849806b6d2645ea607a18c7f117749dbd7a
checksum=6462e63e185de6ff10c64ffa6ed773201a082f9dd13e603d7e8136fcb4aca71b
# dkms must be before initramfs-regenerate to build modules before images
triggers="dkms initramfs-regenerate"
dkms_modules="zfs ${version}"
Expand Down Expand Up @@ -60,8 +61,15 @@ post_install() {
rm -rf ${DESTDIR}/usr/share/zfs/zfs-tests
}

libzfs_package() {
short_desc="Z File System - libraries"
pkg_install() {
vmove "usr/lib/*.so.*"
}
}

zfs-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
depends="libzfs>=${version}_${revision}"
short_desc="Z File System -- development files"
pkg_install() {
vmove usr/include
Expand Down
1 change: 1 addition & 0 deletions srcpkgs/zfs/zfs

0 comments on commit 1206ec4

Please sign in to comment.