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 2.1.7. #40874

Merged
merged 1 commit into from Dec 7, 2022
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
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