Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] zfs: update to 2.0.0
@ 2020-11-30 22:21 ndowens
  2020-11-30 22:30 ` [PR PATCH] [Closed]: " ndowens
  2020-11-30 22:56 ` Vaelatern
  0 siblings, 2 replies; 3+ messages in thread
From: ndowens @ 2020-11-30 22:21 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 428 bytes --]

There is a new pull request by ndowens against master on the void-packages repository

https://github.com/ndowens/void-packages zfs
https://github.com/void-linux/void-packages/pull/26845

zfs: update to 2.0.0
@Vaelatern 

I upgraded my system's ZFS to this version and rebooted. I dont use zfscrypt so I couldn't test pam_zfscrypt.

A patch file from https://github.com/void-linux/void-packages/pull/26845.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-zfs-26845.patch --]
[-- Type: text/x-diff, Size: 2403 bytes --]

From cbfa61d9ce825f9570736e6656037ea08bf387aa Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 30 Nov 2020 16:03:59 -0600
Subject: [PATCH 1/2] pam_zfscrypt: revbump against zfs

---
 srcpkgs/pam_zfscrypt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pam_zfscrypt/template b/srcpkgs/pam_zfscrypt/template
index caf4617a439..104ba6538bf 100644
--- a/srcpkgs/pam_zfscrypt/template
+++ b/srcpkgs/pam_zfscrypt/template
@@ -1,7 +1,7 @@
 # Template file for 'pam_zfscrypt'
 pkgname=pam_zfscrypt
 version=0.2.0
-revision=1
+revision=2
 wrksrc="zfscrypt-${version}"
 build_style=gnu-makefile
 make_use_env=yes

From b47ac1bddebe3c1f2662c8238e88fbaa04a5d40c Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 30 Nov 2020 16:03:25 -0600
Subject: [PATCH 2/2] zfs: update to 2.0.0

---
 common/shlibs        | 10 +++++-----
 srcpkgs/zfs/template |  4 ++--
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 186124d6b28..97457e5af3d 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3912,11 +3912,11 @@ 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
-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
+libzfs.so.4 zfs-2.0.0_1
+libnvpair.so.3 zfs-2.0.0_1
+libzfs_core.so.3 zfs-2.0.0_1
+libzpool.so.4 zfs-2.0.0_1
+libuutil.so.3 zfs-2.0.0_1
 libgmio.so gmio-0.4.1_1
 libjsonnet.so.0 jsonnet-0.14.0_2
 libjsonnet++.so.0 jsonnet-0.14.0_2
diff --git a/srcpkgs/zfs/template b/srcpkgs/zfs/template
index 0c8a5634e06..5c3f9fb87b4 100644
--- a/srcpkgs/zfs/template
+++ b/srcpkgs/zfs/template
@@ -1,6 +1,6 @@
 # Template file for 'zfs'
 pkgname=zfs
-version=0.8.5
+version=2.0.0
 revision=1
 build_style=gnu-configure
 configure_args="--with-config=user --with-mounthelperdir=/usr/bin
@@ -14,7 +14,7 @@ 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=dbb41d6b9c606a34ac93f4c19069fd6806ceeacb558f834f8a70755dadb7cd3d
+checksum=3403bf8e993f3c9d772f768142117df47bdbbb8e9bbf85a29c0e166f577f9311
 
 patch_args="-Np1"
 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Closed]: zfs: update to 2.0.0
  2020-11-30 22:21 [PR PATCH] zfs: update to 2.0.0 ndowens
@ 2020-11-30 22:30 ` ndowens
  2020-11-30 22:56 ` Vaelatern
  1 sibling, 0 replies; 3+ messages in thread
From: ndowens @ 2020-11-30 22:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 281 bytes --]

There's a closed pull request on the void-packages repository

zfs: update to 2.0.0
https://github.com/void-linux/void-packages/pull/26845

Description:
@Vaelatern 

I upgraded my system's ZFS to this version and rebooted. I dont use zfscrypt so I couldn't test pam_zfscrypt.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: zfs: update to 2.0.0
  2020-11-30 22:21 [PR PATCH] zfs: update to 2.0.0 ndowens
  2020-11-30 22:30 ` [PR PATCH] [Closed]: " ndowens
@ 2020-11-30 22:56 ` Vaelatern
  1 sibling, 0 replies; 3+ messages in thread
From: Vaelatern @ 2020-11-30 22:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 238 bytes --]

New comment by Vaelatern on void-packages repository

https://github.com/void-linux/void-packages/pull/26845#issuecomment-736105284

Comment:
It is in Void's policy to let other people find the bugs first... Let's wait a few days please.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-11-30 22:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-30 22:21 [PR PATCH] zfs: update to 2.0.0 ndowens
2020-11-30 22:30 ` [PR PATCH] [Closed]: " ndowens
2020-11-30 22:56 ` Vaelatern

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).