unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#67311] [PATCH] gnu: zfs: Update to 2.1.13.
@ 2023-11-20 20:25 Kaelyn Takata via Guix-patches via
  2023-12-05 20:02 ` [bug#67311] [PATCH v2] gnu: zfs: Update to 2.1.14 antlers via Guix-patches via
  0 siblings, 1 reply; 3+ messages in thread
From: Kaelyn Takata via Guix-patches via @ 2023-11-20 20:25 UTC (permalink / raw)
  To: 67311; +Cc: Kaelyn Takata

* gnu/packages/file-systems.scm (zfs): Update to 2.1.13.

Change-Id: I695bbdb2b62e8bae298f3573935c37c54114c435
---
 gnu/packages/file-systems.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm
index bc061a5958..dad4064f31 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -1365,7 +1365,7 @@ (define-public xfstests
 (define-public zfs
   (package
     (name "zfs")
-    (version "2.1.12")
+    (version "2.1.13")
     (outputs '("out" "module" "src"))
     (source
       (origin
@@ -1374,7 +1374,7 @@ (define-public zfs
                               "/download/zfs-" version
                               "/zfs-" version ".tar.gz"))
           (sha256
-           (base32 "0vbf9kfryprb2mbb65jllf6xpsy44xskshglyqqwj4iyxmma5nk4"))))
+           (base32 "1g9a6127r1vhf30ylaj1ykmlzv4b3wfxgz7jxpi585dw7jxlrch6"))))
     (build-system linux-module-build-system)
     (arguments
      (list

base-commit: d20ece07dbb09382f361c8bbf0bcab9e83d8b73e
-- 
2.41.0






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

* [bug#67311] [PATCH v2] gnu: zfs: Update to 2.1.14.
  2023-11-20 20:25 [bug#67311] [PATCH] gnu: zfs: Update to 2.1.13 Kaelyn Takata via Guix-patches via
@ 2023-12-05 20:02 ` antlers via Guix-patches via
  2023-12-18 19:11   ` bug#67311: " Efraim Flashner
  0 siblings, 1 reply; 3+ messages in thread
From: antlers via Guix-patches via @ 2023-12-05 20:02 UTC (permalink / raw)
  To: 67311; +Cc: antlers, efraim, mail, mail, kaelyn.alexi

* gnu/packages/file-systems.scm (zfs): Update to 2.1.14.

Change-Id: I696467868924f1135ba678e8e743955d3767618f
---

This week's update contains the backported fix for the recent file-system
corruption bug.

I thought I had an issue because it doesn't build against linux-libre, but that
was true of the version 2.1.12 as well; I presume the status-quo is that anyone
using this package should define a variant against their current kernel by
setting the #:linux build-system argument, and can confirm that this patch
builds against linux-libre-lts as of GNU Guix 6ab6c02a.

Thanks to everyone who's been helping keep this up to date!

 gnu/packages/file-systems.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm
index bc061a5958..05074b2eb4 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -1365,7 +1365,7 @@ (define-public xfstests
 (define-public zfs
   (package
     (name "zfs")
-    (version "2.1.12")
+    (version "2.1.14")
     (outputs '("out" "module" "src"))
     (source
       (origin
@@ -1374,7 +1374,7 @@ (define-public zfs
                               "/download/zfs-" version
                               "/zfs-" version ".tar.gz"))
           (sha256
-           (base32 "0vbf9kfryprb2mbb65jllf6xpsy44xskshglyqqwj4iyxmma5nk4"))))
+           (base32 "0gzansmin40llxxh2zkgpdyp41ikd8s5hv5mpwhpcivk1q8fv7sh"))))
     (build-system linux-module-build-system)
     (arguments
      (list

base-commit: 6ab6c02affbfe921241fe07e7554b5a0ab39587e
-- 
2.41.0





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

* bug#67311: [PATCH v2] gnu: zfs: Update to 2.1.14.
  2023-12-05 20:02 ` [bug#67311] [PATCH v2] gnu: zfs: Update to 2.1.14 antlers via Guix-patches via
@ 2023-12-18 19:11   ` Efraim Flashner
  0 siblings, 0 replies; 3+ messages in thread
From: Efraim Flashner @ 2023-12-18 19:11 UTC (permalink / raw)
  To: antlers; +Cc: 67311-done, kaelyn.alexi, mail, mail

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

Thanks. Patch pushed!

-- 
Efraim Flashner   <efraim@flashner.co.il>   רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2023-12-18 19:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-20 20:25 [bug#67311] [PATCH] gnu: zfs: Update to 2.1.13 Kaelyn Takata via Guix-patches via
2023-12-05 20:02 ` [bug#67311] [PATCH v2] gnu: zfs: Update to 2.1.14 antlers via Guix-patches via
2023-12-18 19:11   ` bug#67311: " Efraim Flashner

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).