From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 24 07:37:47 2022 Received: (at 54485) by debbugs.gnu.org; 24 Mar 2022 11:37:47 +0000 Received: from localhost ([127.0.0.1]:46949 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nXLml-0000j9-Fx for submit@debbugs.gnu.org; Thu, 24 Mar 2022 07:37:47 -0400 Received: from eggs.gnu.org ([209.51.188.92]:49742) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nXLmj-0000iv-75 for 54485@debbugs.gnu.org; Thu, 24 Mar 2022 07:37:45 -0400 Received: from [2001:470:142:3::e] (port=54262 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nXLmd-0003cp-8c; Thu, 24 Mar 2022 07:37:39 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=Bzv2llygdGNUoTjY4JXLYIrIIk9QffXV704xeNtGE7I=; b=M6xnM0iQDTE0Dr77y7rR gQVIVaep78+SYiD5tsvwP1dSE3BULU9H0rVU9afSbHD3uHdLVZB4GjYnMEZLcKHjFEiaqlewchRT/ J0KDhJ1FeyBZ5xxisnYwNlbUB2K40OinFVW1cvFZf71jqFI/HNm977G4MYRsfdqgqPI3l5P9VAEPO yftzvTBibdtcDXvyJVQlnGNzWjQJWHn+QMy7ReeSW/zfG6YkIYIKcOWIq4flsKfTTI1cVylRQZrPS MqOg36DhczkUP9gPH8WE9aUd9M/ieZ5PTpgfBu10enSAPPfxK+1qwDCyJlwdPHRixNR8QbcmS0/Vl +ptdm2dCnZGGAg==; Received: from [193.50.110.177] (port=51502 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nXLmc-0003DY-Rq; Thu, 24 Mar 2022 07:37:39 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Maxime Devos Subject: Re: bug#54485: [PATCH] gnu: Add guile-with-openat. References: <20220320215031.306710-1-maximedevos@telenet.be> Date: Thu, 24 Mar 2022 12:37:36 +0100 In-Reply-To: <20220320215031.306710-1-maximedevos@telenet.be> (Maxime Devos's message of "Sun, 20 Mar 2022 21:50:31 +0000") Message-ID: <87czibd1j3.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 54485 Cc: 54485@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi, Maxime Devos skribis: > XXX Don't apply yet, let's wait for > "./pre-inst-env guix build guile-with-openat" to complete first. > > This will allow us to work on resolving the >1 year publicly > known privilege escalation, see . > > * gnu/packages/guile.scm (guile-with-openat): New variable. It=E2=80=99s a clever way to remind me (and other interested Guile committe= rs) of how late we are when it comes to patch review. I=E2=80=99d rather avoid carrying this many patches in a package, be it Gui= le or anything else; that=E2=80=99s not something we usually do. Instead, I would prefer to actually review and apply the patches upstream. I=E2=80=99ve been meaning to do that, really, but it requires a = chunk of time and focus, which keeps leading me to postpone. Is the latest patch set on guile-devel? It=E2=80=99s not mentioned at . Thanks, Ludo=E2=80=99.