From unknown Sat Aug 16 20:56:10 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#73079 <73079@debbugs.gnu.org> To: bug#73079 <73079@debbugs.gnu.org> Subject: Status: [PATCH] gnu: zfs: Update to 2.2.6. Reply-To: bug#73079 <73079@debbugs.gnu.org> Date: Sun, 17 Aug 2025 03:56:10 +0000 retitle 73079 [PATCH] gnu: zfs: Update to 2.2.6. reassign 73079 guix-patches submitter 73079 Ashish SHUKLA severity 73079 normal tag 73079 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Sep 06 14:22:06 2024 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 From debbugs-submit-bounces@debbugs.gnu.org Fri Sep 06 14:32:40 2024 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 From unknown Sat Aug 16 20:56:10 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 05 Oct 2024 11:24:18 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator