GNU bug report logs - #67311
[PATCH] gnu: zfs: Update to 2.1.13.

Previous Next

Package: guix-patches;

Reported by: Kaelyn Takata <kaelyn.alexi <at> protonmail.com>

Date: Mon, 20 Nov 2023 20:26:01 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 67311 in the body.
You can then email your comments to 67311 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#67311; Package guix-patches. (Mon, 20 Nov 2023 20:26:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Kaelyn Takata <kaelyn.alexi <at> protonmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 20 Nov 2023 20:26:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Kaelyn Takata <kaelyn.alexi <at> protonmail.com>
To: guix-patches <at> gnu.org
Cc: Kaelyn Takata <kaelyn.alexi <at> protonmail.com>
Subject: [PATCH] gnu: zfs: Update to 2.1.13.
Date: Mon, 20 Nov 2023 20:25:19 +0000
* 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






Information forwarded to efraim <at> flashner.co.il, mail <at> cbaines.net, mail <at> nicolasgoaziou.fr, kaelyn.alexi <at> protonmail.com, guix-patches <at> gnu.org:
bug#67311; Package guix-patches. (Tue, 05 Dec 2023 20:05:02 GMT) Full text and rfc822 format available.

Message #8 received at 67311 <at> debbugs.gnu.org (full text, mbox):

From: antlers <antlers <at> illucid.net>
To: 67311 <at> debbugs.gnu.org
Cc: antlers <antlers <at> illucid.net>
Subject: [PATCH v2] gnu: zfs: Update to 2.1.14.
Date: Tue,  5 Dec 2023 20:02:54 +0000
* 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





Reply sent to Efraim Flashner <efraim <at> flashner.co.il>:
You have taken responsibility. (Mon, 18 Dec 2023 19:12:02 GMT) Full text and rfc822 format available.

Notification sent to Kaelyn Takata <kaelyn.alexi <at> protonmail.com>:
bug acknowledged by developer. (Mon, 18 Dec 2023 19:12:02 GMT) Full text and rfc822 format available.

Message #13 received at 67311-done <at> debbugs.gnu.org (full text, mbox):

From: Efraim Flashner <efraim <at> flashner.co.il>
To: antlers <antlers <at> illucid.net>
Cc: 67311-done <at> debbugs.gnu.org, kaelyn.alexi <at> protonmail.com,
 mail <at> nicolasgoaziou.fr, mail <at> cbaines.net
Subject: Re: [bug#67311] [PATCH v2] gnu: zfs: Update to 2.1.14.
Date: Mon, 18 Dec 2023 21:11:26 +0200
[Message part 1 (text/plain, inline)]
Thanks. Patch pushed!

-- 
Efraim Flashner   <efraim <at> 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
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 16 Jan 2024 12:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 114 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.