Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] protonvpn-cli: update to 2.2.6.
@ 2021-01-21 21:09 uw2021
  2021-01-21 21:55 ` FollieHiyuki
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: uw2021 @ 2021-01-21 21:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1604 bytes --]

There is a new pull request by uw2021 against master on the void-packages repository

https://github.com/uw2021/void-packages protonvpn-cli-update
https://github.com/void-linux/void-packages/pull/28090

protonvpn-cli: update to 2.2.6.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/28090.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-protonvpn-cli-update-28090.patch --]
[-- Type: text/x-diff, Size: 1070 bytes --]

From 5d2a9241c64ca1e798bfb1542d80c50e071a9143 Mon Sep 17 00:00:00 2001
From: Ulf <void@uw.anonaddy.com>
Date: Thu, 21 Jan 2021 21:08:13 +0000
Subject: [PATCH] protonvpn-cli: update to 2.2.6.

---
 srcpkgs/protonvpn-cli/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/protonvpn-cli/template b/srcpkgs/protonvpn-cli/template
index 5935d7b4860..04425cc3621 100644
--- a/srcpkgs/protonvpn-cli/template
+++ b/srcpkgs/protonvpn-cli/template
@@ -1,7 +1,7 @@
 # Template file for 'protonvpn-cli'
 pkgname=protonvpn-cli
-version=2.2.4
-revision=2
+version=2.2.6
+revision=1
 wrksrc="linux-cli-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -12,4 +12,4 @@ maintainer="svenper <svenper@tuta.io>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/ProtonVPN/linux-cli"
 distfiles="https://github.com/ProtonVPN/linux-cli/archive/v${version}.tar.gz"
-checksum=d7deff214118ba0b38a6eac697f8148f99b1e50e1404021b45f9f4749ea81fe8
+checksum=01ff05c9e6c174c7879553310d15bd0bcaf31e62be8c7f9a8c01b434a7c2612e

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: protonvpn-cli: update to 2.2.6.
  2021-01-21 21:09 [PR PATCH] protonvpn-cli: update to 2.2.6 uw2021
@ 2021-01-21 21:55 ` FollieHiyuki
  2021-01-21 21:58 ` FollieHiyuki
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: FollieHiyuki @ 2021-01-21 21:55 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 395 bytes --]

New comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/28090#issuecomment-764966325

Comment:
Do we really need this update, since the client is blocked and doesn't work in some countries?
I skimmed through their issues a while ago, and they stated that the development had stopped in favor of a new official Linux client (now still in beta).

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: protonvpn-cli: update to 2.2.6.
  2021-01-21 21:09 [PR PATCH] protonvpn-cli: update to 2.2.6 uw2021
  2021-01-21 21:55 ` FollieHiyuki
@ 2021-01-21 21:58 ` FollieHiyuki
  2021-01-21 22:08 ` uw2021
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: FollieHiyuki @ 2021-01-21 21:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 472 bytes --]

New comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/28090#issuecomment-764966325

Comment:
Do we really need this update, since the client is blocked and doesn't work in some countries?
I skimmed through their issues a while ago, and they stated that the development had stopped in favor of a new official Linux client (now still in beta). See https://github.com/ProtonVPN/linux-cli/issues/255#issuecomment-748922684

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: protonvpn-cli: update to 2.2.6.
  2021-01-21 21:09 [PR PATCH] protonvpn-cli: update to 2.2.6 uw2021
  2021-01-21 21:55 ` FollieHiyuki
  2021-01-21 21:58 ` FollieHiyuki
@ 2021-01-21 22:08 ` uw2021
  2021-01-21 22:11 ` ericonr
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: uw2021 @ 2021-01-21 22:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 639 bytes --]

New comment by uw2021 on void-packages repository

https://github.com/void-linux/void-packages/pull/28090#issuecomment-764972409

Comment:
> Do we really need this update, since the client is blocked and doesn't work in some countries?
> I skimmed through their issues a while ago, and they stated that the development had stopped in favor of a new official Linux client (now still in beta).

Might as well have it, the way I see it. It's a tiny package anyway. What's wrong with having the latest version of something in the repo?

It'd be a bit different if it was an update to GNOME 3.38.2 with 40 right around the corner, for example.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: protonvpn-cli: update to 2.2.6.
  2021-01-21 21:09 [PR PATCH] protonvpn-cli: update to 2.2.6 uw2021
                   ` (2 preceding siblings ...)
  2021-01-21 22:08 ` uw2021
