From unknown Sat Aug 16 18:38:28 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#73079] [PATCH] gnu: zfs: Update to 2.2.6. Resent-From: Ashish SHUKLA Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 06 Sep 2024 18:23:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 73079 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 73079@debbugs.gnu.org Cc: Ashish SHUKLA X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.172564692628837 (code B ref -1); Fri, 06 Sep 2024 18:23:02 +0000 Received: (at submit) by debbugs.gnu.org; 6 Sep 2024 18:22:06 +0000 Received: from localhost ([127.0.0.1]:54164 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1smdav-0007V2-M9 for submit@debbugs.gnu.org; Fri, 06 Sep 2024 14:22:06 -0400 Received: from lists.gnu.org ([209.51.188.17]:43264) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1smdaq-0007UY-It for submit@debbugs.gnu.org; Fri, 06 Sep 2024 14:22:03 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1smdaq-00050E-3D for guix-patches@gnu.org; Fri, 06 Sep 2024 14:22:00 -0400 Received: from anamika.lostca.se ([65.21.75.227]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1smdan-0006aN-Tx for guix-patches@gnu.org; Fri, 06 Sep 2024 14:21:59 -0400 Received: from localhost.localdomain (poincare.inet6.in [IPv6:2a0a:4cc0:1:12d4::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: abbe) by anamika.lostca.se (Postfix) with ESMTPSA id 91BD728464; Fri, 6 Sep 2024 18:21:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lostca.se; s=anamika; t=1725646906; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=PCI67eeQZEHurfVKawfs/pt2b7VKs2Xj+CcR4IgKVbo=; b=Te7GEwiXQZu/xGsmPia2NnKeNlbXh7isgLVRkS+SCh2p05t6n2mJUo/6RGMn36wuC9ePxg b1yYIO/BiJguH7QkRA6ZfVMRrdkabbJNeAvNQLHclTeK5gA3QRauH2aw+jOZ8vh3tgpgTe cg7LV0Lkg4LY1z15dsqwqh9CTLth/QM= From: Ashish SHUKLA Date: Fri, 6 Sep 2024 18:21:18 +0000 Message-ID: X-Mailer: git-send-email 2.46.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=65.21.75.227; envelope-from=ashish.is@lostca.se; helo=anamika.lostca.se X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * gnu/packages/file-systems.scm (zfs): Update to 2.2.6. Change-Id: Id3bb46523be5fdecfb803896c1320de48cc52b27 --- gnu/packages/file-systems.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm index 0d2359761a..3afabad9b3 100644 --- a/gnu/packages/file-systems.scm +++ b/gnu/packages/file-systems.scm @@ -14,6 +14,7 @@ ;;; Copyright © 2023 Aaron Covrig ;;; Copyright © 2024 Ahmad Draidi ;;; Copyright © 2024 Zheng Junjie <873216071@qq.com> +;;; Copyright © 2024 Ashish SHUKLA ;; ;;; This file is part of GNU Guix. ;;; @@ -1445,7 +1446,7 @@ (define-public xfstests (define-public zfs (package (name "zfs") - (version "2.2.5") + (version "2.2.6") (outputs '("out" "module" "src")) (source (origin @@ -1454,7 +1455,7 @@ (define-public zfs "/download/zfs-" version "/zfs-" version ".tar.gz")) (sha256 - (base32 "15w8s0f155kpylgdan56hgwc86fl1658br05dmyyhxfd55pwz213")))) + (base32 "19x2a8k25i3y6nr7nx5aaqrpnp55vjmrw86p06zpgpf578804bn9")))) (build-system linux-module-build-system) (arguments (list base-commit: 904631033ef8c5af94d3c2ec5e2762fdddf74c28 -- 2.46.0 From unknown Sat Aug 16 18:38:28 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Ashish SHUKLA Subject: bug#73079: closed (Re: [bug#73079] [PATCH] gnu: zfs: Update to 2.2.6.) Message-ID: References: <0964455E-784B-4E20-ABD2-18B0CE10E82A@tobias.gr> X-Gnu-PR-Message: they-closed 73079 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 73079@debbugs.gnu.org Date: Fri, 06 Sep 2024 18:33:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1725647582-31067-1" This is a multi-part message in MIME format... ------------=_1725647582-31067-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #73079: [PATCH] gnu: zfs: Update to 2.2.6. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 73079@debbugs.gnu.org. --=20 73079: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D73079 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1725647582-31067-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 73079-close) by debbugs.gnu.org; 6 Sep 2024 18:32:40 +0000 Received: from localhost ([127.0.0.1]:54175 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1smdlA-00084U-HM for submit@debbugs.gnu.org; Fri, 06 Sep 2024 14:32:40 -0400 Received: from tobias.gr ([80.241.217.52]:54648) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1smdl8-00084L-GQ for 73079-close@debbugs.gnu.org; Fri, 06 Sep 2024 14:32:39 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; s=2018; bh=cGsxCrg7XQ+A2 dGxQCqCwru+1NDqjREFoSzR+hXiesc=; h=references:in-reply-to:subject:to: from:date; d=tobias.gr; b=BEbVyJQ7A7C9BzHi5VqhFnsHehgQiwjenALuiwoxFkJA 02+H9b1lHR09gkqZfWfTBQsd3hm/Ke9oq9u3g29h4ecfLMbi6pJ3Gq1z6xLG6rf+jMlTfG 8o11c3y+Q+NCN/fjcb9tQwkaPilEPPdQuJydA5g8cFogH+k2TMHd48Shqu0VT0puSs+wE+ 4RmVF9zQtjeKs3rcUR5jvJYqWPXutu+ZnrLfHlWr2KbIeLEGtbMLNE2pBw7TIvXeR7NgLv zas9o1RVjQ56VRf2MG5Qci2vrSPvg2eds1f74q+Q/kooApCSd+OTxp/76GKwkYMUlhze7w +yfTIcZ8yxvqTGK09w== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id 4aa309dc (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Fri, 6 Sep 2024 18:32:32 +0000 (UTC) Date: Fri, 06 Sep 2024 18:32:30 +0000 From: Tobias Geerinckx-Rice To: Ashish SHUKLA , 73079-close@debbugs.gnu.org Subject: Re: [bug#73079] [PATCH] gnu: zfs: Update to 2.2.6. In-Reply-To: References: Message-ID: <0964455E-784B-4E20-ABD2-18B0CE10E82A@tobias.gr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 73079-close X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi Ashish, Thanks! Another patch updating ZFS to the same version was submitted as <= https://issues=2Eguix=2Egnu=2Eorg/73074> so I'm closing this one=2E Sorry = for the duplicate work=2E=2E=2E Kind regards, T G-R Sent on the go=2E Excuse or enjoy my brevity=2E ------------=_1725647582-31067-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 6 Sep 2024 18:22:06 +0000 Received: from localhost ([127.0.0.1]:54164 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1smdav-0007V2-M9 for submit@debbugs.gnu.org; Fri, 06 Sep 2024 14:22:06 -0400 Received: from lists.gnu.org ([209.51.188.17]:43264) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1smdaq-0007UY-It for submit@debbugs.gnu.org; Fri, 06 Sep 2024 14:22:03 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1smdaq-00050E-3D for guix-patches@gnu.org; Fri, 06 Sep 2024 14:22:00 -0400 Received: from anamika.lostca.se ([65.21.75.227]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1smdan-0006aN-Tx for guix-patches@gnu.org; Fri, 06 Sep 2024 14:21:59 -0400 Received: from localhost.localdomain (poincare.inet6.in [IPv6:2a0a:4cc0:1:12d4::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: abbe) by anamika.lostca.se (Postfix) with ESMTPSA id 91BD728464; Fri, 6 Sep 2024 18:21:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lostca.se; s=anamika; t=1725646906; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=PCI67eeQZEHurfVKawfs/pt2b7VKs2Xj+CcR4IgKVbo=; b=Te7GEwiXQZu/xGsmPia2NnKeNlbXh7isgLVRkS+SCh2p05t6n2mJUo/6RGMn36wuC9ePxg b1yYIO/BiJguH7QkRA6ZfVMRrdkabbJNeAvNQLHclTeK5gA3QRauH2aw+jOZ8vh3tgpgTe cg7LV0Lkg4LY1z15dsqwqh9CTLth/QM= From: Ashish SHUKLA To: guix-patches@gnu.org Subject: [PATCH] gnu: zfs: Update to 2.2.6. Date: Fri, 6 Sep 2024 18:21:18 +0000 Message-ID: X-Mailer: git-send-email 2.46.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=65.21.75.227; envelope-from=ashish.is@lostca.se; helo=anamika.lostca.se X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: Ashish SHUKLA X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * gnu/packages/file-systems.scm (zfs): Update to 2.2.6. Change-Id: Id3bb46523be5fdecfb803896c1320de48cc52b27 --- gnu/packages/file-systems.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm index 0d2359761a..3afabad9b3 100644 --- a/gnu/packages/file-systems.scm +++ b/gnu/packages/file-systems.scm @@ -14,6 +14,7 @@ ;;; Copyright © 2023 Aaron Covrig ;;; Copyright © 2024 Ahmad Draidi ;;; Copyright © 2024 Zheng Junjie <873216071@qq.com> +;;; Copyright © 2024 Ashish SHUKLA ;; ;;; This file is part of GNU Guix. ;;; @@ -1445,7 +1446,7 @@ (define-public xfstests (define-public zfs (package (name "zfs") - (version "2.2.5") + (version "2.2.6") (outputs '("out" "module" "src")) (source (origin @@ -1454,7 +1455,7 @@ (define-public zfs "/download/zfs-" version "/zfs-" version ".tar.gz")) (sha256 - (base32 "15w8s0f155kpylgdan56hgwc86fl1658br05dmyyhxfd55pwz213")))) + (base32 "19x2a8k25i3y6nr7nx5aaqrpnp55vjmrw86p06zpgpf578804bn9")))) (build-system linux-module-build-system) (arguments (list base-commit: 904631033ef8c5af94d3c2ec5e2762fdddf74c28 -- 2.46.0 ------------=_1725647582-31067-1--