From debbugs-submit-bounces@debbugs.gnu.org Tue Jun 02 19:44:06 2020 Received: (at submit) by debbugs.gnu.org; 2 Jun 2020 23:44:06 +0000 Received: from localhost ([127.0.0.1]:41304 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jgGZi-0001lI-0T for submit@debbugs.gnu.org; Tue, 02 Jun 2020 19:44:06 -0400 Received: from lists.gnu.org ([209.51.188.17]:41808) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jgGZg-0001lB-6t for submit@debbugs.gnu.org; Tue, 02 Jun 2020 19:44:04 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59658) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jgGZf-0002vh-VH for guix-patches@gnu.org; Tue, 02 Jun 2020 19:44:03 -0400 Received: from mail1.protonmail.ch ([185.70.40.18]:43888) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jgGZd-0007bs-VG for guix-patches@gnu.org; Tue, 02 Jun 2020 19:44:03 -0400 Date: Tue, 02 Jun 2020 23:43:48 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1591141437; bh=L56RFk++nxrluoPIMfPRjZUywp6nf3og8oFU3eVfeI0=; h=Date:To:From:Reply-To:Subject:From; b=haj9lSu4XxVy6FRPni4zB4SxUnA/JJU64qeI6NiJ7Fa8oQq6mdwIEJ9BsHEq1PyZ/ ufFNExWWzOqAOjQz0p1CdOXIEwU6TfpeX4P2upCtVv4Rz92Oj09h3zjTtWys28quu/ tRJzzFYtUZv51I5YgBFExJh+wLzQjlXFTfipEOMU= To: guix-patches@gnu.org From: Ryan Prior Subject: [PATCH] gnu: Update protonvpn-cli to 2.2.4 Message-ID: <20200602234337.11487-1-rprior@protonmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.2 required=7.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM shortcircuit=no autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mail.protonmail.ch Received-SPF: pass client-ip=185.70.40.18; envelope-from=rprior@protonmail.com; helo=mail1.protonmail.ch X-detected-operating-system: by eggs.gnu.org: First seen = 2020/06/02 19:43:57 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-Spam-Score: 0.7 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Ryan Prior Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * gnu/packages/vpn.scm (protonvpn-cli): Update to 2.2.4 --- gnu/packages/vpn.scm | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm index 0f0157806c..cdfddc1e54 100644 --- a/gnu/packages/vpn.scm +++ b/gnu/packages/vpn.scm @@ -51,6 +51,7 @@ #:use-module (gnu packages guile) #:use-module (gnu packages libevent) #:use-module (gnu packages linux) + #:use-module (gnu packages ncurses) #:use-module (gnu packages nss) #:use-module (gnu packages perl) #:use-module (gnu packages pkg-config) @@ -316,7 +317,7 @@ traversing network address translators (@dfn{NAT}s) and= firewalls.") (define-public protonvpn-cli (package (name "protonvpn-cli") - (version "2.2.2") + (version "2.2.4") (source (origin ;; PyPI has a ".whl" file but not a proper source release. @@ -328,7 +329,7 @@ traversing network address translators (@dfn{NAT}s) and= firewalls.") (file-name (git-file-name name version)) (sha256 (base32 - "0ixjb02kj4z79whm1izd8mrn2h0rp9cmw4im1qvp93rahqxdd4n8")))) + "08yca0a0prrnrc7ir7ajd56yxvxpcs4m1k8f5kf273f5whgr7wzw")))) (build-system python-build-system) (arguments '(#:tests? #f)) ; no tests in repo (native-inputs @@ -337,7 +338,8 @@ traversing network address translators (@dfn{NAT}s) and= firewalls.") `(("pythondialog" ,python-pythondialog) ("requests" ,python-requests))) (propagated-inputs - `(("openvpn" ,openvpn))) + `(("openvpn" ,openvpn) + ("dialog" ,dialog))) (synopsis "Command-line client for ProtonVPN") (description "This is the official command-line interface for ProtonVPN, a secure --=20 2.26.2 From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 07 17:18:34 2020 Received: (at 41679) by debbugs.gnu.org; 7 Jun 2020 21:18:34 +0000 Received: from localhost ([127.0.0.1]:55116 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ji2gc-0005XL-2u for submit@debbugs.gnu.org; Sun, 07 Jun 2020 17:18:34 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:43139) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ji2ga-0005X7-E4 for 41679@debbugs.gnu.org; Sun, 07 Jun 2020 17:18:33 -0400 X-Originating-IP: 78.237.113.178 Received: from localhost (luy13-1-78-237-113-178.fbx.proxad.net [78.237.113.178]) (Authenticated sender: brice@waegenei.re) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 88B3F60003; Sun, 7 Jun 2020 21:18:25 +0000 (UTC) From: Brice Waegeneire To: Ryan Prior Subject: Re: [bug#41679] [PATCH] gnu: Update protonvpn-cli to 2.2.4 In-Reply-To: <20200602234337.11487-1-rprior@protonmail.com> (Ryan Prior's message of "Tue, 02 Jun 2020 23:43:48 +0000") References: <20200602234337.11487-1-rprior@protonmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.91 (gnu/linux) Date: Sun, 07 Jun 2020 23:18:21 +0200 Message-ID: <877dwilgma.fsf@waegenei.re> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 41679 Cc: 41679@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.7 (-) Hello Ryan, Thank you for the patch! Ryan Prior writes: > * gnu/packages/vpn.scm (protonvpn-cli): Update to 2.2.4 > --- > gnu/packages/vpn.scm | 8 +++++--- > 1 file changed, 5 insertions(+), 3 deletions(-) The update is fine, but that package is missing several dependencies, at least: python-jinja2, coreutils and iproute. Try running it in a pure environment and it will crash =E2=80=9Cguix environment --pure --container --ad-hoc protonvpn-cli -- protonvpn -h=E2=80=9D. Searching the source for =E2=80=9Csubprocess.run=E2=80=9D I find call to ot= her binaries which aren't listed as dependencies. Could you wrap the =E2=80=9Cprotonvpn= =E2=80=9D binary with the =E2=80=9CPATH=E2=80=9D of all the binaries it uses to avoid= propagating a whole lot of packages. Probably only =E2=80=9Cpython-jinja2=E2=80=9D shou= ld be propagated. - Brice From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 09 17:08:43 2020 Received: (at 41679) by debbugs.gnu.org; 9 Sep 2020 21:08:43 +0000 Received: from localhost ([127.0.0.1]:34933 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kG7Kd-0008Ta-E2 for submit@debbugs.gnu.org; Wed, 09 Sep 2020 17:08:43 -0400 Received: from eggs.gnu.org ([209.51.188.92]:51802) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kG7Kc-0008TL-2l for 41679@debbugs.gnu.org; Wed, 09 Sep 2020 17:08:42 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:43940) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kG7KW-00011s-1n; Wed, 09 Sep 2020 17:08:36 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=55730 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kG7KV-0005kV-J2; Wed, 09 Sep 2020 17:08:35 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Ryan Prior Subject: Re: [bug#41679] [PATCH] gnu: Update protonvpn-cli to 2.2.4 References: <20200602234337.11487-1-rprior@protonmail.com> Date: Wed, 09 Sep 2020 23:08:29 +0200 In-Reply-To: <20200602234337.11487-1-rprior@protonmail.com> (Ryan Prior's message of "Tue, 02 Jun 2020 23:43:48 +0000") Message-ID: <87ft7qlktu.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (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: 41679 Cc: 41679@debbugs.gnu.org, Brice Waegeneire 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 Ryan, Ryan Prior skribis: > * gnu/packages/vpn.scm (protonvpn-cli): Update to 2.2.4 Applied! Brice Waegeneire skribis: > The update is fine, but that package is missing several dependencies, at > least: python-jinja2, coreutils and iproute. Try running it in a pure > environment and it will crash =E2=80=9Cguix environment --pure --container > --ad-hoc protonvpn-cli -- protonvpn -h=E2=80=9D. > > Searching the source for =E2=80=9Csubprocess.run=E2=80=9D I find call to = other binaries > which aren't listed as dependencies. Could you wrap the =E2=80=9Cprotonvp= n=E2=80=9D > binary with the =E2=80=9CPATH=E2=80=9D of all the binaries it uses to avo= id propagating > a whole lot of packages. Probably only =E2=80=9Cpython-jinja2=E2=80=9D sh= ould be > propagated. Alternatively, we can substitute file names (of jinja2, coreutils, and iproute programs) with absolute file names. That can be addressed separately, though. Thanks, Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 14 04:59:19 2020 Received: (at control) by debbugs.gnu.org; 14 Sep 2020 08:59:19 +0000 Received: from localhost ([127.0.0.1]:52495 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kHkKV-0006LF-6i for submit@debbugs.gnu.org; Mon, 14 Sep 2020 04:59:19 -0400 Received: from eggs.gnu.org ([209.51.188.92]:36764) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kHkKT-0006L2-6S for control@debbugs.gnu.org; Mon, 14 Sep 2020 04:59:17 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:48179) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kHkKN-0006Px-RQ for control@debbugs.gnu.org; Mon, 14 Sep 2020 04:59:11 -0400 Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=44166 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kHkKL-00027I-KP for control@debbugs.gnu.org; Mon, 14 Sep 2020 04:59:10 -0400 Date: Mon, 14 Sep 2020 10:59:00 +0200 Message-Id: <874ko0pwdn.fsf@gnu.org> To: control@debbugs.gnu.org From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: control message for bug #41679 MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control 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 (---) tags 41679 fixed close 41679 quit From unknown Fri Aug 15 15:37:22 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 12 Oct 2020 11:24:10 +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