From debbugs-submit-bounces@debbugs.gnu.org Fri May 02 07:30:39 2025 Received: (at submit) by debbugs.gnu.org; 2 May 2025 11:30:39 +0000 Received: from localhost ([127.0.0.1]:56992 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uAobH-0003Rc-Bg for submit@debbugs.gnu.org; Fri, 02 May 2025 07:30:39 -0400 Received: from lists.gnu.org ([2001:470:142::17]:36734) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uAobE-00035A-Cw for submit@debbugs.gnu.org; Fri, 02 May 2025 07:30:36 -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 1uAob6-0001Jj-JV for guix-patches@gnu.org; Fri, 02 May 2025 07:30:29 -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 1uAoay-00042i-Sh for guix-patches@gnu.org; Fri, 02 May 2025 07:30:26 -0400 Received: from bob.inet6.fi (bob.inet6.fi [IPv6:2a0a:4cc0:0:1325::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 85F071E5B8; Fri, 2 May 2025 11:30:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lostca.se; s=anamika; t=1746185408; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=YkyWPuOM9WZ0r2C2OVgL9UBoTss7YFjJE8d7Kg6Hzl4=; b=dl3RxWkerkcM2Pbe/aQuIqJ0fORV282COoDexBrHwRGWsaiFFJ514YLBV4wjKFJJ3g3BOE 5Jw/iRM+2WR7cgc77wNT6kxzNS0eHlWB5+3AJ0sQkokpFtuWRWpahJwiAZwOFaSeigqwvg e1bP7ZUj7iy1MlDrZlUtHDfjavCv4WY= From: Ashish SHUKLA To: guix-patches@gnu.org Subject: [PATCH] gnu: zfs: Update to 2.3.2. Date: Fri, 2 May 2025 11:29:29 +0000 Message-ID: <3ea5c0b34969fba7e164241dd91a897e95151636.1746185369.git.ashish.is@lostca.se> X-Mailer: git-send-email 2.49.0 MIME-Version: 1.0 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, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) 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: -0.1 (/) * gnu/packages/file-systems.scm (zfs): Update to 2.3.2. Change-Id: I0765e7c9ede5a630bfc0985a484d93e810a4d528 --- 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 73d9b50f4f..a21679b954 100644 --- a/gnu/packages/file-systems.scm +++ b/gnu/packages/file-systems.scm @@ -1696,7 +1696,7 @@ (define-public xfstests (define-public zfs (package (name "zfs") - (version "2.3.1") + (version "2.3.2") (outputs '("out" "module" "src")) (source (origin @@ -1705,7 +1705,7 @@ (define-public zfs "/download/zfs-" version "/zfs-" version ".tar.gz")) (sha256 - (base32 "01lh3yxzh271hzzlgn4b5rj3wb4ckbhx08kfcgf0p4l6jdwk6ch5")))) + (base32 "12kmp23qs6ss8m0paa7bija0cxqn1r2if1j1pxak7v23jn565nl0")))) (build-system linux-module-build-system) (arguments (list base-commit: 3ca90163f7c232ab5f093f824be9e8e07b9f4ddd -- 2.49.0 From debbugs-submit-bounces@debbugs.gnu.org Fri May 02 23:40:58 2025 Received: (at submit) by debbugs.gnu.org; 3 May 2025 03:40:58 +0000 Received: from localhost ([127.0.0.1]:36240 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uB3kI-0006rt-1D for submit@debbugs.gnu.org; Fri, 02 May 2025 23:40:58 -0400 Received: from lists.gnu.org ([2001:470:142::17]:49024) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uB3kF-0006rU-9y for submit@debbugs.gnu.org; Fri, 02 May 2025 23:40:55 -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 1uB3k9-0000at-W7 for guix-patches@gnu.org; Fri, 02 May 2025 23:40:50 -0400 Received: from mail.z572.online ([88.99.160.180]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1uB3k8-0008N2-ES for guix-patches@gnu.org; Fri, 02 May 2025 23:40:49 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=z572.online; s=me; t=1746244053; 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: in-reply-to:in-reply-to:references:references; bh=8tTUJpOM4xkbleXKHuruF4Yrj/GyxQjfoR73Z86N3dI=; b=OYHyy2i05Cg4fOssumMIxS7P1nttmeRdfOCuZwG2CXn0SGp55PdXbmKjN7b/nZh6q83hA5 VoABV9YSYD2FuKj+cD1Q4wqacjFXyGsd96y6exgWAdFG6cTtl2ZNNBV5FQpZp/bPd0hZ+L wR0+04rH/q4SGYBJkKRZLD0UszntUKM= Received: from m ( [115.195.126.104]) by mail.z572.online (OpenSMTPD) with ESMTPSA id 2b0cb307 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Sat, 3 May 2025 03:47:32 +0000 (UTC) From: Z572 To: Ashish SHUKLA via Guix-patches via Subject: Re: [bug#78208] [PATCH] gnu: zfs: Update to 2.3.2. In-Reply-To: <3ea5c0b34969fba7e164241dd91a897e95151636.1746185369.git.ashish.is@lostca.se> (Ashish SHUKLA via Guix-patches via's message of "Fri, 2 May 2025 11:29:29 +0000") References: <3ea5c0b34969fba7e164241dd91a897e95151636.1746185369.git.ashish.is@lostca.se> User-Agent: mu4e 1.12.9; emacs 30.0.92 Date: Sat, 03 May 2025 11:40:34 +0800 Message-ID: <87jz6y4b0t.fsf@z572.online> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=88.99.160.180; envelope-from=z572@z572.online; helo=mail.z572.online X-Spam_score_int: -15 X-Spam_score: -1.6 X-Spam_bar: - X-Spam_report: (-1.6 / 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, FROM_SUSPICIOUS_NTLD=0.498, PDS_OTHER_BAD_TLD=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.5 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Ashish SHUKLA via Guix-patches via writes: > * gnu/packages/file-systems.scm (zfs): Update to 2.3.2. > > Change-Id: I0765e7c9ede5a630bfc0985a484d93e810a4d528 > --- > gnu/packages/file-systems.scm | 4 ++-- > 1 file changed, 2 insertions(+), 2 d [...] Content analysis details: (1.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [2001:470:142:0:0:0:0:17 listed in] [list.dnswl.org] 0.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: z572.online (online)] 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD X-Debbugs-Envelope-To: submit Cc: 78208-done@debbugs.gnu.org, 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: 1.5 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Ashish SHUKLA via Guix-patches via writes: > * gnu/packages/file-systems.scm (zfs): Update to 2.3.2. > > Change-Id: I0765e7c9ede5a630bfc0985a484d93e810a4d528 > --- > gnu/packages/file-systems.scm | 4 ++-- > 1 file changed, 2 insertions(+), 2 d [...] Content analysis details: (1.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [2001:470:142:0:0:0:0:17 listed in] [list.dnswl.org] 0.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: z572.online (online)] 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 1.0 BULK_RE_SUSP_NTLD Precedence bulk and RE: from a suspicious TLD -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager --=-=-= Content-Type: text/plain Ashish SHUKLA via Guix-patches via writes: > * gnu/packages/file-systems.scm (zfs): Update to 2.3.2. > > Change-Id: I0765e7c9ede5a630bfc0985a484d93e810a4d528 > --- > 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 73d9b50f4f..a21679b954 100644 > --- a/gnu/packages/file-systems.scm > +++ b/gnu/packages/file-systems.scm > @@ -1696,7 +1696,7 @@ (define-public xfstests > (define-public zfs > (package > (name "zfs") > - (version "2.3.1") > + (version "2.3.2") > (outputs '("out" "module" "src")) > (source > (origin > @@ -1705,7 +1705,7 @@ (define-public zfs > "/download/zfs-" version > "/zfs-" version ".tar.gz")) > (sha256 > - (base32 "01lh3yxzh271hzzlgn4b5rj3wb4ckbhx08kfcgf0p4l6jdwk6ch5")))) > + (base32 "12kmp23qs6ss8m0paa7bija0cxqn1r2if1j1pxak7v23jn565nl0")))) > (build-system linux-module-build-system) > (arguments > (list > > base-commit: 3ca90163f7c232ab5f093f824be9e8e07b9f4ddd pushed, closing. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEfr6klGDOXiwIdX/bO1qpk+Gi3/AFAmgVkDIACgkQO1qpk+Gi 3/CZWg/+JHQxuMXqlBrbJRdknWe83Qspe/qqFWx0s5PrLuL3lLpCBvsgLxFSPt0C +dwoL6F9mpyQj5+LhIMKeZDFB6//LKrTW5MIVpWw3/omCeqM3OQ2zDdh+OeC1r7S FxAW/7LD8UOgPiqd2bBmi/sSz3nP0JqvcP123KhxUavDROK8W57HF9sboRePtFIT +RiYRIxmfwiAyfZoQonM0hfmpRW2l024KZjxk/1D4txwuVNiIIvYgoAHawW7eOii j8QPIbGsi0aG95p6V6aQjOETxGUml6RO8MUV8/dADUyILtH4wx6b2REKH7zIg506 PMk/WbN5mu4kr3OCziDubUoHz8eovGiyJ8Ki+yu+h481zet+FtZUjwiMrDXaHN83 abh4r4juOeFg98yfbI5YXqxFkV3wP/UJDzlUkrQvDueQ9/VAJ2OGVLgesN+8o4q1 BnaLltz0Ej3xQ/uWSg2WN/9EHXV8F/CjdWaSFYrNpRn1RSwoF+x4y09RQ2pegGjW izfbybgXmAUZK/6jNBaTOjD+t5yydn382a/U8KmVLZYbUWvoeuin+6GfHlh7nVcY S6lqUcoWGV0G7/gYrNfUxlqpAtnqXNrtlHnlUN0SnSdi6DLrlcAFcMhitpxyLKim HYeqX5VAInRCBAoCaSLhwZhTx7N9pOlRBbzZkJevHQnFF9ymG48= =S2T9 -----END PGP SIGNATURE----- --=-=-=-- From unknown Mon Aug 18 19:34:31 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, 31 May 2025 11:24:07 +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