From unknown Thu Aug 14 21:56:27 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#46454 <46454@debbugs.gnu.org> To: bug#46454 <46454@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Update zfs. Reply-To: bug#46454 <46454@debbugs.gnu.org> Date: Fri, 15 Aug 2025 04:56:27 +0000 retitle 46454 [PATCH] gnu: Update zfs. reassign 46454 guix-patches submitter 46454 raid5atemyhomework severity 46454 normal tag 46454 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 11 21:23:41 2021 Received: (at submit) by debbugs.gnu.org; 12 Feb 2021 02:23:42 +0000 Received: from localhost ([127.0.0.1]:59637 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lAO7R-0005bK-LS for submit@debbugs.gnu.org; Thu, 11 Feb 2021 21:23:41 -0500 Received: from lists.gnu.org ([209.51.188.17]:49126) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lAO7N-0005bA-R0 for submit@debbugs.gnu.org; Thu, 11 Feb 2021 21:23:40 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:48912) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lAO7N-0004fs-Ae for guix-patches@gnu.org; Thu, 11 Feb 2021 21:23:37 -0500 Received: from mail-40132.protonmail.ch ([185.70.40.132]:55581) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lAO7K-00031I-Sd for guix-patches@gnu.org; Thu, 11 Feb 2021 21:23:36 -0500 Date: Fri, 12 Feb 2021 02:23:23 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1613096609; bh=kmINbLCc9qTl4eb861USYKzpQEWFp8ECwaX+rilaHt4=; h=Date:To:From:Reply-To:Subject:From; b=RH3Sv4feGnMYrh4ZFFF1FlLrUWrwGzdgb56Il9gXzpz3GEFm/xi9Ix/LSBiEn/9aS 9AXyaHikb6vokWIJuMSMXCppAm0GmV3sFHP0sCTVUBr07sCg6TfawzYy9C32W0EWGL TWVVmevxuG98KtnTxkEL6MdB4XFVZrXz2Cmr2HTo= To: Guix Patches From: raid5atemyhomework Subject: [PATCH] gnu: Update zfs. Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.2 required=10.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM shortcircuit=no autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mailout.protonmail.ch Received-SPF: pass client-ip=185.70.40.132; envelope-from=raid5atemyhomework@protonmail.com; helo=mail-40132.protonmail.ch X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.4 (/) X-Debbugs-Envelope-To: submit 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: , Reply-To: raid5atemyhomework Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) Please prioritize, as this release fixes a (minor and low-probability) secu= rity issue: https://github.com/openzfs/zfs/issues/11474#issuecomment-775383= 738 Upstream even released this point release "early" in order to get this = fix deployed, we should do same over in Guix. Minimally tested with `guix build zfs`. Given that the difference from 2.0= .2 is very tiny (the only substantive change is the fix to the above issue,= this point release only exists to fix that one issue), I expect no particu= lar problems updating in Guix. >From 753ecc32252b8b7d3e806ed7a16b2771c6b78559 Mon Sep 17 00:00:00 2001 From: raid5atemyhomework Date: Fri, 12 Feb 2021 10:09:56 +0800 Subject: [PATCH] gnu: Update zfs. * gnu/packages/file-systems.scm (zfs): Update to 2.0.3. --- 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 b7321addd4..118e0d9faf 100644 --- a/gnu/packages/file-systems.scm +++ b/gnu/packages/file-systems.scm @@ -847,7 +847,7 @@ APFS.") (define-public zfs (package (name "zfs") - (version "2.0.2") + (version "2.0.3") (outputs '("out" "module" "src")) (source (origin @@ -856,7 +856,7 @@ APFS.") "/download/zfs-" version "/zfs-" version ".tar.gz")) (sha256 - (base32 "090b2pp0cgzkjcnbjf8ms28dah5dff8s04q31z62czapwiy0drdx")= ))) + (base32 "0fg5hz1yy2z5ah0hzjv3xy5vcg1c214rps90dr80lfkalx5gd506")= ))) (build-system linux-module-build-system) (arguments `(;; The ZFS kernel module should not be downloaded since the license -- 2.30.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 12 00:55:36 2021 Received: (at 46454-done) by debbugs.gnu.org; 12 Feb 2021 05:55:36 +0000 Received: from localhost ([127.0.0.1]:59742 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lARQW-00027W-A2 for submit@debbugs.gnu.org; Fri, 12 Feb 2021 00:55:36 -0500 Received: from mail-oln040092253045.outbound.protection.outlook.com ([40.92.253.45]:54927 helo=APC01-SG2-obe.outbound.protection.outlook.com) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lARQU-00027I-7u for 46454-done@debbugs.gnu.org; Fri, 12 Feb 2021 00:55:35 -0500 ARC-Seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=e23aWSSRV8mTb95/gRR2fWYPlv/ZqoUnpmqqvaY9SlZLlFFUT6yTDsjuNPjiLfhsd2kAEDBN9PzRRko+22WgAc3By+EmrMjQMx6BdPPIS2eRr2KQLIU2en03TZuuswvL5NfTGSdCAJVD8PivZC95yv9CIJhT8X2R7QEJ0AP7yitjAuw6dOYXR8VabLvUHuAoojExfu4yKK/bsXQXor/Z+IveRhfUofElMUWDihf8FuLhGovRyRuIxWSSmgQT30vIEmShBGcnyntQpJcrma4gjoQJ+XIBcc7/xdPxKC73Pi6X5uOHTW/8dGuwQTI2zXsrZGDrWKlA3umhVdRaUMSJoA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=+u/JnGoLY+pfUxZf6xD/yDoN23+/gCTajBWeidgb654=; b=gFJjBIEyDvkZP5RzE1KDoaCZrB9uO5Z4Il46YTRyULiQVW0RNNtHeLESFGJJ7HfhBryssXX9zp5M0eErqRA7VbhaGoxUm78/R9DApBR2Oz5khNqSat5qPLCxdOxI8MYQFn48xVaKFZLMFXTmlTj7WKo+++JYUjoeJ+FD1hhVce6FmnuZkWpr3ezHh0VP2qzCYfaPuVHcZP0Y5HAcPX43ccLfkTKXobAAL6dYi7bAEb9wcZg8DPi4vnhUT67mY+GelBvLhbvx7EoPXomzrauOn8/cC+opWxx4/8byNq6hKla2Cwq+lEK74yN0WWcnduvhhlqIpYef3eZj/Sp22iTXJQ== ARC-Authentication-Results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; arc=none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=outlook.com; s=selector1; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=+u/JnGoLY+pfUxZf6xD/yDoN23+/gCTajBWeidgb654=; b=o8nEg7k4TqwHAG/8S7vH5c5pqY+5MDO2DcjxJzV13JXhV+i5MywTAsy0EMo0hWr7RPt+SkpfoC+gCaTjF19XI5WICCusppT1PlObK5tcj7vaz5TVoHpEyqY/Ns96RKpI2oz5tjvYnw4D4e7ed9Dk64UFRjtWK/E8xi//5GK1Y4wlFelPLJmtmvCA8X8o1UwHP42Up+2VkMyV4QBEKvLjLPh1t3dHLpDx5WbqGEKPVNwSa6aBaa1UXXCH6Wbsovqv3X3SDS+gnSgfZ13fQnhRQKMMp7ZHuPIf7fNMcnN3erAk2910Nq1ttKST0uF0DDb3mosgp7sRD+HPbehAlV1SPw== Received: from SG2APC01FT005.eop-APC01.prod.protection.outlook.com (2a01:111:e400:7ebd::43) by SG2APC01HT018.eop-APC01.prod.protection.outlook.com (2a01:111:e400:7ebd::247) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.3846.25; Fri, 12 Feb 2021 05:55:21 +0000 Received: from OSZP286MB0664.JPNP286.PROD.OUTLOOK.COM (2a01:111:e400:7ebd::52) by SG2APC01FT005.mail.protection.outlook.com (2a01:111:e400:7ebd::147) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.3846.25 via Frontend Transport; Fri, 12 Feb 2021 05:55:21 +0000 X-IncomingTopHeaderMarker: OriginalChecksum:7E24EFDEB3A5C02BB20D2C7E037A6A1056E372586DC96B6267753BA5D17FB73B; UpperCasedChecksum:C4F2695DD7A6F819133F2A123E5E8DEBDE338C2742ADC55C490557DBF801DFF0; SizeAsReceived:7724; Count:46 Received: from OSZP286MB0664.JPNP286.PROD.OUTLOOK.COM ([fe80::4987:bbf2:2bff:6b22]) by OSZP286MB0664.JPNP286.PROD.OUTLOOK.COM ([fe80::4987:bbf2:2bff:6b22%5]) with mapi id 15.20.3846.031; Fri, 12 Feb 2021 05:55:21 +0000 From: =?utf-8?B?5a6L5paH5q2m?= To: raid5atemyhomework Subject: Re: [bug#46454] [PATCH] gnu: Update zfs. References: Date: Fri, 12 Feb 2021 13:57:00 +0800 In-Reply-To: (raid5atemyhomework@protonmail.com's message of "Fri, 12 Feb 2021 02:23:23 +0000") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) Content-Type: text/plain X-TMN: [nAJdjgkK5IweZl5elp3L9tg3SZ1l7NusIrUGUGMeG7EF68vN8ls7q610wvdTjEL1] X-ClientProxiedBy: AM8P192CA0016.EURP192.PROD.OUTLOOK.COM (2603:10a6:20b:21b::21) To OSZP286MB0664.JPNP286.PROD.OUTLOOK.COM (2603:1096:604:ec::11) X-Microsoft-Original-Message-ID: <87czx5ygk3.fsf@outlook.com> MIME-Version: 1.0 X-MS-Exchange-MessageSentRepresentingType: 1 Received: from localhost (2409:8a62:378:f4a0:2f1:f5ff:fe18:6bb) by AM8P192CA0016.EURP192.PROD.OUTLOOK.COM (2603:10a6:20b:21b::21) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.3846.25 via Frontend Transport; Fri, 12 Feb 2021 05:55:19 +0000 X-MS-PublicTrafficType: Email X-IncomingHeaderCount: 46 X-EOPAttributedMessage: 0 X-MS-Office365-Filtering-Correlation-Id: ba125a3a-b5b5-4b9a-0f36-08d8cf1ac85b X-MS-TrafficTypeDiagnostic: SG2APC01HT018: X-Microsoft-Antispam: BCL:0; X-Microsoft-Antispam-Message-Info: aonJ7M616iWxseeAGjOzkdrxIaw6DVj6UyZ2qEw8oY7FsDXloK9pR7quAj7RDOUV9EIU8Dyh9nURmo7MMcQk2vdP/s6zxVZbDfNytyfXWazqz9TceNpSrr22FLvszS+3w5e5RQ+8/Xsf8VzwvIttHQCCFwbLIwc6cqooWLtCou4zpkyIPj0xe34fyYlZnhcwYxSIBjjpfcpAyEHrhF5lPcmNq6gnTncsLeidq5KObsom/DFTwCNf+A7+HZLCmCutpThuiPwu1tjcW98Uoa24p3fJXthQEcfuxxh2JMi8Bhv3VYUHUfar5TpOnqsdD0aujIpdpXhnhwqNmCKBIlpwDZDWYOWoqAOZd9ABo1ccELpoAPFOOuNeXX3VXvNii3WCQdmYfEefo7V77vzAQIVlvg== X-MS-Exchange-AntiSpam-MessageData: YQUY7k3+0AA6Vkj6ZKCeDfu5Iu1N4vdkR3CQZeHKE0TemnE7b6RY/U2TxwfSw/bTEWDRp9SvVd6uYd2IIlpEdITVJFhxE+uIHivTVBe7MogoY4ZycI9ica1aQ+q4WShH5Wk/AFk+6r4vw8Pgzzh+U2IiLjDXP7aXGMQZxo3BdXr0l/4Ug227lQ5T0KqvQKB0ktXsrMVG9Q17iptwwvdBZw== X-OriginatorOrg: outlook.com X-MS-Exchange-CrossTenant-Network-Message-Id: ba125a3a-b5b5-4b9a-0f36-08d8cf1ac85b X-MS-Exchange-CrossTenant-OriginalArrivalTime: 12 Feb 2021 05:55:21.2954 (UTC) X-MS-Exchange-CrossTenant-FromEntityHeader: Hosted X-MS-Exchange-CrossTenant-Id: 84df9e7f-e9f6-40af-b435-aaaaaaaaaaaa X-MS-Exchange-CrossTenant-AuthSource: SG2APC01FT005.eop-APC01.prod.protection.outlook.com X-MS-Exchange-CrossTenant-AuthAs: Anonymous X-MS-Exchange-CrossTenant-FromEntityHeader: Internet X-MS-Exchange-CrossTenant-RMS-PersistedConsumerOrg: 00000000-0000-0000-0000-000000000000 X-MS-Exchange-Transport-CrossTenantHeadersStamped: SG2APC01HT018 X-Spam-Score: 2.0 (++) 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: raid5atemyhomework writes: > * gnu/packages/file-systems.scm (zfs): Update to 2.0.3. Pushed, thank you! Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (iyzsong[at]outlook.com) -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [40.92.253.45 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [40.92.253.45 listed in wl.mailspike.net] 2.0 PDS_TONAME_EQ_TOLOCAL_SHORT Short body with To: name matches everything in local email 0.0 MSGID_FROM_MTA_HEADER Message-Id was added by a relay X-Debbugs-Envelope-To: 46454-done Cc: 46454-done@debbugs.gnu.org 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 (+) raid5atemyhomework writes: > * gnu/packages/file-systems.scm (zfs): Update to 2.0.3. Pushed, thank you! From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 13 10:00:01 2021 Received: (at 46454) by debbugs.gnu.org; 13 Feb 2021 15:00:02 +0000 Received: from localhost ([127.0.0.1]:34843 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lAwOv-0004wt-NY for submit@debbugs.gnu.org; Sat, 13 Feb 2021 10:00:01 -0500 Received: from tobias.gr ([80.241.217.52]:33292) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lAwOq-0004we-8G for 46454@debbugs.gnu.org; Sat, 13 Feb 2021 10:00:00 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tobias.gr; s=2018; bh=SfU4yM7HXfx0Ay0WkH2P20gqFy86vzyx3NanimNoHFs=; h=references: in-reply-to:subject:cc:to:from:date; b=ivhCLIhOtOsHSn6zFpf2gwAfdj8PTKe JnFGqivF7QGz5EtN0y+zmRwwpASrnaQ8VoC4ADBe7PZ6VcqtPn16swsAdScIJk4cgs5bGv dOJW/HIenu9vT4TQh1kcz2QNOn+mLO2O+dQXnVPHCqNYjhP1BdW+HuIe+kaOVakFl8MH76 9tQs11sfqobqaYeaRXKh1a2fCv5eTzzXheqkVYCnklccDVGD2aFkHuWc4/aG3uMLcVmxSO nqj5IDw/3GJYQUp0k4EG6yza0VL2/+T2rh0kCo6oLQsBqdHhvz3APVMdxKb6j+kjoQdkyO g4SMJoufPJY4LoyD9z0T+dUXbstLBvg== Received: by submission.tobias.gr (OpenSMTPD) with ESMTP id ca8ce9ef; Sat, 13 Feb 2021 15:00:41 +0000 (UTC) MIME-Version: 1.0 Date: Sat, 13 Feb 2021 16:00:41 +0100 From: Tobias Geerinckx-Rice To: raid5atemyhomework Subject: Re: [bug#46454] [PATCH] gnu: Update zfs. In-Reply-To: References: Message-ID: <03733f98441a3ebe876a5dfd0c1d8494@tobias.gr> Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 46454 Cc: 46454@debbugs.gnu.org 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: -3.3 (---) RAID, On 2021-02-12 3:23, raid5atemyhomework via Guix-patches via wrote: > Please prioritize, as this release fixes a (minor and low-probability) > security issue: Thank you very much for taking care of this! To ensure that security updates stand out more, both on the list and in the commit log, please use our (de facto?) standard commit message format. Instead of gnu: Update zfs. write gnu: zfs: Update 2.0.3 [fixes CVE-0000-001]. or, if no CVE (or equivalent like TROVE) has yet been assigned: gnu: zfs: Update 2.0.3 [security fixes]. Also note the changes to the rest of the subject. Using this exact format makes it easi(er) to grep/automate the git log. Everyone doing their own thing makes it hard. Kind regards, T G-R Sent from a Web browser. Excuse or enjoy my brevity. From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 13 11:17:52 2021 Received: (at 46454) by debbugs.gnu.org; 13 Feb 2021 16:17:52 +0000 Received: from localhost ([127.0.0.1]:34921 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lAxcG-0006rq-LS for submit@debbugs.gnu.org; Sat, 13 Feb 2021 11:17:52 -0500 Received: from tobias.gr ([80.241.217.52]:36480) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lAxcD-0006rf-PK for 46454@debbugs.gnu.org; Sat, 13 Feb 2021 11:17:50 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tobias.gr; s=2018; bh=t6XE5OBEifAuk6WqZ/YUHHU/WSMUQ5GvkO3EsNpFsiQ=; h=references: in-reply-to:subject:to:from:date; b=jUL/eDVJ+oCEoO1NHU2MPYT4RTJlzNFNdu OKqFXhajSOccL9zuabSpAHHmanHQYaMA6PtHuBKJNYaOvrwKHneP/MSzO8OtkKI/CxiDyK jQ0zZiaaRjgry3ljmPE/mRCTBHiVgmqWUbispUJhrmVPeHNTD7bfGAbPuqpz5n9bGnegEZ AGbOUXbrIDSeeX+2H15ZVA9RDL+d+h53St00MpJkSjuoTVVx53MDJmQ+GXOX61D45iyUip krn6SHr41mXLmXRmRRnPV4vSkac4gc7Tx1S/3c/wwzZUmdkpgw6GV8tdGfy7jYOh8hYyiV f4xi76r6U0dtBOl+nsRALX7gltaQ== Received: by submission.tobias.gr (OpenSMTPD) with ESMTP id 90b9e680 for <46454@debbugs.gnu.org>; Sat, 13 Feb 2021 16:18:35 +0000 (UTC) MIME-Version: 1.0 Date: Sat, 13 Feb 2021 17:18:35 +0100 From: Tobias Geerinckx-Rice To: 46454@debbugs.gnu.org Subject: Re: [bug#46454] [PATCH] gnu: Update zfs. In-Reply-To: <03733f98441a3ebe876a5dfd0c1d8494@tobias.gr> References: <03733f98441a3ebe876a5dfd0c1d8494@tobias.gr> Message-ID: <429a04f849c226c7b133d3fb0e31f52d@tobias.gr> Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 46454 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: -3.3 (---) On 2021-02-13 16:00, Tobias Geerinckx-Rice via Guix-patches via wrote: > gnu: zfs: Update 2.0.3 [fixes CVE-0000-001]. ^^^ to Kind regards, T G-R Sent from a Web browser. Excuse or enjoy my brevity. From unknown Thu Aug 14 21:56:27 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 14 Mar 2021 11:24:04 +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