From unknown Thu Aug 14 18:37:46 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#70022 <70022@debbugs.gnu.org> To: bug#70022 <70022@debbugs.gnu.org> Subject: Status: [PATCH 0/2] Binary Installation: Add more distros. Reply-To: bug#70022 <70022@debbugs.gnu.org> Date: Fri, 15 Aug 2025 01:37:46 +0000 retitle 70022 [PATCH 0/2] Binary Installation: Add more distros. reassign 70022 guix-patches submitter 70022 Denis 'GNUtoo' Carikli severity 70022 normal tag 70022 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 26 19:46:12 2024 Received: (at submit) by debbugs.gnu.org; 26 Mar 2024 23:46:12 +0000 Received: from localhost ([127.0.0.1]:35430 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rpGUd-0000OJ-PV for submit@debbugs.gnu.org; Tue, 26 Mar 2024 19:46:12 -0400 Received: from lists.gnu.org ([2001:470:142::17]:47692) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rpGUY-0000NU-KC for submit@debbugs.gnu.org; Tue, 26 Mar 2024 19:46:10 -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 1rpGUT-0000PV-5P for guix-patches@gnu.org; Tue, 26 Mar 2024 19:46:01 -0400 Received: from cyberdimension.org ([80.67.179.20] helo=gnutoo.cyberdimension.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rpGUQ-0001te-JN for guix-patches@gnu.org; Tue, 26 Mar 2024 19:46:00 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=dkim; bh=JhD3CDKYkfcc6La 620z7Iz1dy59DDXmhdpwZBXLImas=; h=date:subject:cc:to:from; d=cyberdimension.org; b=pEJmKgimR3I+xiaur6zTZ1LSz00kiooPyKllzkgYUWWmHq WkTFFNUjydnSxTSmkLiLuZEFWldq5vqffzqZp1jTeJ5PTcNbDzBGAxBBH6kJEivLboGWgn brlgPo8Hb1sZQLNmtJBCm0t+dRX2/PDetszqHUg9BTc1992VbH8xX2M1+yiKaTzHp4fOpH za7RzqkT4+Hd/cA8yaMf6JKWlbovbazVJKa1x5Y9zNs0BZRJenUhnh4Th7IuVdXFLJIdag KkW2YXBVrLfJSx7jq7xH4/qZCJvmohOvK5nXCXb+elgYioFB1HRXhxd9nDjSdJ5W2OvWVw nfZSOvlRPlRd3pvQ== Received: from localhost.localdomain (localhost [::1]) by gnutoo.cyberdimension.org (OpenSMTPD) with ESMTP id 3df73485; Tue, 26 Mar 2024 23:45:54 +0000 (UTC) From: Denis 'GNUtoo' Carikli To: guix-patches@gnu.org Subject: [PATCH 0/2] Binary Installation: Add more distros. Date: Wed, 27 Mar 2024 00:45:39 +0100 Message-ID: X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=80.67.179.20; envelope-from=GNUtoo@cyberdimension.org; helo=gnutoo.cyberdimension.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 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: Denis 'GNUtoo' Carikli 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 (/) Hi, this patchset documents the status of Guix packages in Trisquel and Parabola that I also both use. For Trisquel the guix package probably comes from some upstram distribution. For Parabola, the package comes from AUR, the Arch Linux User repository, which is a community repository for Arch Linux where anyone can contribute/maintain packages. I added that package in Parabola, and the guix-installer packages was made from scratch by me. As for the list of distributions that have Guix packages, we can find more at https://repology.org/project/guix/versions but unfortunately I'm not familiar enough with the other ones (like Nix/NixOS, Alpine, etc) yet to confidently add instructions to install the guix package. More distros having guix packages can be found at: Denis 'GNUtoo' Carikli (2): doc: Binary Installation: mention Trisquel package. doc: Binary Installation: add Parabola packages. doc/guix.texi | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) base-commit: c3f15443bc6d457758aad1326dcc6dcad9cf8d6e -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 26 20:17:41 2024 Received: (at 70022) by debbugs.gnu.org; 27 Mar 2024 00:17:41 +0000 Received: from localhost ([127.0.0.1]:35453 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rpGz7-0002BK-DP for submit@debbugs.gnu.org; Tue, 26 Mar 2024 20:17:41 -0400 Received: from cyberdimension.org ([80.67.179.20]:59852 helo=gnutoo.cyberdimension.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rpGz4-0002B5-T8 for 70022@debbugs.gnu.org; Tue, 26 Mar 2024 20:17:40 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=dkim; bh=3fcx8Kdqv4cJU9Q ep84Nci48sMLGqVRtSyiyS3GeLgU=; h=references:in-reply-to:date:subject: cc:to:from; d=cyberdimension.org; b=k4vvrUEIa+EC9FvWiSlj/MT2764x14P9Eg jyp0nOYh0c4TWHM+UpJsuOAfQ0yUtsnrsY05xg7alKmo5z67iMcIUZR4RqeGtJ5QpnjMXJ LLiRdgDMtl1WVxBiNmFjs/N3kbEdyAGLj1vYCVeFVCxp+5w/f651E+81rcnTsgejN1PSVD QjhmrkvrUqTNdyVbmF37TYYfn73i37rtKmBovbuN1ZvF8K8oMgOljH1zNBrIbI9r+7tyY7 CjhFRgu8eMMfq+x/MkLgAbyojiDOo6ULDIAaShcfGLqn1SGQ9ub8XABDAJMkHI7xOJbBQG TOLWz3F1y6rcAqHhWRJD5oeP+iQA== Received: from localhost.localdomain (localhost [::1]) by gnutoo.cyberdimension.org (OpenSMTPD) with ESMTP id f18da6e0; Wed, 27 Mar 2024 00:17:37 +0000 (UTC) From: Denis 'GNUtoo' Carikli To: 70022@debbugs.gnu.org Subject: [PATCH 1/2] doc: Binary Installation: mention Trisquel package. Date: Wed, 27 Mar 2024 01:17:16 +0100 Message-ID: X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: ( , Christopher Baines , Ludovic Courtès , Mathieu Othacehe , Raghav Gururajan , Ricardo Wurmus , Simon Tournier , Tobias Geerinckx-Rice , jgart Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 70022 Cc: Denis 'GNUtoo' Carikli 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 (-) * doc/guix.texi (Binary Installation): also mention Trisquel package. Signed-off-by: Denis 'GNUtoo' Carikli Change-Id: Iae6f77de43de2c6f387b99a10dcae5b9d82aaee1 --- doc/guix.texi | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/guix.texi b/doc/guix.texi index ddd98a5fd4..61245025a0 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -758,9 +758,10 @@ Binary Installation ./guix-install.sh @end example -If you're running Debian or a derivative such as Ubuntu, you can instead -install the package (it might be a version older than @value{VERSION} -but you can update it afterwards by running @samp{guix pull}): +If you're running Debian or a derivative such as Ubuntu or Trisquel, you +can instead install the package (it might be a version older than +@value{VERSION} but you can update it afterwards by running @samp{guix +pull}): @example sudo apt install guix -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 26 20:17:45 2024 Received: (at 70022) by debbugs.gnu.org; 27 Mar 2024 00:17:45 +0000 Received: from localhost ([127.0.0.1]:35455 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rpGzA-0002BV-NC for submit@debbugs.gnu.org; Tue, 26 Mar 2024 20:17:44 -0400 Received: from cyberdimension.org ([80.67.179.20]:59852 helo=gnutoo.cyberdimension.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rpGz6-0002B5-Hs for 70022@debbugs.gnu.org; Tue, 26 Mar 2024 20:17:41 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=dkim; bh=pWMpOt2bRINlk+N q2lGQvStmeYW8EkZkL7BeDdY9XcA=; h=references:in-reply-to:date:subject: cc:to:from; d=cyberdimension.org; b=ivGN4I1OoSntbg+3JpfQP/DFJ2NnUIbeBU /go/7+JlYhaHHrkeJV78yMgCYw0tZX/fnOBvqtENto8dZMY/40Jw0U1gpPta/60i7ZcXUT 8HnMO4vGm65lzvgX/AMyXPHkLe/mVrODJ5KanfuToDzkCwtS7CIohVa1kYC1hRBYsG+CbE LyvQ2LlkeaglyJlnAHmY4hvgpEUI9JCzVTCyWjk4SxUOVzc4qOMeWPA1bYlynspR8BsLcv LxnvkocDy56zNazPi1F68aQQnntKl2JpidYjeG6EC8GaQAFSl0Q/RVja8Wmygr3KLHhXv6 It19rx9y8NTEzpKf3TsyKsAR4Ufw== Received: from localhost.localdomain (localhost [::1]) by gnutoo.cyberdimension.org (OpenSMTPD) with ESMTP id da1af477; Wed, 27 Mar 2024 00:17:38 +0000 (UTC) From: Denis 'GNUtoo' Carikli To: 70022@debbugs.gnu.org Subject: [PATCH 2/2] doc: Binary Installation: add Parabola packages. Date: Wed, 27 Mar 2024 01:17:17 +0100 Message-ID: X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: ( , Christopher Baines , Ludovic Courtès , Mathieu Othacehe , Raghav Gururajan , Ricardo Wurmus , Simon Tournier , Tobias Geerinckx-Rice , jgart Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 70022 Cc: Denis 'GNUtoo' Carikli 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 (-) * doc/guix.texi (Binary Installation): add Parabola packages. Signed-off-by: Denis 'GNUtoo' Carikli Change-Id: Id646152c54de0a958740314b09fdcf6af898e22e --- doc/guix.texi | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/guix.texi b/doc/guix.texi index 61245025a0..9c68352cb0 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -773,6 +773,19 @@ Binary Installation sudo zypper install guix @end example +And if you're running Parabola, after enabling the pcr (Parabola +Community Repo) repository, you can install Guix with: +@example +sudo pacman -S guix +@end example + +The script to install Guix is also packaged in Parabola (in the pcr +repository). You can install and run it with: +@example +sudo pacman -S guix-installer +sudo guix-install.sh +@end example + When you're done, @pxref{Application Setup} for extra configuration you might need, and @ref{Getting Started} for your first steps! @end quotation -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Mar 27 12:10:04 2024 Received: (at 70022) by debbugs.gnu.org; 27 Mar 2024 16:10:04 +0000 Received: from localhost ([127.0.0.1]:38248 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rpVql-00062D-UU for submit@debbugs.gnu.org; Wed, 27 Mar 2024 12:10:04 -0400 Received: from relay.yourmailgateway.de ([194.59.206.189]:40937) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rpVqi-00061M-IQ for 70022@debbugs.gnu.org; Wed, 27 Mar 2024 12:10:02 -0400 Received: from relay02-mors.netcup.net (localhost [127.0.0.1]) by relay02-mors.netcup.net (Postfix) with ESMTPS id 4V4WpZ53c3z43vL; Wed, 27 Mar 2024 17:09:58 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=pelzflorian.de; s=key2; t=1711555798; bh=50wL/ZQAkH5y2Yvoki2uA2oQB6fwoI6/esXBwK8EXSU=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=R9DEA9gpR6bDgi4sG+d5bdtArd6fyA0AfE/ddgVzw6c9zod62RtHm5BE8D8cHwZIN rjCMkpIc33yE2HlLfrqwnCdDXeTqqk1nRcqQkKOni3Fnfk9nQWMCqBjc2tah80ybPP 25ye61g0QLF+YgY5+noLScTic22IHn4KlQ2VY+d1spoFNxLvvFpravEVQ2y8YoIOFk mlb0X/4m7IPSQjMAbTeivWQyvP/Hf1GaH8tjVlcXeSRGmF1UYqLz28qKQD2qVZ1IAY ifpOF46VL6sGC62q9ZNwd/g6STmsSOTJOicYd0CZCW9MxckbxGd36vvioyoklvS3l5 QNurfRqKjeivw== Received: from policy02-mors.netcup.net (unknown [46.38.225.35]) by relay02-mors.netcup.net (Postfix) with ESMTPS id 4V4WpZ4h61z7wl8; Wed, 27 Mar 2024 17:09:58 +0100 (CET) Received: from mxe217.netcup.net (unknown [10.243.12.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by policy02-mors.netcup.net (Postfix) with ESMTPS id 4V4WpZ1skDz8sgT; Wed, 27 Mar 2024 17:09:58 +0100 (CET) Received: from florianrock64 (ip92344de0.dynamic.kabel-deutschland.de [146.52.77.224]) by mxe217.netcup.net (Postfix) with ESMTPSA id D35D9834FA; Wed, 27 Mar 2024 17:09:52 +0100 (CET) From: "pelzflorian (Florian Pelz)" To: Denis 'GNUtoo' Carikli Subject: Re: [bug#70022] [PATCH 0/2] Binary Installation: Add more distros. In-Reply-To: (Denis Carikli's message of "Wed, 27 Mar 2024 00:45:39 +0100") References: Date: Wed, 27 Mar 2024 17:09:51 +0100 Message-ID: <87wmpnvepc.fsf@pelzflorian.de> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: D35D9834FA X-Rspamd-Server: rspamd-worker-8404 X-NC-CID: fvL9cxB37+liw3Duun+o/tCHk1DiasNAES043mGRnBTLVMUD43jIWQ66 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 70022 Cc: 70022@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 (-) Hi Denis. This is in principle a great improvement, however note that recently (4th March or so) a local privilege escalation vulnerability in guix-daemon was discovered and many distros have not fixed it yet, such as AUR and therefore your Parabola pcr package or Debian=E2=80=99s long-term releases, which Debian= =E2=80=99s guix packager complained about . Perhaps we should think about how and where we can also instruct users to upgrade their daemon in a timely manner. This will be different for guix packages (that configure a vulnerable daemon systemd service) and for guix-install (where it is enough to follow the guix pull news file, if the admin actually uses guix pull themself and can see the news). Otherwise LGTM. Regards, Florian From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 04 18:44:44 2024 Received: (at 70022) by debbugs.gnu.org; 4 Apr 2024 22:44:44 +0000 Received: from localhost ([127.0.0.1]:34903 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rsVp5-0008Re-Cw for submit@debbugs.gnu.org; Thu, 04 Apr 2024 18:44:44 -0400 Received: from cyberdimension.org ([79.143.250.36]:56368 helo=localhost) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rsVp1-0008Qp-Sv for 70022@debbugs.gnu.org; Thu, 04 Apr 2024 18:44:41 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=dkim; bh=qfLqkhXpMF6l1Ce KocSYRzZ95svZtLje0itLVx5jPdQ=; h=subject:to:from:date; d=cyberdimension.org; b=UFNFXxcIdYojwXtW9p0cPxlQGUaMeexr0+Fk++XzgETDRB jvLWpdmpiS4DnKUsI2PUx/qmERSJgJWI4koqy3ZX4G3BLvo6MRLt1/QJGVAYG5XKLCM+PJ k0g43q1bgh/BoxD1OqPmwtiqZ1OBwXZYCF3oBuoWSCdOBGRn4jsWjaJ1HRWWAqYPv3D5+M zCBzQDgMc/Y1bXBEXrTc1zszdhPR3UtlHxcKnJhfcPDL9lzAsqTOMlxPLq9jhrd82q1qmh fBrqZS+0Rwhf+Ha1xO2iYZsO2VZ9gbbuM0TIUavR1enHx/cdOBiigDnckhlP62zJ1TmUdu OJ+dMpocbztVgUoQ== Received: from primary_laptop (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 901c2d22 for <70022@debbugs.gnu.org>; Thu, 4 Apr 2024 22:44:31 +0000 (UTC) Date: Fri, 5 Apr 2024 00:44:24 +0200 From: Denis 'GNUtoo' Carikli To: 70022@debbugs.gnu.org Subject: Re: [PATCH 0/2] Binary Installation: Add more distros Message-ID: <20240405004424.2e0b5389@primary_laptop> X-Mailer: Claws Mail 4.1.1 (GTK 3.24.37; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/OIbUNu8HhlAPwYYA22FEka="; protocol="application/pgp-signature"; micalg=pgp-sha256 X-Spam-Score: 3.6 (+++) 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: Hi, About the local privilege escalation, is there any hints on how to fix it beside updating guix with 'guix pull'? For instance were there distributions that somehow backported the patch, in order not to have a security issue when you do 'apt install guix' or pamcan -S guix for instance? Content analysis details: (3.6 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FSL_HELO_NON_FQDN_1 No description available. 3.6 HELO_LOCALHOST No description available. -0.0 SPF_PASS SPF: sender matches SPF record X-Debbugs-Envelope-To: 70022 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.6 (++) 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: Hi, About the local privilege escalation, is there any hints on how to fix it beside updating guix with 'guix pull'? For instance were there distributions that somehow backported the patch, in order not to have a security issue when you do 'apt install guix' or pamcan -S guix for instance? Content analysis details: (2.6 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FSL_HELO_NON_FQDN_1 No description available. 3.6 HELO_LOCALHOST No description available. -0.0 SPF_PASS SPF: sender matches SPF record -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager --Sig_/OIbUNu8HhlAPwYYA22FEka= Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi, About the local privilege escalation, is there any hints on how to fix it beside updating guix with 'guix pull'?=20 For instance were there distributions that somehow backported the patch, in order not to have a security issue when you do 'apt install guix' or pamcan -S guix for instance? I'm asking because while I'm not the AUR maintainer of the 'guix' package, I know PKGBUILDs well enough to be able to send a patch if I find the time (and also update the Parabola package along the way). Denis. --Sig_/OIbUNu8HhlAPwYYA22FEka= Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEeC+d2+Nrp/PU3kkGX138wUF34mMFAmYPLUgACgkQX138wUF3 4mP5ng//V6TdOVdRy/3peoL1BXWBAsUc8gVLNcDqm7dE8JNWfkKip3d4ynu5/7QN BiUk4r4s7jziVl4qkuew3GcnPMunKGjhTbHSvcyoEJe66d13J28AkF57nlLkwTZP AWEvMd6gZ/AskOg+6b5mRLvV7KyFoivSntg5jaSehriG6NScvR3/2qGDo5jJ+zMb Ng0ILuvVnVZItEoQywPdHWGti0RpSUtfrlcAjoE+dmSkfirsrs5pvPg3NUYx/KBQ lOG+wwGTJraL2cov8dpuWrkIWYRLHYdf5wVARkfLMwU7h7OstNuvd0pteiKKV1lr tCh89CMeFbsfjzJLtjRlQrhESFIKVGIpxGQcnaOW5q9T4jGhJY9sAAlsOdNaQWxE kvjNqIp7LqWTQn1RXd5V2odb29BACQ2iP58qhoejir75Edl7Co/2DKUnaSjqF8ct 0NYrzR3Y/TOF/ZXew/tse6SjcACpwyHyEkzwJNAZ4iGDVBSehzr0CcLWSxfFdUWg 9fpzqIAQlWLL8jLTpsiN2U4CkpsEgX6dSqjO954Fh7+uOB9fFYQGMKOuPZI0L26N 6HUdlcmPW8Wi6dlBBZ8/ME9uFanU4oLZVBj2TebxlyLJ8OvgXVd+dEwvgBUmg/pM WyJgknQmaOErSNFZEB41xz0MS0VuzmmEM0CqbIYx0quJONgmXqw= =UXv6 -----END PGP SIGNATURE----- --Sig_/OIbUNu8HhlAPwYYA22FEka=-- From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 05 11:23:42 2024 Received: (at 70022) by debbugs.gnu.org; 5 Apr 2024 15:23:42 +0000 Received: from localhost ([127.0.0.1]:37264 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rslPq-0005TO-HF for submit@debbugs.gnu.org; Fri, 05 Apr 2024 11:23:42 -0400 Received: from relay.yourmailgateway.de ([194.59.206.189]:53195) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rslPn-0005TB-S4 for 70022@debbugs.gnu.org; Fri, 05 Apr 2024 11:23:41 -0400 Received: from relay02-mors.netcup.net (localhost [127.0.0.1]) by relay02-mors.netcup.net (Postfix) with ESMTPS id 4VB2Lr588Vz433Q; Fri, 5 Apr 2024 17:23:32 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=pelzflorian.de; s=key2; t=1712330612; bh=88k+j1oCD7pF8wfY3jVg2lBQdoI98aXoGanbZUPXSsk=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=FNBChQPXm7PMkcyqxWMq/Ed2oXFmB7yVvgvvytdOAaVvCBdwxTle7AQDQXWtEhHZ+ KR0fTRwzV72t6h/maN56NbBBcq59pvxy1MUi6w8kYJFlms9l/FrrhJzfGR2JXcTcHE Ici1oybltLOyC7FijYbqXdsJIeQ+olD9Z5uBdMpdweuHWAiEKpu1+IMc45TwAlF5xB 4gfftRnMR1zIM2SkAAz5sBSQvVkszOc7r2X/1p1i9e23YYCNy7WYKl+96jbadGd7pk iPl5fKArLo7wtWWOTh2lDEaI4tL8WXuJKe1Mjla2fICdT6uf2sDwebZxAVKgokxgVs EjBuHXyVBWtKw== Received: from policy02-mors.netcup.net (unknown [46.38.225.35]) by relay02-mors.netcup.net (Postfix) with ESMTPS id 4VB2Lr4mdcz7xc3; Fri, 5 Apr 2024 17:23:32 +0200 (CEST) Received: from mxe217.netcup.net (unknown [10.243.12.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by policy02-mors.netcup.net (Postfix) with ESMTPS id 4VB2Lr19w5z8sb7; Fri, 5 Apr 2024 17:23:31 +0200 (CEST) Received: from florianrock64 (ip92344de0.dynamic.kabel-deutschland.de [146.52.77.224]) by mxe217.netcup.net (Postfix) with ESMTPSA id 65ECB83649; Fri, 5 Apr 2024 17:23:26 +0200 (CEST) From: "pelzflorian (Florian Pelz)" To: Denis 'GNUtoo' Carikli Subject: Re: [bug#70022] [PATCH 0/2] Binary Installation: Add more distros In-Reply-To: <20240405004424.2e0b5389@primary_laptop> (Denis Carikli's message of "Fri, 5 Apr 2024 00:44:24 +0200") References: <20240405004424.2e0b5389@primary_laptop> Date: Fri, 05 Apr 2024 17:23:25 +0200 Message-ID: <878r1ru93m.fsf@pelzflorian.de> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Rspamd-Queue-Id: 65ECB83649 X-Rspamd-Server: rspamd-worker-8404 X-NC-CID: hTxpO/Sj6rCVgg8kDnl/H5Lbn9uH4ijaclEDDn5Pb0DI/E74KXwwnE1L X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 70022 Cc: 70022@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 (-) Hello Denis, Denis 'GNUtoo' Carikli writes: > Hi, > > About the local privilege escalation, is there any hints on how to fix > it beside updating guix with 'guix pull'? Thinking more about it, I guess the Binary Installation documentation should inform that one can install from distribution packages or from guix-install.sh, depending on who should be responsible for security updates. > For instance were there distributions that somehow backported the > patch, in order not to have a security issue when you do 'apt install > guix' or pamcan -S guix for instance? > > I'm asking because while I'm not the AUR maintainer of the 'guix' > package, I know PKGBUILDs well enough to be able to send a patch if I > find the time (and also update the Parabola package along the way). Thank you for your offer. Following hyperlinks from , I find on security patches that Vagrant cherry-picked from the Guix commits that address the vulnerability. Similar to how Guix often takes patches from Debian, you could take the patches from Guix too or indirectly from Debian. Regards, Florian From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 12 08:01:08 2024 Received: (at 70022) by debbugs.gnu.org; 12 Apr 2024 12:01:08 +0000 Received: from localhost ([127.0.0.1]:58072 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rvFad-0005hZ-6c for submit@debbugs.gnu.org; Fri, 12 Apr 2024 08:01:08 -0400 Received: from relay.yourmailgateway.de ([188.68.63.174]:44547) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rvFaX-0005fi-9v for 70022@debbugs.gnu.org; Fri, 12 Apr 2024 08:01:06 -0400 Received: from mors-relay8204.netcup.net (localhost [127.0.0.1]) by mors-relay8204.netcup.net (Postfix) with ESMTPS id 4VGFWk06XVz8Zvp for <70022@debbugs.gnu.org>; Fri, 12 Apr 2024 12:00:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=pelzflorian.de; s=key2; t=1712923250; bh=Jl+CdcNijJ0Zm40sF8xBxNlfCv+pfoCCtUOX+OcoOUs=; h=From:To:Cc:Subject:Date:From; b=VE/b+w+7dPJOpqULQrtZQuQ4hOqE3iV2Bd4wyHIqKWh6aNRvOGBKulTdw6x6k7aER NdPQLBcYmUWQl9rcMb8CGLFcMtFW+HKNcL8liwfqBuRBGGuFXc9ZaRAAZx66IQZxiD QaUUf/zddZxlbnHO0seq7/qieN+qflZNELM6JXu578kXExdkI+2lqYQ2mX4rMGKS2V 1ntHRAZKEZLmrZ/RYs7jSPwpNUCCptoiaJEvrwC2Sk0mTuLr0lVEBmWtyvrRrW9j7m LGWtVIVAyLoRsPA0kvXzQx7JEiV4bO7jUstFZsPtgyDdJNPHTXNmlKFf3Q0f7pT8KJ k0QPD0yDle4xw== Received: from policy02-mors.netcup.net (unknown [46.38.225.35]) by mors-relay8204.netcup.net (Postfix) with ESMTPS id 4VGFWj6WtXz8ZtS for <70022@debbugs.gnu.org>; Fri, 12 Apr 2024 12:00:49 +0000 (UTC) Received: from mxe217.netcup.net (unknown [10.243.12.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by policy02-mors.netcup.net (Postfix) with ESMTPS id 4VGFWj4rvxz8scg for <70022@debbugs.gnu.org>; Fri, 12 Apr 2024 14:00:49 +0200 (CEST) Received: from florianrock64.fritz.box (ip92344de0.dynamic.kabel-deutschland.de [146.52.77.224]) by mxe217.netcup.net (Postfix) with ESMTPSA id 4C08482DB5; Fri, 12 Apr 2024 14:00:44 +0200 (CEST) From: Florian Pelz To: 70022@debbugs.gnu.org Subject: [PATCH v2 1/3] doc: Warn about foreign distro Guix packages' security. Date: Fri, 12 Apr 2024 14:00:03 +0200 Message-ID: <2339cdf5f4e8f03988396152b9e7e5ad0ea018ff.1712923204.git.pelzflorian@pelzflorian.de> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4C08482DB5 X-Rspamd-Server: rspamd-worker-8404 X-NC-CID: 4QHPQcnA0OicKu04ogBqOnoQldGPIq7IXPUytW1zMKWnGSwAbRRcczOi X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 70022 Cc: Florian Pelz 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 (-) * doc/guix.texi (Binary Installation): Prefix installation instructions with a warning. Change-Id: I088c7f00f4c3c8e32bdfd117ea934942930f7513 --- doc/guix.texi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/guix.texi b/doc/guix.texi index 5827e0de14..341e463add 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -741,6 +741,13 @@ Binary Installation may be older than @value{VERSION} but you can update it afterwards by running @samp{guix pull}. +In the past, occasionally, security vulnerabilities in +@command{guix-daemon} have been discovered and fixes for them have not +yet been provided in foreign distribution’s packages. We advise those +who install Guix, both from the installation script or by distro +packages, to also regularly read and follow security notices, as shown +by @command{guix pull}. + For Debian or a derivative such as Ubuntu, call: @example base-commit: 4e7337536ba41e888a601c92fada8a4adca9d2c6 -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 12 08:01:19 2024 Received: (at 70022) by debbugs.gnu.org; 12 Apr 2024 12:01:19 +0000 Received: from localhost ([127.0.0.1]:58078 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rvFap-0005jF-Gj for submit@debbugs.gnu.org; Fri, 12 Apr 2024 08:01:19 -0400 Received: from relay.yourmailgateway.de ([185.244.194.184]:57817) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rvFam-0005j4-41 for 70022@debbugs.gnu.org; Fri, 12 Apr 2024 08:01:18 -0400 Received: from relay01-mors.netcup.net (localhost [127.0.0.1]) by relay01-mors.netcup.net (Postfix) with ESMTPS id 4VGFX10KJ9z8xhD; Fri, 12 Apr 2024 14:01:05 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=pelzflorian.de; s=key2; t=1712923265; bh=DDSZc9JiVWyXiCc0/qGwnxW55hSqy+8yhyRUz6zZOTs=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=S64k8UWlv3d5231lit3eBGbilinqvWwvUBZvlF2fbEkE9MA1wdN1DpVI/1wd/iBL+ dAVZkFoU9IKozLSrgTBgjmofE/GfPTlYYOvB3yrnYgO+1vmhzYuQslrTZlVoSQ1fzr wSREefAnl+Lc5ky5+p4Fh8z9ppTvHRQMF7tfwGiVKuEeLLJkskkl9R10IMv6B0LGQ7 23Akamk+pcTCrdFbYnsv3KC2YeXoyEpML+Sqm89T58LhuGR/164QVvEoh28My1A2sn 6yKhFY0+6THB0+YJEQSyqfsycbm1FiiVi0Ykap9zEF+4BsAmynBa3cvY5r3eUGpvxG JhEyOhgVsqkvA== Received: from policy02-mors.netcup.net (unknown [46.38.225.35]) by relay01-mors.netcup.net (Postfix) with ESMTPS id 4VGFX06m68z7xTX; Fri, 12 Apr 2024 14:01:04 +0200 (CEST) Received: from mxe217.netcup.net (unknown [10.243.12.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by policy02-mors.netcup.net (Postfix) with ESMTPS id 4VGFX03p6dz8sb3; Fri, 12 Apr 2024 14:01:04 +0200 (CEST) Received: from florianrock64.fritz.box (ip92344de0.dynamic.kabel-deutschland.de [146.52.77.224]) by mxe217.netcup.net (Postfix) with ESMTPSA id C9501833D0; Fri, 12 Apr 2024 14:00:55 +0200 (CEST) From: Florian Pelz To: 70022@debbugs.gnu.org Subject: [PATCH v2 2/3] doc: Binary Installation: Mention Trisquel package. Date: Fri, 12 Apr 2024 14:00:04 +0200 Message-ID: <687235be37909960148485369671eb7321e0ca45.1712923205.git.pelzflorian@pelzflorian.de> X-Mailer: git-send-email 2.41.0 In-Reply-To: <2339cdf5f4e8f03988396152b9e7e5ad0ea018ff.1712923204.git.pelzflorian@pelzflorian.de> References: <2339cdf5f4e8f03988396152b9e7e5ad0ea018ff.1712923204.git.pelzflorian@pelzflorian.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: C9501833D0 X-Rspamd-Server: rspamd-worker-8404 X-NC-CID: 7pjJ/TNEYa87QgAwT3oBOcPIcaHD2LSAqY+nEX+9+X/HP12QbERXxgzV X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 70022 Cc: Florian Pelz , Denis 'GNUtoo' Carikli 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 (-) From: Denis 'GNUtoo' Carikli * doc/guix.texi (Binary Installation): Also mention Trisquel package. Change-Id: Iae6f77de43de2c6f387b99a10dcae5b9d82aaee1 Signed-off-by: Florian Pelz --- doc/guix.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/guix.texi b/doc/guix.texi index 341e463add..28b0917bb3 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -126,6 +126,7 @@ Copyright @copyright{} 2023 Tomas Volf@* Copyright @copyright{} 2024 Herman Rimm@* Copyright @copyright{} 2024 Matthew Trzcinski@* +Copyright @copyright{} 2024 Denis 'GNUtoo' Carikli@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or @@ -748,7 +749,7 @@ Binary Installation packages, to also regularly read and follow security notices, as shown by @command{guix pull}. -For Debian or a derivative such as Ubuntu, call: +For Debian or a derivative such as Ubuntu or Trisquel, call: @example sudo apt install guix -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 12 08:01:36 2024 Received: (at 70022) by debbugs.gnu.org; 12 Apr 2024 12:01:36 +0000 Received: from localhost ([127.0.0.1]:58084 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rvFb4-0005lc-VG for submit@debbugs.gnu.org; Fri, 12 Apr 2024 08:01:36 -0400 Received: from relay.yourmailgateway.de ([194.59.206.189]:57855) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rvFaz-0005kL-83 for 70022@debbugs.gnu.org; Fri, 12 Apr 2024 08:01:32 -0400 Received: from relay02-mors.netcup.net (localhost [127.0.0.1]) by relay02-mors.netcup.net (Postfix) with ESMTPS id 4VGFXG1NhGz430l; Fri, 12 Apr 2024 14:01:18 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=pelzflorian.de; s=key2; t=1712923278; bh=PoErizy8tn7u8BHJpUu/RcvsQHAc4VGmGzk8TY95g88=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=L6kXL4CNKm4U1k9BEbUixMsD9XnP80CRJrYYP3txkhZYkiKYot6Az7hUqalBVgNC2 gXMQwi3EP4s8aeI2nkse2CBPGP7fxtpMSQlMgfMsOzcRmr9KAXIORgo9DOk1LK/OSR HsHsBc9E+gZM1Cb+1/e9Zp8tf64rrkNxBSJHiAup6L+qAIOR0u1BH62igGJvBO/Wph Nodb4mLkzjBp4707K+Qqr8OgHpr19fHldF/j1U4dezTUo18A8J3YQB3RPcMNuGPQt2 xfWDR1DXPEFTTAWTt26kHkvxxsRPI815OWfJZC8TxN/kLbxPnM28+C7vfUd1CHw76/ rlyCN9gufnN4A== Received: from policy02-mors.netcup.net (unknown [46.38.225.35]) by relay02-mors.netcup.net (Postfix) with ESMTPS id 4VGFXG11LDz7xpJ; Fri, 12 Apr 2024 14:01:18 +0200 (CEST) Received: from mxe217.netcup.net (unknown [10.243.12.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by policy02-mors.netcup.net (Postfix) with ESMTPS id 4VGFXF6lJqz8sb7; Fri, 12 Apr 2024 14:01:17 +0200 (CEST) Received: from florianrock64.fritz.box (ip92344de0.dynamic.kabel-deutschland.de [146.52.77.224]) by mxe217.netcup.net (Postfix) with ESMTPSA id ADB9582443; Fri, 12 Apr 2024 14:01:10 +0200 (CEST) From: Florian Pelz To: 70022@debbugs.gnu.org Subject: [PATCH v2 3/3] doc: Binary Installation: Add Parabola packages. Date: Fri, 12 Apr 2024 14:00:05 +0200 Message-ID: <468b7f343d906657d2340639bff0252ef2e178ad.1712923205.git.pelzflorian@pelzflorian.de> X-Mailer: git-send-email 2.41.0 In-Reply-To: <2339cdf5f4e8f03988396152b9e7e5ad0ea018ff.1712923204.git.pelzflorian@pelzflorian.de> References: <2339cdf5f4e8f03988396152b9e7e5ad0ea018ff.1712923204.git.pelzflorian@pelzflorian.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: ADB9582443 X-Rspamd-Server: rspamd-worker-8404 X-NC-CID: 4y6DpP/X7jdTOPJWWupYoPIoiuH97wdXlpKO8YvNMU4mRMfABGdGO6bu X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 70022 Cc: Florian Pelz , Denis 'GNUtoo' Carikli 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 (-) From: Denis 'GNUtoo' Carikli * doc/guix.texi (Binary Installation): Add Parabola packages. Co-authored by: Florian Pelz Change-Id: Id646152c54de0a958740314b09fdcf6af898e22e Signed-off-by: Florian Pelz --- doc/guix.texi | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/guix.texi b/doc/guix.texi index 28b0917bb3..434940744d 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -761,6 +761,12 @@ Binary Installation sudo zypper install guix @end example +And if you're running Parabola, after enabling the pcr (Parabola +Community Repo) repository, you can install Guix with: +@example +sudo pacman -S guix +@end example + The Guix project also provides a shell script, @file{guix-install.sh}, which automates the binary installation process without use of a foreign distro package @@ -786,6 +792,13 @@ Binary Installation # ./guix-install.sh @end example +The script to install Guix is also packaged in Parabola (in the pcr +repository). You can install and run it with: +@example +sudo pacman -S guix-installer +sudo guix-install.sh +@end example + @quotation Note By default, @file{guix-install.sh} will configure Guix to download pre-built package binaries, called @dfn{substitutes} -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 13 03:23:50 2024 Received: (at 70022) by debbugs.gnu.org; 13 Apr 2024 07:23:51 +0000 Received: from localhost ([127.0.0.1]:59938 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rvXjq-0001YX-GD for submit@debbugs.gnu.org; Sat, 13 Apr 2024 03:23:50 -0400 Received: from relay.yourmailgateway.de ([188.68.63.98]:57297) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rvXjn-0001YC-NH for 70022@debbugs.gnu.org; Sat, 13 Apr 2024 03:23:48 -0400 Received: from mors-relay-2501.netcup.net (localhost [127.0.0.1]) by mors-relay-2501.netcup.net (Postfix) with ESMTPS id 4VGlKM6cJxz61J7 for <70022@debbugs.gnu.org>; Sat, 13 Apr 2024 09:23:35 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=pelzflorian.de; s=key2; t=1712993015; bh=a5cVmpsggbCfbF6SCKKYaTHSGbF93WYYl73Mzm2e+KY=; h=From:To:Cc:Subject:Date:From; b=HRBDxaun5qp/pez3kfhGg6npoaHm7+N/yAWC2/09Hp9mqMG5prFjlayQPtUTu0ScU xAbzfJkZ4u/00frsQVb82kPvvLcLsqHpCXwG3tcs+duflD3WNvP5OMS4j2HMmP9mld PNCoSWxNYsmddau4f+idHTS09x5nVUSkZV/L768bsmlcPXv0VwP6bQOMsMu89Ztt6c uk0q/hYvBgvLMuMFou6i5Znk/RcLXG3xFWyjCUv8YduO+fzPtCA297Zl3ngEawsYPz 6HqPNw1/eCpajsN7eHZ3sBHzzrM/2Gzr/MdSlY1Vk4mPX5UQ4gJrCxlVTfvm4Sd3KK 7UzEAGBIUv8zg== Received: from policy02-mors.netcup.net (unknown [46.38.225.35]) by mors-relay-2501.netcup.net (Postfix) with ESMTPS id 4VGlKM5thtz50Jf for <70022@debbugs.gnu.org>; Sat, 13 Apr 2024 09:23:35 +0200 (CEST) Received: from mxe217.netcup.net (unknown [10.243.12.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by policy02-mors.netcup.net (Postfix) with ESMTPS id 4VGlKM49mPz8sbD for <70022@debbugs.gnu.org>; Sat, 13 Apr 2024 09:23:35 +0200 (CEST) Received: from florianrock64.fritz.box (ip92344de0.dynamic.kabel-deutschland.de [146.52.77.224]) by mxe217.netcup.net (Postfix) with ESMTPSA id 1E92483665; Sat, 13 Apr 2024 09:23:29 +0200 (CEST) From: Florian Pelz To: 70022@debbugs.gnu.org Subject: [PATCH v3 1/3] doc: Warn about foreign distro Guix packages' security. Date: Sat, 13 Apr 2024 09:18:50 +0200 Message-ID: <3ebf53b234f198e123437b7928df5895eb7386fd.1712992731.git.pelzflorian@pelzflorian.de> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1E92483665 X-Rspamd-Server: rspamd-worker-8404 X-NC-CID: mowWN/L1eCDp4QBxi4YKN/aXGuhQSPcM4Y0bvZBJ5h5Ky8/Q2UDCGy3W X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 70022 Cc: Florian Pelz 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 (-) * doc/guix.texi (Binary Installation): Prefix installation instructions with a warning. Change-Id: I088c7f00f4c3c8e32bdfd117ea934942930f7513 --- doc/guix.texi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/guix.texi b/doc/guix.texi index 5efbd00984..f6bbed1de3 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -741,6 +741,13 @@ Binary Installation may be older than @value{VERSION} but you can update it afterwards by running @samp{guix pull}. +In the past, lately, security vulnerabilities in @command{guix-daemon} +have been discovered and fixes for them have not yet been provided in +foreign distributions' packages. We advise those who install Guix, +both from the installation script or by distro packages, to also +regularly read and follow security notices, as shown by @command{guix +pull}. + For Debian or a derivative such as Ubuntu, call: @example base-commit: 15a523ea213065c275e4852673cbb27c72c0ad87 -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 13 03:24:18 2024 Received: (at 70022) by debbugs.gnu.org; 13 Apr 2024 07:24:18 +0000 Received: from localhost ([127.0.0.1]:59948 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rvXk5-0001ay-8I for submit@debbugs.gnu.org; Sat, 13 Apr 2024 03:24:17 -0400 Received: from relay.yourmailgateway.de ([46.38.247.119]:35835) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rvXk2-0001Zi-0m for 70022@debbugs.gnu.org; Sat, 13 Apr 2024 03:24:03 -0400 Received: from mors-relay-8404.netcup.net (localhost [127.0.0.1]) by mors-relay-8404.netcup.net (Postfix) with ESMTPS id 4VGlKf3rQjz81LS; Sat, 13 Apr 2024 09:23:50 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=pelzflorian.de; s=key2; t=1712993030; bh=8v1RkR8eLYqQDT6RZ/zcxlTHpudNRN9jkWqotkWvm0I=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=EpOix+VzoCKARWn4Bxx8jjMLNS2wFB2h1VmLewiY11ck9mDUXenMrLCFJt8oFcXlO c2RbyDoVDls6GTiMHFfjsm1TQYWJ1X8M6X6NmE9+lYKJyv9AvFbop1iZbtMLjYDbRC 3W/CsZIPRmnBPa9axCtahebnFb5UGKNBBu3J0VVE113SIxDw7t8AXgM+b2fRpUOeP5 xStDXIVAWtRND/4y+BVWvbuDr28OIBVJfLz5wjYhnGD2pbnEKKvmmoZFteFmISUsqH IW3/7GFH1vV9n7zq+7IVVGH5Er8wKXiEUq70FhRmWSN4Tej7Ib6u+Y3cgm/Hx5iwBm FXyjcTfVUF7yA== Received: from policy02-mors.netcup.net (unknown [46.38.225.35]) by mors-relay-8404.netcup.net (Postfix) with ESMTPS id 4VGlKf3Rhrz4xXl; Sat, 13 Apr 2024 09:23:50 +0200 (CEST) Received: from mxe217.netcup.net (unknown [10.243.12.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by policy02-mors.netcup.net (Postfix) with ESMTPS id 4VGlKf21z5z8sb7; Sat, 13 Apr 2024 09:23:49 +0200 (CEST) Received: from florianrock64.fritz.box (ip92344de0.dynamic.kabel-deutschland.de [146.52.77.224]) by mxe217.netcup.net (Postfix) with ESMTPSA id D5548835B4; Sat, 13 Apr 2024 09:23:41 +0200 (CEST) From: Florian Pelz To: 70022@debbugs.gnu.org Subject: [PATCH v3 2/3] doc: Binary Installation: Mention Trisquel package. Date: Sat, 13 Apr 2024 09:18:51 +0200 Message-ID: X-Mailer: git-send-email 2.41.0 In-Reply-To: <3ebf53b234f198e123437b7928df5895eb7386fd.1712992731.git.pelzflorian@pelzflorian.de> References: <3ebf53b234f198e123437b7928df5895eb7386fd.1712992731.git.pelzflorian@pelzflorian.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D5548835B4 X-Rspamd-Server: rspamd-worker-8404 X-NC-CID: gTL36/izfHu8G5SgtMvMDNCr3WcZkSLz3IeWoo4TlqDVXKbJJPpyKO/k X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 70022 Cc: Florian Pelz , Denis 'GNUtoo' Carikli 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 (-) From: Denis 'GNUtoo' Carikli * doc/guix.texi (Binary Installation): Also mention Trisquel package. Change-Id: Iae6f77de43de2c6f387b99a10dcae5b9d82aaee1 Signed-off-by: Florian Pelz --- doc/guix.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/guix.texi b/doc/guix.texi index f6bbed1de3..dd62d77d36 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -126,6 +126,7 @@ Copyright @copyright{} 2023 Tomas Volf@* Copyright @copyright{} 2024 Herman Rimm@* Copyright @copyright{} 2024 Matthew Trzcinski@* +Copyright @copyright{} 2024 Denis 'GNUtoo' Carikli@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or @@ -748,7 +749,7 @@ Binary Installation regularly read and follow security notices, as shown by @command{guix pull}. -For Debian or a derivative such as Ubuntu, call: +For Debian or a derivative such as Ubuntu or Trisquel, call: @example sudo apt install guix -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 13 03:24:19 2024 Received: (at 70022) by debbugs.gnu.org; 13 Apr 2024 07:24:19 +0000 Received: from localhost ([127.0.0.1]:59954 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rvXkH-0001dF-Tn for submit@debbugs.gnu.org; Sat, 13 Apr 2024 03:24:19 -0400 Received: from relay.yourmailgateway.de ([194.59.206.189]:43559) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rvXkD-0001cM-4o for 70022@debbugs.gnu.org; Sat, 13 Apr 2024 03:24:14 -0400 Received: from relay02-mors.netcup.net (localhost [127.0.0.1]) by relay02-mors.netcup.net (Postfix) with ESMTPS id 4VGlKs5yxsz42vx; Sat, 13 Apr 2024 09:24:01 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=pelzflorian.de; s=key2; t=1712993041; bh=WTT8UW9Z69KIHA9XxG7QSHvnd/4fmFh7plN7O1Lgp6c=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=VI/FjvvSGSEpSKp90RcYRiIglJKvmJFGlS3ZeNKgMaIFtvpF/57fG/d8wyKkW+MsG K/N51xYEp8aLnR/ytF43ksabGgeB1yGMcuovC2J3EoE5NqMUdqW9OQf7SkE4fVhymF JBmm8DjWaA/lZ3goOsGeCLk0aKTQTXORMA2hwuXpY7RJuoek3AM8MoAz/hVlJTgF8r PLddOBpU+oN//vNodNMHYa3ZGgVPxblrrL/K+OxE0ItW2iNmyVvxSxovgwL1Ia1oL2 hmwXdyusHIDeaP7d1ClrW9j9zcsXU1P/N/hNgDUjOmoNKIqY4BGSbJSu+++H/+LQs5 sswcSSVvUV8rQ== Received: from policy02-mors.netcup.net (unknown [46.38.225.35]) by relay02-mors.netcup.net (Postfix) with ESMTPS id 4VGlKs5bcNz7yD3; Sat, 13 Apr 2024 09:24:01 +0200 (CEST) Received: from mxe217.netcup.net (unknown [10.243.12.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by policy02-mors.netcup.net (Postfix) with ESMTPS id 4VGlKs4C0lz8sbD; Sat, 13 Apr 2024 09:24:01 +0200 (CEST) Received: from florianrock64.fritz.box (ip92344de0.dynamic.kabel-deutschland.de [146.52.77.224]) by mxe217.netcup.net (Postfix) with ESMTPSA id 5CEC2836F0; Sat, 13 Apr 2024 09:23:54 +0200 (CEST) From: Florian Pelz To: 70022@debbugs.gnu.org Subject: [PATCH v3 3/3] doc: Binary Installation: Add Parabola packages. Date: Sat, 13 Apr 2024 09:18:52 +0200 Message-ID: <6537a1aac7a96d632b9fa7429852777ce3d3b912.1712992732.git.pelzflorian@pelzflorian.de> X-Mailer: git-send-email 2.41.0 In-Reply-To: <3ebf53b234f198e123437b7928df5895eb7386fd.1712992731.git.pelzflorian@pelzflorian.de> References: <3ebf53b234f198e123437b7928df5895eb7386fd.1712992731.git.pelzflorian@pelzflorian.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 5CEC2836F0 X-Rspamd-Server: rspamd-worker-8404 X-NC-CID: riY7E3FE31zdyaUlRqhNIPqjsckZLHJDJgmvd6FYuDiaUaz2cu2ZVk6J X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 70022 Cc: Florian Pelz , Denis 'GNUtoo' Carikli 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 (-) From: Denis 'GNUtoo' Carikli * doc/guix.texi (Binary Installation): Add Parabola packages. Co-authored by: Florian Pelz Change-Id: Id646152c54de0a958740314b09fdcf6af898e22e Signed-off-by: Florian Pelz --- doc/guix.texi | 13 +++++++++++++ 1 file changed, 13 insertions(+) Changes since v2 in patch 1: * Reworded 'occasionaly' to 'lately'. * Fixed genitive ending 'distributions' packages' No changes in originally Denis' patches 2 and 3. diff --git a/doc/guix.texi b/doc/guix.texi index dd62d77d36..0ca1d1ba90 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -761,6 +761,12 @@ Binary Installation sudo zypper install guix @end example +And if you're running Parabola, after enabling the pcr (Parabola +Community Repo) repository, you can install Guix with: +@example +sudo pacman -S guix +@end example + The Guix project also provides a shell script, @file{guix-install.sh}, which automates the binary installation process without use of a foreign distro package @@ -786,6 +792,13 @@ Binary Installation # ./guix-install.sh @end example +The script to install Guix is also packaged in Parabola (in the pcr +repository). You can install and run it with: +@example +sudo pacman -S guix-installer +sudo guix-install.sh +@end example + @quotation Note By default, @file{guix-install.sh} will configure Guix to download pre-built package binaries, called @dfn{substitutes} -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 05 13:00:15 2024 Received: (at 70022) by debbugs.gnu.org; 5 Jun 2024 17:00:15 +0000 Received: from localhost ([127.0.0.1]:49019 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sEtzj-0002Jv-9k for submit@debbugs.gnu.org; Wed, 05 Jun 2024 13:00:15 -0400 Received: from relay.yourmailgateway.de ([188.68.63.166]:44881) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sEtzi-0002Ji-15 for 70022@debbugs.gnu.org; Wed, 05 Jun 2024 13:00:14 -0400 Received: from mors-relay-8202.netcup.net (localhost [127.0.0.1]) by mors-relay-8202.netcup.net (Postfix) with ESMTPS id 4VvYbz0GyKz3w0k; Wed, 5 Jun 2024 18:59:59 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=pelzflorian.de; s=key2; t=1717606799; bh=JxhSAjcRicCQMczHWROyfjQ/Vok6Jc4PDQlJVpelrcI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=P+gmJQma89eHY1q2Tz92Yq5nmQbH9xNxTtu3oHxPsjPqkNjqyEEUa8AaW7tSqF0XW v15kojrxuqXIqiBx2epUahf7CPEXYBLvNqH0N7XRkPR3EonW9ZhSw7qHI32bNlTZwG 1hpeh5ffH/ZhVYwgq8fUeFQ+v0D9zmvHLmmJ8jFGoYqFdK6eXUmZJ/fowOLrTU2MFC PYtuSafl/YVoJe3vJDss1/FmdYPpFYfr+tB9UlzJm+c75f97ow9j/MauB8TS/S1rIq YotwP9bJExT7hlp6n3J5JsChfEpacL9kWGLKTnETMMLIJ25cIhzSodm42uy89qErbt 9QOmhBBZKZMHg== Received: from policy02-mors.netcup.net (unknown [46.38.225.35]) by mors-relay-8202.netcup.net (Postfix) with ESMTPS id 4VvYby6fGMz3w0j; Wed, 5 Jun 2024 18:59:58 +0200 (CEST) Received: from mxe217.netcup.net (unknown [10.243.12.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by policy02-mors.netcup.net (Postfix) with ESMTPS id 4VvYby528Qz8scM; Wed, 5 Jun 2024 18:59:58 +0200 (CEST) Received: from florianrock64.fritz.box (ipb2186896.dynamic.kabel-deutschland.de [178.24.104.150]) by mxe217.netcup.net (Postfix) with ESMTPSA id 636BE83B64; Wed, 5 Jun 2024 18:59:51 +0200 (CEST) From: Florian Pelz To: 70022@debbugs.gnu.org Subject: [PATCH v3 2/3] doc: Binary Installation: Mention Trisquel package. Date: Wed, 5 Jun 2024 18:46:00 +0200 Message-ID: <8ad72e3e09cf876615d7820ec4cdbd0ba293bdf7.1717605961.git.pelzflorian@pelzflorian.de> X-Mailer: git-send-email 2.45.1 In-Reply-To: <498129d0b003520e2d0fee9369124d02d7088a7d.1717605960.git.pelzflorian@pelzflorian.de> References: <498129d0b003520e2d0fee9369124d02d7088a7d.1717605960.git.pelzflorian@pelzflorian.de> MIME-Version: 1.0 X-Debbugs-Cc: Florian Pelz , Ludovic Courtès , Matthew Trzcinski , Maxim Cournoyer Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 636BE83B64 X-Rspamd-Server: rspamd-worker-8404 X-NC-CID: zqpnymubQIfZGZ299DBe2ZV32VbkC7r8kx2Ixj0GhjTjdWKnX7/xgCDy X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 70022 Cc: Florian Pelz , Denis 'GNUtoo' Carikli 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 (-) From: Denis 'GNUtoo' Carikli * doc/guix.texi (Binary Installation): Also mention Trisquel package. Change-Id: Iae6f77de43de2c6f387b99a10dcae5b9d82aaee1 Signed-off-by: Florian Pelz --- doc/guix.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/guix.texi b/doc/guix.texi index 25705eb679..794f888f84 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -128,6 +128,7 @@ Copyright @copyright{} 2024 Matthew Trzcinski@* Copyright @copyright{} 2024 Richard Sent@* Copyright @copyright{} 2024 Dariqq@* +Copyright @copyright{} 2024 Denis 'GNUtoo' Carikli@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or @@ -747,7 +748,7 @@ Binary Installation installation script or by distro packages, to also regularly read and follow security notices, as shown by @command{guix pull}. -For Debian or a derivative such as Ubuntu, call: +For Debian or a derivative such as Ubuntu or Trisquel, call: @example sudo apt install guix -- 2.45.1 From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 05 13:10:15 2024 Received: (at 70022) by debbugs.gnu.org; 5 Jun 2024 17:10:15 +0000 Received: from localhost ([127.0.0.1]:49808 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sEu9N-0002na-Vc for submit@debbugs.gnu.org; Wed, 05 Jun 2024 13:10:14 -0400 Received: from relay.yourmailgateway.de ([188.68.63.98]:53677) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sEtzt-0002KS-4K for 70022@debbugs.gnu.org; Wed, 05 Jun 2024 13:00:26 -0400 Received: from mors-relay-2501.netcup.net (localhost [127.0.0.1]) by mors-relay-2501.netcup.net (Postfix) with ESMTPS id 4VvYcB158dz62G0; Wed, 5 Jun 2024 19:00:10 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=pelzflorian.de; s=key2; t=1717606810; bh=J4TjokvfDtTLL5ecpi6OwGVM0m2YSrz1bWccUIHEXxk=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=IOaWKAEmG/MKR1uVvgGs0AdlRKajgbqIaipXeZ2IdT21sSPx1SniXPi2i/qisZFX0 cR6TrHuT0cpAyR/t8m1QSKK7oh6Kj+qdro9z5Gx8xvce1rfKEiFBgy2laUfYiGWfqd m+ccf8GZgeMrGqTFzA3AFZoCoZMr9ZMRL8bSOBv1mXMjSaJyV0dya9Pn8raFi2r99h 1jSrHuFCwV8LIztZfDX83PFuVyoFYC/TXIlUo5TorRPwofMLEA/86v0ugUYGZ+3ZNN z4UIS+dj05lkK5+BnXmGXKuteahqGvYhPgGeA7lIYRoc4hSyCV+94LQhC4WB14xX4w eTrYIYyfwHu1A== Received: from policy02-mors.netcup.net (unknown [46.38.225.35]) by mors-relay-2501.netcup.net (Postfix) with ESMTPS id 4VvYcB0P5mz4y37; Wed, 5 Jun 2024 19:00:10 +0200 (CEST) Received: from mxe217.netcup.net (unknown [10.243.12.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by policy02-mors.netcup.net (Postfix) with ESMTPS id 4VvYc95pdpz8sZd; Wed, 5 Jun 2024 19:00:09 +0200 (CEST) Received: from florianrock64.fritz.box (ipb2186896.dynamic.kabel-deutschland.de [178.24.104.150]) by mxe217.netcup.net (Postfix) with ESMTPSA id 8DF0183B64; Wed, 5 Jun 2024 19:00:02 +0200 (CEST) From: Florian Pelz To: 70022@debbugs.gnu.org Subject: [PATCH v3 3/3] doc: Binary Installation: Add Parabola packages. Date: Wed, 5 Jun 2024 18:46:01 +0200 Message-ID: X-Mailer: git-send-email 2.45.1 In-Reply-To: <498129d0b003520e2d0fee9369124d02d7088a7d.1717605960.git.pelzflorian@pelzflorian.de> References: <498129d0b003520e2d0fee9369124d02d7088a7d.1717605960.git.pelzflorian@pelzflorian.de> MIME-Version: 1.0 X-Debbugs-Cc: Florian Pelz , Ludovic Courtès , Matthew Trzcinski , Maxim Cournoyer Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 8DF0183B64 X-Rspamd-Server: rspamd-worker-8404 X-NC-CID: DNYDd0eL7OxcDA2GRcIDOQASyafwBgkWH6odATKzRZe1L5cVI4RYMpz0 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 70022 Cc: Florian Pelz , Denis 'GNUtoo' Carikli 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 (-) From: Denis 'GNUtoo' Carikli * doc/guix.texi (Binary Installation): Add Parabola packages. Co-authored by: Florian Pelz Change-Id: Id646152c54de0a958740314b09fdcf6af898e22e Signed-off-by: Florian Pelz --- doc/guix.texi | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/guix.texi b/doc/guix.texi index 794f888f84..c6e182a03d 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -760,6 +760,12 @@ Binary Installation sudo zypper install guix @end example +And if you're running Parabola, after enabling the pcr (Parabola +Community Repo) repository, you can install Guix with: +@example +sudo pacman -S guix +@end example + The Guix project also provides a shell script, @file{guix-install.sh}, which automates the binary installation process without use of a foreign distro package @@ -785,6 +791,13 @@ Binary Installation # ./guix-install.sh @end example +The script to install Guix is also packaged in Parabola (in the pcr +repository). You can install and run it with: +@example +sudo pacman -S guix-installer +sudo guix-install.sh +@end example + @quotation Note By default, @file{guix-install.sh} will configure Guix to download pre-built package binaries, called @dfn{substitutes} -- 2.45.1 From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 05 18:07:42 2024 Received: (at 70022) by debbugs.gnu.org; 5 Jun 2024 22:07:42 +0000 Received: from localhost ([127.0.0.1]:41610 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sEynG-0004pB-CI for submit@debbugs.gnu.org; Wed, 05 Jun 2024 18:07:42 -0400 Received: from relay.yourmailgateway.de ([46.38.247.119]:53083) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sEynE-0004ox-Cn for 70022@debbugs.gnu.org; Wed, 05 Jun 2024 18:07:41 -0400 Received: from mors-relay-8404.netcup.net (localhost [127.0.0.1]) by mors-relay-8404.netcup.net (Postfix) with ESMTPS id 4VvhCX2t6Qz7yR8; Wed, 5 Jun 2024 23:57:44 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=pelzflorian.de; s=key2; t=1717624664; bh=JxhSAjcRicCQMczHWROyfjQ/Vok6Jc4PDQlJVpelrcI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Kk2LG754VFfnWO0vf/x5Sggk6yqrKOueFaRWIyr03y/rO4bDBK06vQ+C4x/R4gHm4 Smut7gQP6mohiNfGplAad1iwsgDAshHSc5By1IEqewsalj8mhnOnq/ri0R+eL93MZO r8zNDXmIm+ZvS+bbfIWeB57POPezuLBXpvvWe3eA0Z0MAwZ11CdCL7UXOqOuFb2gDA pWP3GbLzB0TdpOC4NjzTa/wEEPGQxS6MbzHXbmluMqELhP7JcdM9mbGsXi7EK+RbX7 ky7t50HV+kqZglt27YdiIzVjLaReIhSFTvQXpIZfVS/Ie4G5w6A18FnRpkJPn5u3ov zh3KSffwADeKw== Received: from policy02-mors.netcup.net (unknown [46.38.225.35]) by mors-relay-8404.netcup.net (Postfix) with ESMTPS id 4VvhCX2VKWz4ySv; Wed, 5 Jun 2024 23:57:44 +0200 (CEST) Received: from mxe217.netcup.net (unknown [10.243.12.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by policy02-mors.netcup.net (Postfix) with ESMTPS id 4VvhCX17RNz8svH; Wed, 5 Jun 2024 23:57:44 +0200 (CEST) Received: from florianrock64.fritz.box (ipb2186896.dynamic.kabel-deutschland.de [178.24.104.150]) by mxe217.netcup.net (Postfix) with ESMTPSA id DCCC283B64; Wed, 5 Jun 2024 23:57:36 +0200 (CEST) From: Florian Pelz To: 70022@debbugs.gnu.org Subject: [PATCH v4 2/3] doc: Binary Installation: Mention Trisquel package. Date: Thu, 21 Jan 2016 09:52:14 +0100 Message-ID: <8ad72e3e09cf876615d7820ec4cdbd0ba293bdf7.1453366335.git.pelzflorian@pelzflorian.de> X-Mailer: git-send-email 2.45.1 In-Reply-To: <498129d0b003520e2d0fee9369124d02d7088a7d.1453366334.git.pelzflorian@pelzflorian.de> References: <498129d0b003520e2d0fee9369124d02d7088a7d.1453366334.git.pelzflorian@pelzflorian.de> MIME-Version: 1.0 X-Debbugs-Cc: Florian Pelz , Ludovic Courtès , Matthew Trzcinski , Maxim Cournoyer Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: DCCC283B64 X-Rspamd-Server: rspamd-worker-8404 X-NC-CID: l5tYq2n1+um2WCYbgH+BpSezSFhuL1AqyFeZpmUVYQYZugfbVpjelwfd X-Spam-Score: 2.1 (++) 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: From: Denis 'GNUtoo' Carikli * doc/guix.texi (Binary Installation): Also mention Trisquel package. Change-Id: Iae6f77de43de2c6f387b99a10dcae5b9d82aaee1 Signed-off-by: Florian Pelz --- doc/guix.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Content analysis details: (2.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [46.38.247.119 listed in list.dnswl.org] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 2.1 DATE_IN_PAST_96_XX Date: is 96 hours or more before Received: date -0.0 SPF_PASS SPF: sender matches SPF record X-Debbugs-Envelope-To: 70022 Cc: Florian Pelz , Denis 'GNUtoo' Carikli 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.1 (+) 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: From: Denis 'GNUtoo' Carikli * doc/guix.texi (Binary Installation): Also mention Trisquel package. Change-Id: Iae6f77de43de2c6f387b99a10dcae5b9d82aaee1 Signed-off-by: Florian Pelz --- doc/guix.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Content analysis details: (1.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [46.38.247.119 listed in list.dnswl.org] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 2.1 DATE_IN_PAST_96_XX Date: is 96 hours or more before Received: date -0.0 SPF_PASS SPF: sender matches SPF record -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager From: Denis 'GNUtoo' Carikli * doc/guix.texi (Binary Installation): Also mention Trisquel package. Change-Id: Iae6f77de43de2c6f387b99a10dcae5b9d82aaee1 Signed-off-by: Florian Pelz --- doc/guix.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/guix.texi b/doc/guix.texi index 25705eb679..794f888f84 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -128,6 +128,7 @@ Copyright @copyright{} 2024 Matthew Trzcinski@* Copyright @copyright{} 2024 Richard Sent@* Copyright @copyright{} 2024 Dariqq@* +Copyright @copyright{} 2024 Denis 'GNUtoo' Carikli@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or @@ -747,7 +748,7 @@ Binary Installation installation script or by distro packages, to also regularly read and follow security notices, as shown by @command{guix pull}. -For Debian or a derivative such as Ubuntu, call: +For Debian or a derivative such as Ubuntu or Trisquel, call: @example sudo apt install guix -- 2.45.1 From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 05 18:25:18 2024 Received: (at 70022) by debbugs.gnu.org; 5 Jun 2024 22:25:18 +0000 Received: from localhost ([127.0.0.1]:42631 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sEz4H-0005Yn-2a for submit@debbugs.gnu.org; Wed, 05 Jun 2024 18:25:18 -0400 Received: from relay.yourmailgateway.de ([46.38.247.119]:46061) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sEywt-0005Fm-RN for 70022@debbugs.gnu.org; Wed, 05 Jun 2024 18:17:41 -0400 Received: from mors-relay-8404.netcup.net (localhost [127.0.0.1]) by mors-relay-8404.netcup.net (Postfix) with ESMTPS id 4VvhDN0fdjz81bq; Wed, 5 Jun 2024 23:58:28 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=pelzflorian.de; s=key2; t=1717624708; bh=J4TjokvfDtTLL5ecpi6OwGVM0m2YSrz1bWccUIHEXxk=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=SkMSVbsEInNYdiijmer0BF3Fnz3SHuGreTVeh2KrvMvN26UcynW84O71ogFh7wvF2 k+IDDFxHICs8PnF9SPCL8u75bUeleJpph8ScGhZk0ezF769VyZ21hWjVuZdc0NLEGB +JTrkCpQYg4I13V4DTuzxPlq8ManI6QO8zP/rSg2iTW1gjpKDlx2pKfjjLz9BNL5tt it5iZkYQHemdsMaJ6w+b6Kz2DHtfPd+ikCVkDMqbUKB+mUmghLk9IL56kpfJumjzLO b4twOe/WzwcxTwiWzsofLiqifmPlGKIehibGhim8yJ4HJdgH/WvOJanr1P5uMjVJUD uH0kUaje7Bkpw== Received: from policy01-mors.netcup.net (unknown [46.38.225.35]) by mors-relay-8404.netcup.net (Postfix) with ESMTPS id 4VvhDN0H0hz4ySv; Wed, 5 Jun 2024 23:58:28 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at policy01-mors.netcup.net X-Spam-Flag: NO X-Spam-Score: 0.506 X-Spam-Level: X-Spam-Status: No, score=0.506 required=6.31 tests=[ALL_TRUSTED=-1, BAYES_00=-1.9, DATE_IN_PAST_96_XX=3.405, URIBL_BLOCKED=0.001] autolearn=no autolearn_force=no Received: from mxe217.netcup.net (unknown [10.243.12.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by policy01-mors.netcup.net (Postfix) with ESMTPS id 4VvhDM3QxZz8tXZ; Wed, 5 Jun 2024 23:58:27 +0200 (CEST) Received: from florianrock64.fritz.box (ipb2186896.dynamic.kabel-deutschland.de [178.24.104.150]) by mxe217.netcup.net (Postfix) with ESMTPSA id 3405283B64; Wed, 5 Jun 2024 23:58:20 +0200 (CEST) From: Florian Pelz To: 70022@debbugs.gnu.org Subject: [PATCH v4 3/3] doc: Binary Installation: Add Parabola packages. Date: Thu, 21 Jan 2016 09:52:15 +0100 Message-ID: X-Mailer: git-send-email 2.45.1 In-Reply-To: <498129d0b003520e2d0fee9369124d02d7088a7d.1453366334.git.pelzflorian@pelzflorian.de> References: <498129d0b003520e2d0fee9369124d02d7088a7d.1453366334.git.pelzflorian@pelzflorian.de> MIME-Version: 1.0 X-Debbugs-Cc: Florian Pelz , Ludovic Courtès , Matthew Trzcinski , Maxim Cournoyer Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 3405283B64 X-Rspamd-Server: rspamd-worker-8404 X-NC-CID: CPvJc3gJZCV1ohRVJIlXKh97wnqx/+lFe6gP4THLblEIufKRjoy5TJie X-Spam-Score: 2.1 (++) 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: From: Denis 'GNUtoo' Carikli * doc/guix.texi (Binary Installation): Add Parabola packages. Co-authored by: Florian Pelz Change-Id: Id646152c54de0a958740314b09fdcf6af898e22e Signed-off-by: Florian Pelz --- doc/guix.texi | 13 +++++++++ [...] Content analysis details: (2.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [46.38.247.119 listed in list.dnswl.org] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 2.1 DATE_IN_PAST_96_XX Date: is 96 hours or more before Received: date -0.0 SPF_PASS SPF: sender matches SPF record X-Debbugs-Envelope-To: 70022 Cc: Florian Pelz , Denis 'GNUtoo' Carikli 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.1 (+) 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: From: Denis 'GNUtoo' Carikli * doc/guix.texi (Binary Installation): Add Parabola packages. Co-authored by: Florian Pelz Change-Id: Id646152c54de0a958740314b09fdcf6af898e22e Signed-off-by: Florian Pelz --- doc/guix.texi | 13 +++++++++ [...] Content analysis details: (1.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [46.38.247.119 listed in list.dnswl.org] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 2.1 DATE_IN_PAST_96_XX Date: is 96 hours or more before Received: date -0.0 SPF_PASS SPF: sender matches SPF record -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager From: Denis 'GNUtoo' Carikli * doc/guix.texi (Binary Installation): Add Parabola packages. Co-authored by: Florian Pelz Change-Id: Id646152c54de0a958740314b09fdcf6af898e22e Signed-off-by: Florian Pelz --- doc/guix.texi | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/guix.texi b/doc/guix.texi index 794f888f84..c6e182a03d 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -760,6 +760,12 @@ Binary Installation sudo zypper install guix @end example +And if you're running Parabola, after enabling the pcr (Parabola +Community Repo) repository, you can install Guix with: +@example +sudo pacman -S guix +@end example + The Guix project also provides a shell script, @file{guix-install.sh}, which automates the binary installation process without use of a foreign distro package @@ -785,6 +791,13 @@ Binary Installation # ./guix-install.sh @end example +The script to install Guix is also packaged in Parabola (in the pcr +repository). You can install and run it with: +@example +sudo pacman -S guix-installer +sudo guix-install.sh +@end example + @quotation Note By default, @file{guix-install.sh} will configure Guix to download pre-built package binaries, called @dfn{substitutes} -- 2.45.1 From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 05 20:55:12 2024 Received: (at 70022) by debbugs.gnu.org; 6 Jun 2024 00:55:12 +0000 Received: from localhost ([127.0.0.1]:52390 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sF1PM-0003wZ-3k for submit@debbugs.gnu.org; Wed, 05 Jun 2024 20:55:12 -0400 Received: from mail-qv1-f54.google.com ([209.85.219.54]:45093) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sF1PK-0003wB-N2 for 70022@debbugs.gnu.org; Wed, 05 Jun 2024 20:55:11 -0400 Received: by mail-qv1-f54.google.com with SMTP id 6a1803df08f44-6b005377e32so2288756d6.2 for <70022@debbugs.gnu.org>; Wed, 05 Jun 2024 17:54:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1717635231; x=1718240031; darn=debbugs.gnu.org; h=mime-version:user-agent:message-id:date:references:in-reply-to :subject:cc:to:from:from:to:cc:subject:date:message-id:reply-to; bh=20KwedeK59GMBYD6l+TRdOyNoxq1+04QFVjt2ziMtcE=; b=RxfxjzBc8xWdV2pl41cP77gBYe0VqMe5zZ+zQCnxalzYPs0ayAKRiM01hxrau0vea4 D4UxeYXJda62kHJbL1XdOnvDztq+BzVLojDR336SdhLOFTdf1lYLC1u8erDB8Q2VrQIH B+0hl5VCWhvDaM3z3gRqbP4tVWppTCIf/slRQJIYiSy4ihN2+L5J473im47fYROci4xG NkvdMwyeOs+KPcliQiy1akeqxQO92w63o+GDOg+fvLorVokT4fV3vPcdxm9bq2L3MEUM B94t4+T1w53fUPMLivuD7xZ9RbYtZPLrRQ8u126zDvA1Rbux1bIPn1X349G8fBjE/umc UnYA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1717635231; x=1718240031; h=mime-version:user-agent:message-id:date:references:in-reply-to :subject:cc:to:from:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=20KwedeK59GMBYD6l+TRdOyNoxq1+04QFVjt2ziMtcE=; b=WXpsvPT9u9h/r2l7T8oZh1t2n8wnVFmGut4+MnRJF313RypqokOIVJPUWvs4lVdhed qOcjXXquXzGyyik2bjNLnS/yCG/seSHL5D98mco/5pcRwmv/wqVcm5ZNDUEzYSTaX2iB Bxfhc7FfqpRtCwJlzKJLJAVchro7pqEp89LH4g3kfNlhyKkBjulcAIV8fXCJAZFyQmvC oSgg+GuoL/sZZBXlUD4yhYzGcqHCuEUpVfaZ84QyPnWH4WhJUgmPWBf3puvNlAymkaVi 28rgdxcMywVU9jHh3H3KGeXZtwa/kTdFAy77WSBGaqDF2PILHT8RzjNgH6Qu9/dmnXuo NAbw== X-Gm-Message-State: AOJu0YzwipG22zsEB+QYdCnkOG1OxOZEKUBWHr9Po4sjDjES3M3oyxh4 eLIg2phh36lDNFRvTCBfOIUUQU/acXqxJwyP6YP+ntC8OQJPDP7X9xmGDQY/ X-Google-Smtp-Source: AGHT+IECaDhTwxvbxEXc0waTCM6VHWRu0KY+/kiTXsIPGOo9cUymlBMemCfwRl5fSe2KAdBj9DaXKg== X-Received: by 2002:a05:6214:3a8a:b0:6ad:75ac:ab35 with SMTP id 6a1803df08f44-6b02bf09c45mr46145916d6.8.1717635230596; Wed, 05 Jun 2024 17:53:50 -0700 (PDT) Received: from hurd (dsl-10-133-150.b2b2c.ca. [72.10.133.150]) by smtp.gmail.com with ESMTPSA id 6a1803df08f44-6b04f9b6b31sm1118876d6.106.2024.06.05.17.53.49 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 05 Jun 2024 17:53:50 -0700 (PDT) From: Maxim Cournoyer To: Florian Pelz Subject: Re: [bug#70022] [PATCH v3 2/3] doc: Binary Installation: Mention Trisquel package. In-Reply-To: (Florian Pelz's message of "Sat, 13 Apr 2024 09:18:51 +0200") References: <3ebf53b234f198e123437b7928df5895eb7386fd.1712992731.git.pelzflorian@pelzflorian.de> Date: Wed, 05 Jun 2024 20:53:49 -0400 Message-ID: <87ed9a3n8i.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 70022 Cc: 70022@debbugs.gnu.org, Denis 'GNUtoo' Carikli 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, Florian Pelz writes: > From: Denis 'GNUtoo' Carikli > > * doc/guix.texi (Binary Installation): Also mention Trisquel package. > > Change-Id: Iae6f77de43de2c6f387b99a10dcae5b9d82aaee1 > Signed-off-by: Florian Pelz > --- > doc/guix.texi | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/doc/guix.texi b/doc/guix.texi > index f6bbed1de3..dd62d77d36 100644 > --- a/doc/guix.texi > +++ b/doc/guix.texi > @@ -126,6 +126,7 @@ > Copyright @copyright{} 2023 Tomas Volf@* > Copyright @copyright{} 2024 Herman Rimm@* > Copyright @copyright{} 2024 Matthew Trzcinski@* > +Copyright @copyright{} 2024 Denis 'GNUtoo' Carikli@* > > Permission is granted to copy, distribute and/or modify this document > under the terms of the GNU Free Documentation License, Version 1.3 or > @@ -748,7 +749,7 @@ Binary Installation > regularly read and follow security notices, as shown by @command{guix > pull}. > > -For Debian or a derivative such as Ubuntu, call: > +For Debian or a derivative such as Ubuntu or Trisquel, call: Not sure if that'd be clearer, but an alternative would be: --8<---------------cut here---------------start------------->8--- For Debian or derivatives such as Ubuntu and Trisquel, call: --8<---------------cut here---------------end--------------->8--- I find that less 'or'y, but that's probably a matter of taste :-). -- Thanks, Maxim From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 05 20:57:47 2024 Received: (at 70022) by debbugs.gnu.org; 6 Jun 2024 00:57:47 +0000 Received: from localhost ([127.0.0.1]:52603 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sF1Rq-00044z-Mi for submit@debbugs.gnu.org; Wed, 05 Jun 2024 20:57:47 -0400 Received: from mail-qv1-f43.google.com ([209.85.219.43]:54685) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sF1Ro-00044Z-VS for 70022@debbugs.gnu.org; Wed, 05 Jun 2024 20:57:45 -0400 Received: by mail-qv1-f43.google.com with SMTP id 6a1803df08f44-6af5b9137a9so2191046d6.1 for <70022@debbugs.gnu.org>; Wed, 05 Jun 2024 17:57:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1717635385; x=1718240185; darn=debbugs.gnu.org; h=mime-version:user-agent:message-id:date:references:in-reply-to :subject:cc:to:from:from:to:cc:subject:date:message-id:reply-to; bh=+KbL8S4E42/3PCNjTTmbBxH7HgdupWuX42TSngpMAJU=; b=kN4XXlKSKmsxOshMkaoyWlGUjw7bu5QPyskxlCz0Yn6aW9E++xLKGg8818UnALT/jo 581tQeitKQUaZYDR1KNS1ZNh2wuhVvX7jU6sWHNi31oaRC3baxEtbllaQtBDevcVkVwH h8Cx+V+oA/J1HNUY/i1gao8WwI5W7EVR6ek20UXaH3SGSsQzD1AYULVkmW42YP1nyiIX vAk9EQvRavswC+07iCMGfm0qOy2995Qt1ggoJXg6nUVz94KXDo7g1UvZ46zEOaUfbUGH WCR3xrGq/u8o6/mcV442CwYt9NyEzHnZJISzxSiiId9ZO3z6/OG5ROaE6PeXriFQWiIN vuUg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1717635385; x=1718240185; h=mime-version:user-agent:message-id:date:references:in-reply-to :subject:cc:to:from:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=+KbL8S4E42/3PCNjTTmbBxH7HgdupWuX42TSngpMAJU=; b=JXFHXvQrJfi4TwwpQE1bzG9Mc6saSsfA32aWi2gpT0BsTvU3kmoekoIg19dJGPwaUY tDs6SK3L6whB3pWjapYzYbAP1T8d7T67o/PvvQacwDuyeWB2/RZBRdGn4qq11NuZL4rs 1EgqrPqARHR2QW22Yd1j2kjnZegPtPijbpSs3f5CRKyu2awapE24J4Qzdx2/TBA4drZh RvrbXqTGV6PRH4hmzIFzTxc+ZRhWOzhz1O8Cjs3v4JNyTgLOV5c3Nvc3rCwx9cftuH4L soyfNB02CG7550GtGHx965LvxHrAZUTBAAYHdXseWLMSy+KKc5pstjibgKjyIB4zByhI MhZg== X-Gm-Message-State: AOJu0Yz0AADjpUMikKdYQBXq3Ymg03ugIyHZ/gvx/Doe0NvuY92jw979 koHvezY0bi5AUaGUp/OQ7rYXGL4W0VPnJjiZAxCIOnnZDO0MURHT X-Google-Smtp-Source: AGHT+IGP8B+WGPUA1qdhGNqg8kGkCO251m+77BDUbwjAYfcCuE8vQtFvsWEE5QM9g07OVqCJ1whnlw== X-Received: by 2002:a05:6214:5906:b0:6a0:c962:a2be with SMTP id 6a1803df08f44-6b02bf8380fmr51752656d6.39.1717635385158; Wed, 05 Jun 2024 17:56:25 -0700 (PDT) Received: from hurd (dsl-10-133-150.b2b2c.ca. [72.10.133.150]) by smtp.gmail.com with ESMTPSA id 6a1803df08f44-6b04f621640sm1214386d6.19.2024.06.05.17.56.24 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 05 Jun 2024 17:56:24 -0700 (PDT) From: Maxim Cournoyer To: Florian Pelz Subject: Re: [bug#70022] [PATCH v3 3/3] doc: Binary Installation: Add Parabola packages. In-Reply-To: <6537a1aac7a96d632b9fa7429852777ce3d3b912.1712992732.git.pelzflorian@pelzflorian.de> (Florian Pelz's message of "Sat, 13 Apr 2024 09:18:52 +0200") References: <3ebf53b234f198e123437b7928df5895eb7386fd.1712992731.git.pelzflorian@pelzflorian.de> <6537a1aac7a96d632b9fa7429852777ce3d3b912.1712992732.git.pelzflorian@pelzflorian.de> Date: Wed, 05 Jun 2024 20:56:23 -0400 Message-ID: <877cf23n48.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 70022 Cc: 70022@debbugs.gnu.org, Denis 'GNUtoo' Carikli 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, Florian Pelz writes: > From: Denis 'GNUtoo' Carikli > > * doc/guix.texi (Binary Installation): Add Parabola packages. > > Co-authored by: Florian Pelz > Change-Id: Id646152c54de0a958740314b09fdcf6af898e22e > Signed-off-by: Florian Pelz > --- > doc/guix.texi | 13 +++++++++++++ > 1 file changed, 13 insertions(+) > > Changes since v2 in patch 1: > * Reworded 'occasionaly' to 'lately'. > * Fixed genitive ending 'distributions' packages' > No changes in originally Denis' patches 2 and 3. > > diff --git a/doc/guix.texi b/doc/guix.texi > index dd62d77d36..0ca1d1ba90 100644 > --- a/doc/guix.texi > +++ b/doc/guix.texi > @@ -761,6 +761,12 @@ Binary Installation > sudo zypper install guix > @end example > > +And if you're running Parabola, after enabling the pcr (Parabola > +Community Repo) repository, you can install Guix with: > +@example > +sudo pacman -S guix > +@end example I think I'd go with "If you are running Parabola [...]" (dropping the "And" which seems extraneous and the 'you are' -> 'you're' contraction). -- Thanks, Maxim From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 05 21:01:06 2024 Received: (at 70022) by debbugs.gnu.org; 6 Jun 2024 01:01:06 +0000 Received: from localhost ([127.0.0.1]:52836 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sF1V3-0004GZ-JO for submit@debbugs.gnu.org; Wed, 05 Jun 2024 21:01:06 -0400 Received: from mail-qv1-f41.google.com ([209.85.219.41]:61647) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sF1V1-0004Fn-Gg for 70022@debbugs.gnu.org; Wed, 05 Jun 2024 21:01:03 -0400 Received: by mail-qv1-f41.google.com with SMTP id 6a1803df08f44-6af27d0c9f8so1909126d6.2 for <70022@debbugs.gnu.org>; Wed, 05 Jun 2024 18:00:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1717635583; x=1718240383; darn=debbugs.gnu.org; h=mime-version:user-agent:message-id:date:references:in-reply-to :subject:cc:to:from:from:to:cc:subject:date:message-id:reply-to; bh=o8Foa+Up3nFRRs9klDzfWkF8gvLh0tBN5Py/WOvvUGI=; b=lLeDKe4bfXgPcYfKza0dGNTawFUTOfLMYXT+H2u2kbB6KCnfVmwp750UvrB5RZPvyY hqIfL5L0AoS7KMmVj8uCQjcXvB+1HXmEPVArIOW/XnhMqwKt1v7fW8CIVBcBZ488T8wW YlkOXIuaXq7V4HsW7DfuErG32c6u0TJ5CWJ5Uvbw1tuMDjNfD+SwLHv67j2+a4Vi9Me5 Qz7tqu+JkbLk6+asw/UPlxF+AEH7mH/OaNlaeih21QOEq5bDpr9VIUzkiMuEdITO2i7V 0P98gcUH8BQGY6+o3LousUyslkbJgqzDg9FPamxizsyWM7cc5i18g7KsmCVaPpIPXi+s x8kQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1717635583; x=1718240383; h=mime-version:user-agent:message-id:date:references:in-reply-to :subject:cc:to:from:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=o8Foa+Up3nFRRs9klDzfWkF8gvLh0tBN5Py/WOvvUGI=; b=J9trC8j+ENxEFIcn81rEo1A2SxqT2H8KKmTxtgBEYxDFpBr4bXGz6ltdAVZDv+fn2L oD/P4O0vkEHAvmWgMMgkRSsYPL6tKsu6x23/nq/UdYi2KhV4ZAajXoiT5OKWWbabYwVR gkgyuP9JW6eCm+R2UnDnArM3VDE+2O74duRiJeiuJ7hvD516G/crdBYwQ2Sw+NnrK6z7 8wGPn2zTHfZkWjoqoefNZyfvEhiZO4T1lZqm9CZALFEkVMN6prpzNbdL0gyCyuIDode9 J3VKlURydT2iJ+gd2XUnBpvDeD11LubzHEA+LlvLDbUo63LUQ1NpfuMRE+Ql890oqBWJ 9H5Q== X-Gm-Message-State: AOJu0YzWt4hz7sAaKxKUbCpPLNyBxeKqwfo/x8EM+kxw5Sh6IsXs14Bs xUwSMDLbyiq+o8vBc6pICOtXSOVgrF4JvSmEpTzapah9O/4cB88d5Qnetgp/ X-Google-Smtp-Source: AGHT+IGZNSOveMgUJAV28ZD/yf5jJLaW1EZoCBQ8EQwDW65Y9woSv9Xr3WZGHzm78VCP279m1+pwlA== X-Received: by 2002:a05:6214:3b86:b0:6b0:48fb:138e with SMTP id 6a1803df08f44-6b048fb13eamr25963726d6.14.1717635583051; Wed, 05 Jun 2024 17:59:43 -0700 (PDT) Received: from hurd (dsl-10-133-150.b2b2c.ca. [72.10.133.150]) by smtp.gmail.com with ESMTPSA id 6a1803df08f44-6b04f9fa5b5sm1142556d6.127.2024.06.05.17.59.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 05 Jun 2024 17:59:41 -0700 (PDT) From: Maxim Cournoyer To: Florian Pelz Subject: Re: [bug#70022] [PATCH v3 1/3] doc: Warn about foreign distro Guix packages' security. In-Reply-To: <3ebf53b234f198e123437b7928df5895eb7386fd.1712992731.git.pelzflorian@pelzflorian.de> (Florian Pelz's message of "Sat, 13 Apr 2024 09:18:50 +0200") References: <3ebf53b234f198e123437b7928df5895eb7386fd.1712992731.git.pelzflorian@pelzflorian.de> Date: Wed, 05 Jun 2024 20:59:40 -0400 Message-ID: <8734pq3myr.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 70022 Cc: 70022@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 (-) Hi, Florian Pelz writes: > * doc/guix.texi (Binary Installation): Prefix installation instructions > with a warning. > > Change-Id: I088c7f00f4c3c8e32bdfd117ea934942930f7513 > --- > doc/guix.texi | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/doc/guix.texi b/doc/guix.texi > index 5efbd00984..f6bbed1de3 100644 > --- a/doc/guix.texi > +++ b/doc/guix.texi > @@ -741,6 +741,13 @@ Binary Installation > may be older than @value{VERSION} but you can update it afterwards by > running @samp{guix pull}. > > +In the past, lately, security vulnerabilities in @command{guix-daemon} The s/lately, // ? (removing that part, which seems unnecessary) > +have been discovered and fixes for them have not yet been provided in Perhaps, 's/have not yet been provided/have yet to be provided/ > +foreign distributions' packages. We advise those who install Guix, 'in foreign distributions' (without 'packages') seems sufficient to me. > +both from the installation script or by distro packages, to also Perhaps, 'or via the native package manager of their foreign distribution' ? -- Thanks, Maxim From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 06 05:10:02 2024 Received: (at 70022) by debbugs.gnu.org; 6 Jun 2024 09:10:02 +0000 Received: from localhost ([127.0.0.1]:52314 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sF98D-00009E-L3 for submit@debbugs.gnu.org; Thu, 06 Jun 2024 05:10:02 -0400 Received: from relay.yourmailgateway.de ([188.68.63.174]:45695) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sF98B-00008s-S7 for 70022@debbugs.gnu.org; Thu, 06 Jun 2024 05:10:00 -0400 Received: from mors-relay8204.netcup.net (localhost [127.0.0.1]) by mors-relay8204.netcup.net (Postfix) with ESMTPS id 4Vvz6w31Pyz8c9T; Thu, 6 Jun 2024 09:09:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=pelzflorian.de; s=key2; t=1717664984; bh=8otPTgdr+sgAwcL9COjRng1lo4JbEUWyLRGynmZJfKc=; h=From:To:Cc:Subject:In-Reply-To:In-Reply-To:Date:References: References:From; b=IQiBwQoLHD6pQN8JFG3YLwjawHFw8JngaNxU9laovvLj8Ip0ClRxez+L6nXiEOnEy H0XKVDzGy2xKdN0o5K/qOYWyYW0S8yT5yjJ1DdtBp+7hU4LBmY87pDZku11vop5ri+ gf6uwe1WMhyNqoawPKLvLgkx1aYW4Ii4xvsPga+h2hq/osSaLLWHUOOkoXAOwbX6Cz K9aChkcuaGxN5jTDvenyB+mCYyviq/pkidfQ+c0WyRylEvQMNt6Qc4lvmloxyx9Q21 PYLS3P8m1qaSU2RwoI9ZHnFEaOmhgZmGJ2KQy8hIRhkLmFjUBR4HZdhS6eACPP5A2S ANKL+kWBjHkGA== Received: from policy02-mors.netcup.net (unknown [46.38.225.35]) by mors-relay8204.netcup.net (Postfix) with ESMTPS id 4Vvz6w2JRGz8c9R; Thu, 6 Jun 2024 09:09:44 +0000 (UTC) Received: from mxe217.netcup.net (unknown [10.243.12.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by policy02-mors.netcup.net (Postfix) with ESMTPS id 4Vvz6w0MDfz8sZw; Thu, 6 Jun 2024 11:09:44 +0200 (CEST) Received: from florianrock64 (ipb2186896.dynamic.kabel-deutschland.de [178.24.104.150]) by mxe217.netcup.net (Postfix) with ESMTPSA id C5A0483D00; Thu, 6 Jun 2024 11:09:37 +0200 (CEST) From: "pelzflorian (Florian Pelz)" To: Maxim Cournoyer Subject: [PATCH v5 2/3] doc: Binary Installation: Mention Trisquel package. In-Reply-To: <5d44e7516a752ad4f24b3a02e6b7fcdd736c6cca.1717662556.git.pelzflorian@pelzflorian.de> (pelzflorian@pelzflorian.de's message of "Thu, 06 Jun 2024 11:05:09 +0200") In-Reply-To: <5d44e7516a752ad4f24b3a02e6b7fcdd736c6cca.1717662556.git.pelzflorian@pelzflorian.de> Date: Wed, 27 Mar 2024 01:17:16 +0100 Message-ID: <6183d272120d0c034c8ff3ac695569cf477b7c1f.1717662556.git.pelzflorian@pelzflorian.de> References: <3ebf53b234f198e123437b7928df5895eb7386fd.1712992731.git.pelzflorian@pelzflorian.de> <6537a1aac7a96d632b9fa7429852777ce3d3b912.1712992732.git.pelzflorian@pelzflorian.de> <877cf23n48.fsf@gmail.com> <5d44e7516a752ad4f24b3a02e6b7fcdd736c6cca.1717662556.git.pelzflorian@pelzflorian.de> References: <5d44e7516a752ad4f24b3a02e6b7fcdd736c6cca.1717662556.git.pelzflorian@pelzflorian.de> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Rspamd-Queue-Id: C5A0483D00 X-Rspamd-Server: rspamd-worker-8404 X-NC-CID: Eh4NAdoOYJeO1AmSxTKBLY5KIkuBc/MdBHaJORbI0DLWW8R7ROUb4kF3 X-Spam-Score: 2.1 (++) 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: From: Denis 'GNUtoo' Carikli * doc/guix.texi (Binary Installation): Also mention Trisquel package. Change-Id: Iae6f77de43de2c6f387b99a10dcae5b9d82aaee1 Signed-off-by: Florian Pelz --- doc/guix.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Content analysis details: (2.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 2.1 DATE_IN_PAST_96_XX Date: is 96 hours or more before Received: date -0.0 SPF_PASS SPF: sender matches SPF record X-Debbugs-Envelope-To: 70022 Cc: 70022@debbugs.gnu.org, Denis 'GNUtoo' Carikli 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.1 (+) 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: From: Denis 'GNUtoo' Carikli * doc/guix.texi (Binary Installation): Also mention Trisquel package. Change-Id: Iae6f77de43de2c6f387b99a10dcae5b9d82aaee1 Signed-off-by: Florian Pelz --- doc/guix.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Content analysis details: (1.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 2.1 DATE_IN_PAST_96_XX Date: is 96 hours or more before Received: date -0.0 SPF_PASS SPF: sender matches SPF record -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager From: Denis 'GNUtoo' Carikli * doc/guix.texi (Binary Installation): Also mention Trisquel package. Change-Id: Iae6f77de43de2c6f387b99a10dcae5b9d82aaee1 Signed-off-by: Florian Pelz --- doc/guix.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/guix.texi b/doc/guix.texi index 2c83848f8b..6a99994a65 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -128,6 +128,7 @@ Copyright @copyright{} 2024 Matthew Trzcinski@* Copyright @copyright{} 2024 Richard Sent@* Copyright @copyright{} 2024 Dariqq@* +Copyright @copyright{} 2024 Denis 'GNUtoo' Carikli@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or @@ -748,7 +749,7 @@ Binary Installation foreign distribution, to also regularly read and follow security notices, as shown by @command{guix pull}. -For Debian or a derivative such as Ubuntu, call: +For Debian or derivatives such as Ubuntu or Trisquel, call: @example sudo apt install guix -- 2.45.1 From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 06 05:20:01 2024 Received: (at 70022) by debbugs.gnu.org; 6 Jun 2024 09:20:01 +0000 Received: from localhost ([127.0.0.1]:52335 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sF9Hs-0000P5-RM for submit@debbugs.gnu.org; Thu, 06 Jun 2024 05:20:01 -0400 Received: from relay.yourmailgateway.de ([188.68.63.174]:59397) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sF9Hq-0000Op-2k for 70022@debbugs.gnu.org; Thu, 06 Jun 2024 05:19:59 -0400 Received: from mors-relay8204.netcup.net (localhost [127.0.0.1]) by mors-relay8204.netcup.net (Postfix) with ESMTPS id 4VvzLQ2FZSz8cB4; Thu, 6 Jun 2024 09:19:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=pelzflorian.de; s=key2; t=1717665582; bh=hNdtCycCT3FLzC4wTsIL6/dn2HwRiVDLAfKWYTb7rdg=; h=From:To:Cc:Subject:In-Reply-To:In-Reply-To:Date:References: References:From; b=ShRz8Vd3EZ5scEjm/35N1sNBrgA+/g+YnbSiSbjYhtTFzy7LxeqSHpcvkMrsR9JRU U83rB/fLx7Pvd0meLtrnsPHIuvryEKJ0FbOo0t4isRRTFCEoxmO8kUcFlHCdkCzA8y 0jZQ51XJE6kFWtlAsieyiQpShkZjPmk71GGXHSJNEmeQ9ViCgoqJJ6cWjyNtvi6HO6 Lx5bWVuINMWLnp5bqnPIiph/qEPKaJHc+FH1LxwMuXIlyYum8nHrnvm2VOGrTGPfnN kwhJGw41iQS79aKMeSrPE/RpcQ8AKXprKLZjiJkr59mGymcUYPRhWnsyAHWFQ4hj6t 50J26gEgk5+zw== Received: from policy02-mors.netcup.net (unknown [46.38.225.35]) by mors-relay8204.netcup.net (Postfix) with ESMTPS id 4VvzLQ1Xd4z8cB3; Thu, 6 Jun 2024 09:19:42 +0000 (UTC) Received: from mxe217.netcup.net (unknown [10.243.12.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by policy02-mors.netcup.net (Postfix) with ESMTPS id 4VvzLP5Psmz8sWg; Thu, 6 Jun 2024 11:19:41 +0200 (CEST) Received: from florianrock64 (ipb2186896.dynamic.kabel-deutschland.de [178.24.104.150]) by mxe217.netcup.net (Postfix) with ESMTPSA id 7C01483D00; Thu, 6 Jun 2024 11:19:35 +0200 (CEST) From: "pelzflorian (Florian Pelz)" To: Maxim Cournoyer Subject: [PATCH v5 3/3] doc: Binary Installation: Add Parabola packages. In-Reply-To: <6183d272120d0c034c8ff3ac695569cf477b7c1f.1717662556.git.pelzflorian@pelzflorian.de> (pelzflorian@pelzflorian.de's message of "Wed, 27 Mar 2024 01:17:16 +0100") In-Reply-To: <5d44e7516a752ad4f24b3a02e6b7fcdd736c6cca.1717662556.git.pelzflorian@pelzflorian.de> Date: Wed, 27 Mar 2024 01:17:17 +0100 Message-ID: <9e54db4b4f6f287bace510f47a49d7963569fbdf.1717662557.git.pelzflorian@pelzflorian.de> References: <3ebf53b234f198e123437b7928df5895eb7386fd.1712992731.git.pelzflorian@pelzflorian.de> <6537a1aac7a96d632b9fa7429852777ce3d3b912.1712992732.git.pelzflorian@pelzflorian.de> <877cf23n48.fsf@gmail.com> <5d44e7516a752ad4f24b3a02e6b7fcdd736c6cca.1717662556.git.pelzflorian@pelzflorian.de> <5d44e7516a752ad4f24b3a02e6b7fcdd736c6cca.1717662556.git.pelzflorian@pelzflorian.de> <6183d272120d0c034c8ff3ac695569cf477b7c1f.1717662556.git.pelzflorian@pelzflorian.de> References: <5d44e7516a752ad4f24b3a02e6b7fcdd736c6cca.1717662556.git.pelzflorian@pelzflorian.de> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Rspamd-Queue-Id: 7C01483D00 X-Rspamd-Server: rspamd-worker-8404 X-NC-CID: ceKOP97KDh4HQfUADQv8IQc4MkfPJHK+IWSUONuUlu9h4Q2CIprnIWLD X-Spam-Score: 2.1 (++) 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: From: Denis 'GNUtoo' Carikli * doc/guix.texi (Binary Installation): Add Parabola packages. Co-authored by: Florian Pelz Change-Id: Id646152c54de0a958740314b09fdcf6af898e22e Signed-off-by: Florian Pelz --- doc/guix.texi | 13 +++++++++ [...] Content analysis details: (2.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 2.1 DATE_IN_PAST_96_XX Date: is 96 hours or more before Received: date -0.0 SPF_PASS SPF: sender matches SPF record X-Debbugs-Envelope-To: 70022 Cc: 70022@debbugs.gnu.org, Denis 'GNUtoo' Carikli 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.1 (+) 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: From: Denis 'GNUtoo' Carikli * doc/guix.texi (Binary Installation): Add Parabola packages. Co-authored by: Florian Pelz Change-Id: Id646152c54de0a958740314b09fdcf6af898e22e Signed-off-by: Florian Pelz --- doc/guix.texi | 13 +++++++++ [...] Content analysis details: (1.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 2.1 DATE_IN_PAST_96_XX Date: is 96 hours or more before Received: date -0.0 SPF_PASS SPF: sender matches SPF record -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager From: Denis 'GNUtoo' Carikli * doc/guix.texi (Binary Installation): Add Parabola packages. Co-authored by: Florian Pelz Change-Id: Id646152c54de0a958740314b09fdcf6af898e22e Signed-off-by: Florian Pelz --- doc/guix.texi | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/guix.texi b/doc/guix.texi index 6a99994a65..769ca1399f 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -761,6 +761,12 @@ Binary Installation sudo zypper install guix @end example +If you are running Parabola, after enabling the pcr (Parabola +Community Repo) repository, you can install Guix with: +@example +sudo pacman -S guix +@end example + The Guix project also provides a shell script, @file{guix-install.sh}, which automates the binary installation process without use of a foreign distro package @@ -786,6 +792,13 @@ Binary Installation # ./guix-install.sh @end example +The script to install Guix is also packaged in Parabola (in the pcr +repository). You can install and run it with: +@example +sudo pacman -S guix-installer +sudo guix-install.sh +@end example + @quotation Note By default, @file{guix-install.sh} will configure Guix to download pre-built package binaries, called @dfn{substitutes} -- 2.45.1 From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 06 05:47:10 2024 Received: (at 70022) by debbugs.gnu.org; 6 Jun 2024 09:47:10 +0000 Received: from localhost ([127.0.0.1]:52401 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sF9i9-0001AH-Fw for submit@debbugs.gnu.org; Thu, 06 Jun 2024 05:47:09 -0400 Received: from relay.yourmailgateway.de ([188.68.63.162]:50967) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sF9i7-0001A5-6V for 70022@debbugs.gnu.org; Thu, 06 Jun 2024 05:47:07 -0400 Received: from mors-relay-8201.netcup.net (localhost [127.0.0.1]) by mors-relay-8201.netcup.net (Postfix) with ESMTPS id 4Vvzxl2lwSz3x7X; Thu, 6 Jun 2024 11:46:51 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=pelzflorian.de; s=key2; t=1717667211; bh=8otPTgdr+sgAwcL9COjRng1lo4JbEUWyLRGynmZJfKc=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=C1g2kks8e40Ibc4GncmSMDzLYnTsppxkA/QaF9r6nXxDCLFygXtaUTefT+z0eLkR7 lu98iA1b98/MBfKEhcW95a6OocuY3Jz00Zg9TsXq6fPT+VU2WItIiFT2JlQXnzNV4Y JqSyozvNhVCDfHhQd8MIoBFOFjs57pjJ+Aw589rEsIeSsu8deEAzaDJZVZg6PCZ82y 9nscBrInoP75VZD0kJMSdixUA3vSzWCmp2oqiiZIyHNJNfnlx/xYtWL/DHe9GFK2Ov KZDgaruWGdLjbgJMK3lpbYRx5yUQ8xpe5ljm9hWPNW+lDNhln1D8QAlahOolo/C3/n mPMdig50u1Bww== Received: from policy01-mors.netcup.net (unknown [46.38.225.35]) by mors-relay-8201.netcup.net (Postfix) with ESMTPS id 4Vvzxl1fWdz3x7T; Thu, 6 Jun 2024 11:46:51 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at policy01-mors.netcup.net X-Spam-Flag: NO X-Spam-Score: -2.899 X-Spam-Level: X-Spam-Status: No, score=-2.899 required=6.31 tests=[ALL_TRUSTED=-1, BAYES_00=-1.9, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no Received: from mxe217.netcup.net (unknown [10.243.12.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by policy01-mors.netcup.net (Postfix) with ESMTPS id 4Vvzxk4NbTz8sZj; Thu, 6 Jun 2024 11:46:50 +0200 (CEST) Received: from florianrock64.fritz.box (ipb2186896.dynamic.kabel-deutschland.de [178.24.104.150]) by mxe217.netcup.net (Postfix) with ESMTPSA id A3D3983F26; Thu, 6 Jun 2024 11:46:18 +0200 (CEST) From: Florian Pelz To: 70022@debbugs.gnu.org Subject: [PATCH v6 2/3] doc: Binary Installation: Mention Trisquel package. Date: Thu, 6 Jun 2024 11:44:35 +0200 Message-ID: <6183d272120d0c034c8ff3ac695569cf477b7c1f.1717666968.git.pelzflorian@pelzflorian.de> X-Mailer: git-send-email 2.45.1 In-Reply-To: <5d44e7516a752ad4f24b3a02e6b7fcdd736c6cca.1717666968.git.pelzflorian@pelzflorian.de> References: <5d44e7516a752ad4f24b3a02e6b7fcdd736c6cca.1717666968.git.pelzflorian@pelzflorian.de> MIME-Version: 1.0 X-Debbugs-Cc: Denis 'GNUtoo' Carikli , pelzflorian , Florian Pelz , Maxim Cournoyer , Ludovic Courtès , Matthew Trzcinski Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A3D3983F26 X-Rspamd-Server: rspamd-worker-8404 X-NC-CID: KjKQgWi2xmHbahjziobhzyIkQalbQNVB15ngcC8ZJi2BjgIOwtYpD8Bv X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 70022 Cc: Florian Pelz , Denis 'GNUtoo' Carikli 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 (-) From: Denis 'GNUtoo' Carikli * doc/guix.texi (Binary Installation): Also mention Trisquel package. Change-Id: Iae6f77de43de2c6f387b99a10dcae5b9d82aaee1 Signed-off-by: Florian Pelz --- doc/guix.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/guix.texi b/doc/guix.texi index 2c83848f8b..6a99994a65 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -128,6 +128,7 @@ Copyright @copyright{} 2024 Matthew Trzcinski@* Copyright @copyright{} 2024 Richard Sent@* Copyright @copyright{} 2024 Dariqq@* +Copyright @copyright{} 2024 Denis 'GNUtoo' Carikli@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or @@ -748,7 +749,7 @@ Binary Installation foreign distribution, to also regularly read and follow security notices, as shown by @command{guix pull}. -For Debian or a derivative such as Ubuntu, call: +For Debian or derivatives such as Ubuntu or Trisquel, call: @example sudo apt install guix -- 2.45.1 From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 06 05:48:08 2024 Received: (at 70022) by debbugs.gnu.org; 6 Jun 2024 09:48:08 +0000 Received: from localhost ([127.0.0.1]:52413 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sF9j6-0001CI-3n for submit@debbugs.gnu.org; Thu, 06 Jun 2024 05:48:08 -0400 Received: from relay.yourmailgateway.de ([46.38.247.119]:54137) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sF9j4-0001CA-Fq for 70022@debbugs.gnu.org; Thu, 06 Jun 2024 05:48:07 -0400 Received: from mors-relay-8404.netcup.net (localhost [127.0.0.1]) by mors-relay-8404.netcup.net (Postfix) with ESMTPS id 4Vvzyv0Fx7z7yyD; Thu, 6 Jun 2024 11:47:51 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=pelzflorian.de; s=key2; t=1717667271; bh=hNdtCycCT3FLzC4wTsIL6/dn2HwRiVDLAfKWYTb7rdg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=VBZwYJLO567t4+fkzLied0wl+2cuk98VBWSHK0S/0Ouq/c3rrjpgAnB9PzSlEooan 8xkIXMyhvFZw9j+lR2TJJCdpPfF7wIlkypj9xzkuhvT2VuWcqYup3PXuW6ueXlWahh fuzVuL3nifQnjgBqAZdm95RrArd4Z/OyRjjx6CKIKZzy3yBwAuGXEAT329lmIlM3KC J8ZDQPY3UMnwvI6xaVcDy5FUiACTWADmvGq/XdyX8JNIIoCt4Za1VxuVkJ8NM9yZIh iEry/Jhco8pypRcf80IlL9qXuCVrbvy/ezhYB+ZUo6mDwovICBfVvjV/DFJMB+dEe1 TBth5ffHZj3dQ== Received: from policy02-mors.netcup.net (unknown [46.38.225.35]) by mors-relay-8404.netcup.net (Postfix) with ESMTPS id 4Vvzyt704Qz4xXg; Thu, 6 Jun 2024 11:47:50 +0200 (CEST) Received: from mxe217.netcup.net (unknown [10.243.12.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by policy02-mors.netcup.net (Postfix) with ESMTPS id 4Vvzyt5ZMhz8sZd; Thu, 6 Jun 2024 11:47:50 +0200 (CEST) Received: from florianrock64.fritz.box (ipb2186896.dynamic.kabel-deutschland.de [178.24.104.150]) by mxe217.netcup.net (Postfix) with ESMTPSA id 7AD8783EEF; Thu, 6 Jun 2024 11:47:47 +0200 (CEST) From: Florian Pelz To: 70022@debbugs.gnu.org Subject: [PATCH v6 3/3] doc: Binary Installation: Add Parabola packages. Date: Thu, 6 Jun 2024 11:44:36 +0200 Message-ID: <9e54db4b4f6f287bace510f47a49d7963569fbdf.1717666968.git.pelzflorian@pelzflorian.de> X-Mailer: git-send-email 2.45.1 In-Reply-To: <5d44e7516a752ad4f24b3a02e6b7fcdd736c6cca.1717666968.git.pelzflorian@pelzflorian.de> References: <5d44e7516a752ad4f24b3a02e6b7fcdd736c6cca.1717666968.git.pelzflorian@pelzflorian.de> MIME-Version: 1.0 X-Debbugs-Cc: Denis 'GNUtoo' Carikli , pelzflorian , Florian Pelz , Maxim Cournoyer , Ludovic Courtès , Matthew Trzcinski Content-Transfer-Encoding: 8bit X-NC-CID: NZmMOy7sYA06slPtnzS3GBlgOnBdGMekocnHDGtiQ3Jk9TC8jYmGBFg5 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 70022 Cc: Florian Pelz , Denis 'GNUtoo' Carikli 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 (-) From: Denis 'GNUtoo' Carikli * doc/guix.texi (Binary Installation): Add Parabola packages. Co-authored by: Florian Pelz Change-Id: Id646152c54de0a958740314b09fdcf6af898e22e Signed-off-by: Florian Pelz --- doc/guix.texi | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/guix.texi b/doc/guix.texi index 6a99994a65..769ca1399f 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -761,6 +761,12 @@ Binary Installation sudo zypper install guix @end example +If you are running Parabola, after enabling the pcr (Parabola +Community Repo) repository, you can install Guix with: +@example +sudo pacman -S guix +@end example + The Guix project also provides a shell script, @file{guix-install.sh}, which automates the binary installation process without use of a foreign distro package @@ -786,6 +792,13 @@ Binary Installation # ./guix-install.sh @end example +The script to install Guix is also packaged in Parabola (in the pcr +repository). You can install and run it with: +@example +sudo pacman -S guix-installer +sudo guix-install.sh +@end example + @quotation Note By default, @file{guix-install.sh} will configure Guix to download pre-built package binaries, called @dfn{substitutes} -- 2.45.1 From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 06 14:21:24 2024 Received: (at 70022) by debbugs.gnu.org; 6 Jun 2024 18:21:24 +0000 Received: from localhost ([127.0.0.1]:60908 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sFHjk-0000Es-OD for submit@debbugs.gnu.org; Thu, 06 Jun 2024 14:21:24 -0400 Received: from mail-oi1-f172.google.com ([209.85.167.172]:52593) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sFHjh-0000EC-DI for 70022@debbugs.gnu.org; Thu, 06 Jun 2024 14:21:19 -0400 Received: by mail-oi1-f172.google.com with SMTP id 5614622812f47-3d206a85082so804755b6e.1 for <70022@debbugs.gnu.org>; Thu, 06 Jun 2024 11:21:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1717697997; x=1718302797; darn=debbugs.gnu.org; h=mime-version:user-agent:message-id:date:references:in-reply-to :subject:cc:to:from:from:to:cc:subject:date:message-id:reply-to; bh=c+Vqz/3tptST11gDFYUwPOWN/8wGF/hYpZZbhYTl8WQ=; b=JRvINhhFSvi3wGBkDrnERdygQcS57tO2PRC21DyQvs5XQd9DVv99vP3pSs/INlsVjV TJwD0PHNRooJuyQakqacBBER+s6J4EjEQBe7/ELh1oWiLDwos3rFqBr1/tBN39oumZAl /MjcdUIOnNExj9qoPCiHyh0Qy6t87qBz1mnAsuoUfOsv01BT/I2DY2esJjSIDXq3ZXsW 4ytxtZXeOCsVfpqmjd7DneMdsAY9k1pGs1oPsa4DqJB13FYk2eItlVNV5AiywecDNemi DPQwtgtSny5fS6XphqGYCok53KjxN8tzwKO6QLVmOh59vyXgw4Tl6KRNUCQ8eFQzf4fU aPBA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1717697997; x=1718302797; h=mime-version:user-agent:message-id:date:references:in-reply-to :subject:cc:to:from:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=c+Vqz/3tptST11gDFYUwPOWN/8wGF/hYpZZbhYTl8WQ=; b=IiqU+SAeL//FFcqSrQjvkuZyZ3oEy6I5pH0YKx/EOHKfG18Ntcsvzv6hDQYRDGJNoA kEUep7xhcMK6gT3xxPY9biClthAvD1ZaqX8X5qFrKXyagzb5iUwX4mMDtZBtOr53C3O+ rQ0BohpyEfmFeAptvhYjbnaQlRKTmxxsrUkHD9MKg7cHXZfREHJmFYP31aFBIXpz1Awp HXKMkTC62i/lcThDCKVbaZqwDSeo6UHdAWpL3uYtYCPfD44C+6894B7AuTojZgvVyLTt unV3v6e7hPkclvXO7prabI8qBQdO5ea/fOCx+PlcyUQ7iacrq5eGhqtZ3OToraCYkqYF 3H1A== X-Gm-Message-State: AOJu0Yz+EgoNuRWVVqJfbdNY3e+aVSegSKUuMuOpUpZCx6JLGCKp1ssr 3UVYdf1/G7nbm90uVUOcJxEXeXRL8usG6AoFeGS4EA/ClFG+J4tq X-Google-Smtp-Source: AGHT+IG7zThp9tLjNHd39LvPnkMSBeYT1C5dKFEhounvQVBiPEmoE5/xAPeZzzzzqVub1jLakMsYcw== X-Received: by 2002:a54:4098:0:b0:3d1:eb79:d6e4 with SMTP id 5614622812f47-3d210d6080cmr234327b6e.15.1717697997072; Thu, 06 Jun 2024 11:19:57 -0700 (PDT) Received: from hurd (dsl-10-133-150.b2b2c.ca. [72.10.133.150]) by smtp.gmail.com with ESMTPSA id 6a1803df08f44-6b04f7553c4sm8589596d6.74.2024.06.06.11.19.56 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 06 Jun 2024 11:19:56 -0700 (PDT) From: Maxim Cournoyer To: Florian Pelz Subject: Re: [bug#70022] [PATCH v6 2/3] doc: Binary Installation: Mention Trisquel package. In-Reply-To: <6183d272120d0c034c8ff3ac695569cf477b7c1f.1717666968.git.pelzflorian@pelzflorian.de> (Florian Pelz's message of "Thu, 6 Jun 2024 11:44:35 +0200") References: <5d44e7516a752ad4f24b3a02e6b7fcdd736c6cca.1717666968.git.pelzflorian@pelzflorian.de> <6183d272120d0c034c8ff3ac695569cf477b7c1f.1717666968.git.pelzflorian@pelzflorian.de> Date: Thu, 06 Jun 2024 14:19:55 -0400 Message-ID: <871q5a0w8k.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 70022 Cc: 70022@debbugs.gnu.org, Ludovic =?utf-8?Q?Court=C3=A8s?= , Matthew Trzcinski , Denis 'GNUtoo' Carikli 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 (-) Florian Pelz writes: > From: Denis 'GNUtoo' Carikli > > * doc/guix.texi (Binary Installation): Also mention Trisquel package. > > Change-Id: Iae6f77de43de2c6f387b99a10dcae5b9d82aaee1 > Signed-off-by: Florian Pelz Reviewed-by: Maxim Cournoyer -- Thanks, Maxim From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 06 14:29:19 2024 Received: (at 70022) by debbugs.gnu.org; 6 Jun 2024 18:29:19 +0000 Received: from localhost ([127.0.0.1]:33139 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sFHrR-0000ay-4d for submit@debbugs.gnu.org; Thu, 06 Jun 2024 14:29:19 -0400 Received: from mail-pj1-f45.google.com ([209.85.216.45]:57727) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sFHrL-0000aX-Fg for 70022@debbugs.gnu.org; Thu, 06 Jun 2024 14:29:15 -0400 Received: by mail-pj1-f45.google.com with SMTP id 98e67ed59e1d1-2c199abdbcbso1034743a91.3 for <70022@debbugs.gnu.org>; Thu, 06 Jun 2024 11:28:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1717698470; x=1718303270; darn=debbugs.gnu.org; h=mime-version:user-agent:message-id:date:references:in-reply-to :subject:cc:to:from:from:to:cc:subject:date:message-id:reply-to; bh=4YdHLNLwJfmLfyS+tjjZgfrzDSPBBt4i3ucq0wXNf6Y=; b=SrkNNVbsXH1+7spl164iRCikqnACDo4AArZ17lkKBCAWTejcPWXGVBSKlFUYiM44Kv /LItjuxDULlDIXY1c08oSRMBbiaIfUuEcSxbhLYN3tInZuqmh+RNe/kV8RMryC0Mykj5 pq93atHOfV369oVjiVJg6IZ/1j8O/wWIj2sG/S2LznFZeHPk9TEFwCBfGKujFNkQo32I wFMuG/SUmLUKaDwLu2YUIU9ex6SxyfLrLwqzgZCWK2FVqMhqv+puqXmhTVHayLY+GMX2 /antNzK6FkAIl1QQlG2g1sNwxA55Wimz7s1qbmnsjEZ+Mm8gg0my3bV9/RIkEOSciy9r OGnA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1717698470; x=1718303270; h=mime-version:user-agent:message-id:date:references:in-reply-to :subject:cc:to:from:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=4YdHLNLwJfmLfyS+tjjZgfrzDSPBBt4i3ucq0wXNf6Y=; b=XQggTjSDAhB0vj2pzkzX6nray+Bism1m7hRlw9iS14txP9f0Wek2noA4IkoUWWihky +1qsQmYbmZq0e7sdRhnZhNVf+WLdHbfR3Y+Prxs+ea7CnWzYjd8pEviCGG7gbtU38l4D rOGqQs7kMynfOH8P5N4ngE/dLlSL7b1NTi93frnjbrf4KcXqApoo4ZqpVIJtZiRrythQ r5s4liU3FjKkwAeyNHCCAQyd5d4GE8pEsFdM0+EvFKtgQHVpjB0qEum0Pv3WBo65oxIl cpf5ZmcPsRKhLC6GogrIeXLCAR9D6hw2YOFYIyivw9He+loU1/nGe4n6n9PX1dRpelNn WoFA== X-Gm-Message-State: AOJu0YzUrL2MQtkZA3P6Ra9ZYJPDu+nkibPf2Vc3nXMQnzh+gjdVDLP9 zbim5VkKKQOej9998LY489skww8VgU+lbS8GHD5yl8JCyIDfgH4phgdT9V93 X-Google-Smtp-Source: AGHT+IGpp/CTxRuJ8kenGdphupjvD5Rp5EZ6SxffSrhnqqzfo3BDDB9kOS50YUMFEGIcHiyXk1xDuQ== X-Received: by 2002:a05:620a:22f7:b0:794:af72:3d2 with SMTP id af79cd13be357-7953c5c9081mr14097985a.64.1717698002152; Thu, 06 Jun 2024 11:20:02 -0700 (PDT) Received: from hurd (dsl-10-133-150.b2b2c.ca. [72.10.133.150]) by smtp.gmail.com with ESMTPSA id af79cd13be357-795328464bdsm83896685a.30.2024.06.06.11.20.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 06 Jun 2024 11:20:01 -0700 (PDT) From: Maxim Cournoyer To: Florian Pelz Subject: Re: [bug#70022] [PATCH v6 3/3] doc: Binary Installation: Add Parabola packages. In-Reply-To: <9e54db4b4f6f287bace510f47a49d7963569fbdf.1717666968.git.pelzflorian@pelzflorian.de> (Florian Pelz's message of "Thu, 6 Jun 2024 11:44:36 +0200") References: <5d44e7516a752ad4f24b3a02e6b7fcdd736c6cca.1717666968.git.pelzflorian@pelzflorian.de> <9e54db4b4f6f287bace510f47a49d7963569fbdf.1717666968.git.pelzflorian@pelzflorian.de> Date: Thu, 06 Jun 2024 14:20:00 -0400 Message-ID: <87wmn2ylv3.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 70022 Cc: 70022@debbugs.gnu.org, Ludovic =?utf-8?Q?Court=C3=A8s?= , Matthew Trzcinski , Denis 'GNUtoo' Carikli 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 (-) Florian Pelz writes: > From: Denis 'GNUtoo' Carikli > > * doc/guix.texi (Binary Installation): Add Parabola packages. > > Co-authored by: Florian Pelz > Change-Id: Id646152c54de0a958740314b09fdcf6af898e22e > Signed-off-by: Florian Pelz Reviewed-by: Maxim Cournoyer -- Thanks, Maxim From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 08 19:36:52 2024 Received: (at 70022-done) by debbugs.gnu.org; 8 Jun 2024 23:36:52 +0000 Received: from localhost ([127.0.0.1]:47811 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sG5cB-0000UV-Kf for submit@debbugs.gnu.org; Sat, 08 Jun 2024 19:36:52 -0400 Received: from relay.yourmailgateway.de ([185.244.194.184]:47211) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sG5c9-0000UI-54 for 70022-done@debbugs.gnu.org; Sat, 08 Jun 2024 19:36:50 -0400 Received: from relay01-mors.netcup.net (localhost [127.0.0.1]) by relay01-mors.netcup.net (Postfix) with ESMTPS id 4VxZ5l6Ssfz8yV4 for <70022-done@debbugs.gnu.org>; Sun, 9 Jun 2024 01:29:15 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=pelzflorian.de; s=key2; t=1717889355; bh=2qJMQ0onvIsZ1aFF9uEfMFQTunmYWoQuhUbmT/faoy0=; h=From:To:Subject:Date:From; b=dNbWWTXIQpAlyZgWva20ADE4s9yijvQWePjkKxVtyGmlxUV2ljfLNAMONMSLhabBr G210G7yruqRqlJVqTJMma92BKfEa0C5Z9MilHKkWw62BHbyuj/wUKLcmJoWEdpakV4 oM6UuifxhWNVLTbnbdUXx2otjbVphrFZFRw9vVOOA4O9FzXhde6uCVkddQ97AB71Wz 7VP3Nq2V/jtQ3RGlMaTaNKV29BF6xqf6ezSuW2uQNxBNpcKpRUqtyNnE3BU7Ih2/OP r6h3DVvcQh+NZ30lgo7jITrhrpJZnfh9rjlFWXgTT0RZOCMHJ6ric6kOAiiBCTQu7Z AyRceJZGtB03A== Received: from policy02-mors.netcup.net (unknown [46.38.225.35]) by relay01-mors.netcup.net (Postfix) with ESMTPS id 4VxZ5l5pGhz82VM for <70022-done@debbugs.gnu.org>; Sun, 9 Jun 2024 01:29:15 +0200 (CEST) Received: from mxe217.netcup.net (unknown [10.243.12.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by policy02-mors.netcup.net (Postfix) with ESMTPS id 4VxZ5l4Pq4z8sZd for <70022-done@debbugs.gnu.org>; Sun, 9 Jun 2024 01:29:15 +0200 (CEST) Received: from florianrock64 (ipb2186896.dynamic.kabel-deutschland.de [178.24.104.150]) by mxe217.netcup.net (Postfix) with ESMTPSA id 51EE383E3D for <70022-done@debbugs.gnu.org>; Sun, 9 Jun 2024 01:29:15 +0200 (CEST) From: "pelzflorian (Florian Pelz)" To: 70022-done@debbugs.gnu.org Subject: [bug#70022] doc: Binary installation: Add more distros. Date: Sun, 09 Jun 2024 01:29:14 +0200 Message-ID: <87y17fvws5.fsf@pelzflorian.de> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 51EE383E3D X-Rspamd-Server: rspamd-worker-8404 X-NC-CID: QHdkNdo1e/ACJDZbZ8o+UQ/oRdLzqrceAXDCi79yLbR/uN/4qgYJF3Sp X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 70022-done 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 (-) (I=E2=80=99m resending this mail, trying to close this bug.) Pushed as 66eb60509dfcba86fbe91a69d93614aa153cef83 to 0f9fe721be2bd36e52b520782b585ca49aa1447d Thanks for the reviews to Maxim, giving confidence. Regards, Florian From unknown Thu Aug 14 18:37:46 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, 07 Jul 2024 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