From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id yHjWC/sr219QNQAA0tVLHw (envelope-from ) for ; Thu, 17 Dec 2020 09:59:23 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id AG6UB/sr218UXgAAbx9fmQ (envelope-from ) for ; Thu, 17 Dec 2020 09:59:23 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id D53C59404FC for ; Thu, 17 Dec 2020 09:59:22 +0000 (UTC) Received: from localhost ([::1]:36046 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kpq49-0007An-OW for larch@yhetil.org; Thu, 17 Dec 2020 04:59:21 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:51512) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kpq0w-0004Tz-Gp for guix-patches@gnu.org; Thu, 17 Dec 2020 04:56:06 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:51420) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kpq0w-0004Xd-5J for guix-patches@gnu.org; Thu, 17 Dec 2020 04:56:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kpq0w-00072M-27 for guix-patches@gnu.org; Thu, 17 Dec 2020 04:56:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#45284] Propagated packages Resent-From: Efraim Flashner Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 17 Dec 2020 09:56:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 45284 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Ryan Prior Received: via spool by 45284-submit@debbugs.gnu.org id=B45284.160819895827040 (code B ref 45284); Thu, 17 Dec 2020 09:56:02 +0000 Received: (at 45284) by debbugs.gnu.org; 17 Dec 2020 09:55:58 +0000 Received: from localhost ([127.0.0.1]:34733 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kpq0s-000723-Bn for submit@debbugs.gnu.org; Thu, 17 Dec 2020 04:55:58 -0500 Received: from flashner.co.il ([178.62.234.194]:35674) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kpq0o-00071n-Hq for 45284@debbugs.gnu.org; Thu, 17 Dec 2020 04:55:57 -0500 Received: from localhost (unknown [5.102.238.249]) by flashner.co.il (Postfix) with ESMTPSA id D736D400CD; Thu, 17 Dec 2020 09:55:47 +0000 (UTC) Date: Thu, 17 Dec 2020 11:55:45 +0200 From: Efraim Flashner Message-ID: References: <20201217045258.3365-1-rprior@protonmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="6LR+/3/C+9033bfQ" Content-Disposition: inline In-Reply-To: X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "45284@debbugs.gnu.org" <45284@debbugs.gnu.org> Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -2.41 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: D53C59404FC X-Spam-Score: -2.41 X-Migadu-Scanner: scn0.migadu.com X-TUID: Yb2HJyOTqqyL --6LR+/3/C+9033bfQ Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Dec 17, 2020 at 04:57:24AM +0000, Ryan Prior via Guix-patches via w= rote: > This protonvpn-cli package propagates a bunch of things, even moreso than= before. I've verified that it needs them to connect, but I think we can av= oid propagating them if I carefully go in and patch the system shell invoca= tions to use explicit paths. >=20 > I don't know when I'll have time to do that, so I'd recommend merging thi= s patch to make the latest protonvpn-cli available. In any case I'll try an= d get a patched package with minimal if any propagation out ASAP. >=20 Does the current protonvpn-cli not work? That is a lot of propagated inputs. Is it possible to wrap the binary instead? --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --6LR+/3/C+9033bfQ Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl/bKyEACgkQQarn3Mo9 g1HY9RAAoujBmONhcAkeJTajNP0gphqgm2RXe872bsrhhb+sDOEfvqfyV1h8eRu9 j1Fx1Mt9PZ+yMGoyQDVU8EpTdrZVjDB6uOnH9DIyy/pqEI58DTOStAebdvfDAFnw LUPNa8OhALOfWSWnNKU0TXwzFUh7xZRbnKb6dpVdNOuOo0RC5FXYTqB/cOhSpCj3 g3Zx4WpsA0VGUQ4wlpUElxJyWnZR+DXVV2sUjmy76gMeITiSZYCeuX5dp4JH3QvM XzrU6m0KIoOZ3x6hMzPnzdrH/fRgt6OrtbKOmfGgRwzIfVZHrT+IcATW5pY76KjV XEa7ILeJcf7cnHqB0fQw5s5pJQCivB4cGHnzza+KivssEWPxnIp3dQEhBSndR7g1 8UWGbCoujydUJLBPbO1+FHhM320H3VyqFTA+GShxRCwyeBlKIN987G6G+ELe9qgc WvNhDkmiYa1zhSOWFuJifbTIUs9i8shAr2xULXRkbxPxHuhTg9UX3KN5TDkpjdT5 XmKA3LWGAbGyo6UZ2iu9+g8UMmEcVP8fGkKOzyLSnCrNt/cDVpcTQIfnJkbc1DyE nCLhk+wYJR39aQPwKqLDVA8opkEsS/SrSDtc/nKGOcOGmu9L9SKShtFHLu2TgvJs GUspLBjumpRVnuzQLH9sS+vZhj0l8NzHpJXGn1GUzmirzKqtjjc= =fspV -----END PGP SIGNATURE----- --6LR+/3/C+9033bfQ--