From unknown Tue Jun 24 03:27:35 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#56205] [PATCH] gnu: lxd: Update to 4.24. Resent-From: Brian Cully Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 24 Jun 2022 21:31:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 56205 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 56205@debbugs.gnu.org Cc: Brian Cully X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16561062375238 (code B ref -1); Fri, 24 Jun 2022 21:31:02 +0000 Received: (at submit) by debbugs.gnu.org; 24 Jun 2022 21:30:37 +0000 Received: from localhost ([127.0.0.1]:43718 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o4qsu-0001Lz-W3 for submit@debbugs.gnu.org; Fri, 24 Jun 2022 17:30:37 -0400 Received: from lists.gnu.org ([209.51.188.17]:54410) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o4qsr-0001In-O4 for submit@debbugs.gnu.org; Fri, 24 Jun 2022 17:30:35 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:32840) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o4qsr-0001M5-CG for guix-patches@gnu.org; Fri, 24 Jun 2022 17:30:33 -0400 Received: from coleridge.kublai.com ([166.84.7.167]:59721 helo=mail.spork.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o4qsp-0004pn-Pr for guix-patches@gnu.org; Fri, 24 Jun 2022 17:30:33 -0400 Received: from psyduck.jhoto.kublai.com (ool-18b8e9e7.dyn.optonline.net [24.184.233.231]) by mail.spork.org (Postfix) with ESMTPSA id 1B8C53DB8; Fri, 24 Jun 2022 17:29:56 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=spork.org; s=dkim; t=1656106199; bh=aDJapyf5Q/X2JfOKrtscwOkIPxMGznKbiD5/55q3F9U=; h=From:To:Cc:Subject:Date; b=miGlr3A4Hr8HJ5kX4/ZgimxmJrWOsElbeDkYiTZeXm7VcJ+AfJ0nzMsrTnvkRoF+v qWPjQkYwZgsuFwgkd/78Y0yM8iJt/K3OZsXCeDko2gTI81wM0qCQeaZHPSzV7QuNhx uUfccgi+cfuII3f3ZckZfHSH1qzXHrF0rVpt8KWk= From: Brian Cully Date: Fri, 24 Jun 2022 17:29:49 -0400 Message-Id: <2204f7e744f1808c26defd783094289e3f9aa11a.1656106189.git.bjc@spork.org> X-Mailer: git-send-email 2.36.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=166.84.7.167; envelope-from=bjc@spork.org; helo=mail.spork.org 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.3 (-) 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.3 (--) * gnu/packages/virtualization.scm (lxd): Update to 4.24. --- gnu/packages/virtualization.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm index 4a065e4ef4..e184f54e81 100644 --- a/gnu/packages/virtualization.scm +++ b/gnu/packages/virtualization.scm @@ -1166,7 +1166,7 @@ (define-public lxcfs (define-public lxd (package (name "lxd") - (version "4.22") + (version "4.24") (source (origin (method url-fetch) (uri (string-append @@ -1174,7 +1174,7 @@ (define-public lxd "lxd-" version "/lxd-" version ".tar.gz")) (sha256 (base32 - "119345936fcm1vv06k82k9hvj5yjf9jdrwqm9ccphhl5mswf8xq9")))) + "0lmjmvm98m6yjxcqlfw690i71nazfzgrm3mzbjj77g1631df3ylp")))) (build-system go-build-system) (arguments `(#:import-path "github.com/lxc/lxd" -- 2.36.1 From unknown Tue Jun 24 03:27:35 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: Brian Cully Subject: bug#56205: closed (Re: [bug#56205] [PATCH] gnu: lxd: Update to 4.24.) Message-ID: References: <2204f7e744f1808c26defd783094289e3f9aa11a.1656106189.git.bjc@spork.org> X-Gnu-PR-Message: they-closed 56205 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 56205@debbugs.gnu.org Date: Sun, 26 Jun 2022 16:15:01 +0000 Content-Type: multipart/mixed; boundary="----------=_1656260101-9234-1" This is a multi-part message in MIME format... ------------=_1656260101-9234-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #56205: [PATCH] gnu: lxd: Update to 4.24. 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 56205@debbugs.gnu.org. --=20 56205: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D56205 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1656260101-9234-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 56205-done) by debbugs.gnu.org; 26 Jun 2022 16:14:08 +0000 Received: from localhost ([127.0.0.1]:48825 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o5Utj-0002NF-OB for submit@debbugs.gnu.org; Sun, 26 Jun 2022 12:14:07 -0400 Received: from flashner.co.il ([178.62.234.194]:36272) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o5Uth-0002MW-Ln for 56205-done@debbugs.gnu.org; Sun, 26 Jun 2022 12:14:06 -0400 Received: from localhost (unknown [141.226.14.191]) by flashner.co.il (Postfix) with ESMTPSA id 514C840202; Sun, 26 Jun 2022 16:13:59 +0000 (UTC) Date: Sun, 26 Jun 2022 19:13:21 +0300 From: Efraim Flashner To: Brian Cully Subject: Re: [bug#56205] [PATCH] gnu: lxd: Update to 4.24. Message-ID: Mail-Followup-To: Efraim Flashner , Brian Cully , 56205-done@debbugs.gnu.org References: <2204f7e744f1808c26defd783094289e3f9aa11a.1656106189.git.bjc@spork.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="93reCkIb1QnyNZhh" Content-Disposition: inline In-Reply-To: <2204f7e744f1808c26defd783094289e3f9aa11a.1656106189.git.bjc@spork.org> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 56205-done Cc: 56205-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 (-) --93reCkIb1QnyNZhh Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Thanks. Patch pushed! --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --93reCkIb1QnyNZhh Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmK4haEACgkQQarn3Mo9 g1GZVA//Qy65RAtf8fB1BU53VzcTHRNkxtYwjSKpF/by1+MgjiXyUojZEVHu9Bfq pEUwRjF6zRojnb4fjcRG/Bo/BPld+ZA/vi7EpeKru4DEB8vQUnihXgqpmM8XyDwQ OvMLtA8BztCMj8XpgAl42P31hb/uSW7UKh+RZBpzMbzVasQQG6IwLaedI+6jDD3S FBZYFI4l/yKWwDylqyTkjtDECCSzCNoO81NCiivqfxO93Ka0ZGahJl79MNROlCHe dhDBkkQegJrAmnYra4+wVBxERsGONqO9aiH08uFy66Mi5/sQyei/dHo8r1IzQD2q g9zDp25EE/nXtFTFMd85W6ml8uP5V5KhPHutvyy44sSl98TOpn+sodN7tNy+APr1 2Vay3g9q3y5tjkDrdlEv5UkeueIy/27yd61jbxSLJDEA7w/UdS7IDAvFdeuir5Or qZKiZL2U6ymLfs6P92aok2qE4y8hoFV4dlgprVQp5VR6wABXkVED9FGgAZy/YC+D Lj10I/qBaGk1U+9sF435R+sL1IMJcOXKjt8K/nhsQ65ubkyB9iYTyMCua5YCNm0i NS/QJtp8eWfz99WNePBIbjdCQqGadj0BDG808Domhm6GI8teH0OOp5xmzmoe1d/8 Lbop8XT0PNZEKeBvM5MBq/GeZ54YCUnemnLxue3BYdVDsCy37ho= =5yzh -----END PGP SIGNATURE----- --93reCkIb1QnyNZhh-- ------------=_1656260101-9234-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 24 Jun 2022 21:30:37 +0000 Received: from localhost ([127.0.0.1]:43718 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o4qsu-0001Lz-W3 for submit@debbugs.gnu.org; Fri, 24 Jun 2022 17:30:37 -0400 Received: from lists.gnu.org ([209.51.188.17]:54410) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o4qsr-0001In-O4 for submit@debbugs.gnu.org; Fri, 24 Jun 2022 17:30:35 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:32840) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o4qsr-0001M5-CG for guix-patches@gnu.org; Fri, 24 Jun 2022 17:30:33 -0400 Received: from coleridge.kublai.com ([166.84.7.167]:59721 helo=mail.spork.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o4qsp-0004pn-Pr for guix-patches@gnu.org; Fri, 24 Jun 2022 17:30:33 -0400 Received: from psyduck.jhoto.kublai.com (ool-18b8e9e7.dyn.optonline.net [24.184.233.231]) by mail.spork.org (Postfix) with ESMTPSA id 1B8C53DB8; Fri, 24 Jun 2022 17:29:56 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=spork.org; s=dkim; t=1656106199; bh=aDJapyf5Q/X2JfOKrtscwOkIPxMGznKbiD5/55q3F9U=; h=From:To:Cc:Subject:Date; b=miGlr3A4Hr8HJ5kX4/ZgimxmJrWOsElbeDkYiTZeXm7VcJ+AfJ0nzMsrTnvkRoF+v qWPjQkYwZgsuFwgkd/78Y0yM8iJt/K3OZsXCeDko2gTI81wM0qCQeaZHPSzV7QuNhx uUfccgi+cfuII3f3ZckZfHSH1qzXHrF0rVpt8KWk= From: Brian Cully To: guix-patches@gnu.org Subject: [PATCH] gnu: lxd: Update to 4.24. Date: Fri, 24 Jun 2022 17:29:49 -0400 Message-Id: <2204f7e744f1808c26defd783094289e3f9aa11a.1656106189.git.bjc@spork.org> X-Mailer: git-send-email 2.36.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=166.84.7.167; envelope-from=bjc@spork.org; helo=mail.spork.org 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.3 (-) X-Debbugs-Envelope-To: submit Cc: Brian Cully 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.3 (--) * gnu/packages/virtualization.scm (lxd): Update to 4.24. --- gnu/packages/virtualization.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm index 4a065e4ef4..e184f54e81 100644 --- a/gnu/packages/virtualization.scm +++ b/gnu/packages/virtualization.scm @@ -1166,7 +1166,7 @@ (define-public lxcfs (define-public lxd (package (name "lxd") - (version "4.22") + (version "4.24") (source (origin (method url-fetch) (uri (string-append @@ -1174,7 +1174,7 @@ (define-public lxd "lxd-" version "/lxd-" version ".tar.gz")) (sha256 (base32 - "119345936fcm1vv06k82k9hvj5yjf9jdrwqm9ccphhl5mswf8xq9")))) + "0lmjmvm98m6yjxcqlfw690i71nazfzgrm3mzbjj77g1631df3ylp")))) (build-system go-build-system) (arguments `(#:import-path "github.com/lxc/lxd" -- 2.36.1 ------------=_1656260101-9234-1--