@ 2021-01-21 22:11 ` ericonr
  2021-01-21 22:13 ` ericonr
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2021-01-21 22:11 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 567 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/28090#issuecomment-764973816

Comment:
They also still recommend the community version for headless servers: https://protonvpn.com/support/official-linux-client/

>  Please note that the new ProtonVPN app doesn’t currently support Split Tunneling and doesn’t run on headless servers. If you need these features, then the community Linux app remains available.

Anyway, I can't find the source for this new app, so that also sucks hard right out of the gate.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: protonvpn-cli: update to 2.2.6.
  2021-01-21 21:09 [PR PATCH] protonvpn-cli: update to 2.2.6 uw2021
                   ` (3 preceding siblings ...)
  2021-01-21 22:11 ` ericonr
@ 2021-01-21 22:13 ` ericonr
  2021-01-21 22:17 ` uw2021
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2021-01-21 22:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 222 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/28090#issuecomment-764975226

Comment:
On another note, to fix tests it might be enough to do `checkdepends="$depends"` 

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: protonvpn-cli: update to 2.2.6.
  2021-01-21 21:09 [PR PATCH] protonvpn-cli: update to 2.2.6 uw2021
                   ` (4 preceding siblings ...)
  2021-01-21 22:13 ` ericonr
@ 2021-01-21 22:17 ` uw2021
  2021-01-22  7:59 ` uw2021
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: uw2021 @ 2021-01-21 22:17 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 257 bytes --]

New comment by uw2021 on void-packages repository

https://github.com/void-linux/void-packages/pull/28090#issuecomment-764977194

Comment:
> On another note, to fix tests it might be enough to do `checkdepends="$depends"` 

Thank you, I'll give that a try.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: protonvpn-cli: update to 2.2.6.
  2021-01-21 21:09 [PR PATCH] protonvpn-cli: update to 2.2.6 uw2021
                   ` (5 preceding siblings ...)
  2021-01-21 22:17 ` uw2021
@ 2021-01-22  7:59 ` uw2021
  2021-01-28  5:10 ` [PR PATCH] [Merged]: " ericonr
  2021-01-28  5:11 ` ericonr
  8 siblings, 0 replies; 10+ messages in thread
From: uw2021 @ 2021-01-22  7:59 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 576 bytes --]

New comment by uw2021 on void-packages repository

https://github.com/void-linux/void-packages/pull/28090#issuecomment-765214635

Comment:
> On another note, to fix tests it might be enough to do `checkdepends="$depends"`

Still not compiling successfully with the -Q flag unfortunately. Compiles, installs and works fine without it for me on x86_64-musl. Here's the error I receive:
 `=> ERROR: protonvpn-cli-2.2.6_1: do_check: 'python3 setup.py ${make_check_target} ${make_check_args}' exited with 1
=> ERROR:   in do_check() at common/build-style/python3-module.sh:39`

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR PATCH] [Merged]: protonvpn-cli: update to 2.2.6.
  2021-01-21 21:09 [PR PATCH] protonvpn-cli: update to 2.2.6 uw2021
                   ` (6 preceding siblings ...)
  2021-01-22  7:59 ` uw2021
@ 2021-01-28  5:10 ` ericonr
  2021-01-28  5:11 ` ericonr
  8 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2021-01-28  5:10 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1442 bytes --]

There's a merged pull request on the void-packages repository

protonvpn-cli: update to 2.2.6.
https://github.com/void-linux/void-packages/pull/28090

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: protonvpn-cli: update to 2.2.6.
  2021-01-21 21:09 [PR PATCH] protonvpn-cli: update to 2.2.6 uw2021
                   ` (7 preceding siblings ...)
  2021-01-28  5:10 ` [PR PATCH] [Merged]: " ericonr
@ 2021-01-28  5:11 ` ericonr
  8 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2021-01-28  5:11 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 237 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/28090#issuecomment-768803958

Comment:
You ommited the useful part of the output. It's what the command prints above that that matters.

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2021-01-28  5:11 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-21 21:09 [PR PATCH] protonvpn-cli: update to 2.2.6 uw2021
2021-01-21 21:55 ` FollieHiyuki
2021-01-21 21:58 ` FollieHiyuki
2021-01-21 22:08 ` uw2021
2021-01-21 22:11 ` ericonr
2021-01-21 22:13 ` ericonr
2021-01-21 22:17 ` uw2021
2021-01-22  7:59 ` uw2021
2021-01-28  5:10 ` [PR PATCH] [Merged]: " ericonr
2021-01-28  5:11 ` ericonr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).