Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Update protonmail-bridge to 1.5.6
@ 2021-02-13  7:13 vivlim
  2021-02-13 21:58 ` ericonr
                   ` (18 more replies)
  0 siblings, 19 replies; 20+ messages in thread
From: vivlim @ 2021-02-13  7:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/vivlim/void-packages protonmail-bridge
https://github.com/void-linux/void-packages/pull/28717

Update protonmail-bridge to 1.5.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.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [ ] 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/28717.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-protonmail-bridge-28717.patch --]
[-- Type: text/x-diff, Size: 1399 bytes --]

From 6f1aacaf0b86230dc6b8dfbb09a3eaabaca09a19 Mon Sep 17 00:00:00 2001
From: Vivian Lim <vivlim@pm.me>
Date: Fri, 12 Feb 2021 23:08:21 -0800
Subject: [PATCH] Update protonmail-bridge to 1.5.6

---
 srcpkgs/protonmail-bridge/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/protonmail-bridge/template b/srcpkgs/protonmail-bridge/template
index 017297acd96..6a9e836aa54 100644
--- a/srcpkgs/protonmail-bridge/template
+++ b/srcpkgs/protonmail-bridge/template
@@ -1,6 +1,6 @@
 # Template file for 'protonmail-bridge'
 pkgname=protonmail-bridge
-version=1.4.4
+version=1.5.6
 revision=1
 archs="x86_64"
 build_style=fetch
@@ -10,15 +10,15 @@ maintainer="Rich G <rich@richgannon.net>"
 license="custom:Commercial"
 homepage="https://protonmail.com/bridge"
 distfiles="https://protonmail.com/download/beta/protonmail-bridge_${version}-1_amd64.deb"
-checksum=70938512bde6d6d072147ba593e40c67b70bc0e85fa976e656d6174309a80d22
+checksum=3c18833c7b21ab97c9ba0a5e1267a620de3c8eece02bed49ff3d12961932b74c
 
 restricted=yes
 noverifyrdeps=yes
 nopie=yes
 
 do_install() {
-	ar x protonmail-bridge_${version}-1_amd64.deb data.tar.xz
-	bsdtar xpvf data.tar.xz
+	ar x protonmail-bridge_${version}-1_amd64.deb data.tar.gz
+	bsdtar xpvf data.tar.gz
 	cp -r usr ${DESTDIR}
-	vlicense usr/lib/protonmail/bridge/LICENSE
+	vlicense usr/share/doc/protonmail/bridge/LICENSE
 }

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

* Re: Update protonmail-bridge to 1.5.6
  2021-02-13  7:13 [PR PATCH] Update protonmail-bridge to 1.5.6 vivlim
@ 2021-02-13 21:58 ` ericonr
  2021-02-16 20:05 ` protonmail-bridge: update " vivlim
                   ` (17 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: ericonr @ 2021-02-13 21:58 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/28717#issuecomment-778683874

Comment:
Please follow the commit style: `protonmail-bridge: update to 1.5.7`. Also, shouldn't this be 1.5.7?

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

* Re: protonmail-bridge: update to 1.5.6
  2021-02-13  7:13 [PR PATCH] Update protonmail-bridge to 1.5.6 vivlim
  2021-02-13 21:58 ` ericonr
@ 2021-02-16 20:05 ` vivlim
  2021-02-16 20:10 ` ericonr
                   ` (16 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: vivlim @ 2021-02-16 20:05 UTC (permalink / raw)
  To: ml

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

New comment by vivlim on void-packages repository

https://github.com/void-linux/void-packages/pull/28717#issuecomment-780085980

Comment:
@ericonr 1.5.6 seems to still be the latest version available, where did you get 1.5.7 from?

![image](https://user-images.githubusercontent.com/1565930/108115642-435fa100-704f-11eb-81ef-01b195e96b03.png)

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

* Re: protonmail-bridge: update to 1.5.6
  2021-02-13  7:13 [PR PATCH] Update protonmail-bridge to 1.5.6 vivlim
  2021-02-13 21:58 ` ericonr
  2021-02-16 20:05 ` protonmail-bridge: update " vivlim
@ 2021-02-16 20:10 ` ericonr
  2021-02-16 20:14 ` vivlim
                   ` (15 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: ericonr @ 2021-02-16 20:10 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/28717#issuecomment-780088139

Comment:
From https://github.com/ProtonMail/proton-bridge/releases 

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

* Re: protonmail-bridge: update to 1.5.6
  2021-02-13  7:13 [PR PATCH] Update protonmail-bridge to 1.5.6 vivlim
                   ` (2 preceding siblings ...)
  2021-02-16 20:10 ` ericonr
@ 2021-02-16 20:14 ` vivlim
  2021-02-16 20:17 ` ericonr
                   ` (14 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: vivlim @ 2021-02-16 20:14 UTC (permalink / raw)
  To: ml

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

New comment by vivlim on void-packages repository

https://github.com/void-linux/void-packages/pull/28717#issuecomment-780090489

Comment:
1.5.7 doesn't haven an official package yet, https://protonmail.com/download/beta/protonmail-bridge_1.5.7-1_amd64.deb is a 404.

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

* Re: protonmail-bridge: update to 1.5.6
  2021-02-13  7:13 [PR PATCH] Update protonmail-bridge to 1.5.6 vivlim
                   ` (3 preceding siblings ...)
  2021-02-16 20:14 ` vivlim
@ 2021-02-16 20:17 ` ericonr
  2021-02-16 20:27 ` vivlim
                   ` (13 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: ericonr @ 2021-02-16 20:17 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/28717#issuecomment-780092025

Comment:
Got it! Please just fix the commit message and fix the license (see https://github.com/void-linux/void-packages/pull/26058/files ) and we are good to go.

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

* Re: protonmail-bridge: update to 1.5.6
  2021-02-13  7:13 [PR PATCH] Update protonmail-bridge to 1.5.6 vivlim
                   ` (4 preceding siblings ...)
  2021-02-16 20:17 ` ericonr
@ 2021-02-16 20:27 ` vivlim
  2021-02-16 20:29 ` [PR PATCH] [Updated] " vivlim
                   ` (12 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: vivlim @ 2021-02-16 20:27 UTC (permalink / raw)
  To: ml

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

New comment by vivlim on void-packages repository

https://github.com/void-linux/void-packages/pull/28717#issuecomment-780097526

Comment:
ah, I missed the news of the license change. From that PR and [this thread](https://www.reddit.com/r/voidlinux/comments/gc6b3w/protonmailbridge/) there was discussion about building the bridge from source instead of pulling it from the .deb. is that a requirement for packages that are in the main repos? or is it fine for this package to continue using the unpacked .deb?

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

* Re: [PR PATCH] [Updated] protonmail-bridge: update to 1.5.6
  2021-02-13  7:13 [PR PATCH] Update protonmail-bridge to 1.5.6 vivlim
                   ` (5 preceding siblings ...)
  2021-02-16 20:27 ` vivlim
@ 2021-02-16 20:29 ` vivlim
  2021-02-16 20:30 ` vivlim
                   ` (11 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: vivlim @ 2021-02-16 20:29 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by vivlim against master on the void-packages repository

https://github.com/vivlim/void-packages protonmail-bridge
https://github.com/void-linux/void-packages/pull/28717

protonmail-bridge: update to 1.5.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.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [ ] 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/28717.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-protonmail-bridge-28717.patch --]
[-- Type: text/x-diff, Size: 1400 bytes --]

From dcd3368086ddac7388eacf1083da053ec85d619e Mon Sep 17 00:00:00 2001
From: Vivian Lim <vivlim@pm.me>
Date: Fri, 12 Feb 2021 23:08:21 -0800
Subject: [PATCH] protonmail-bridge: update to 1.5.6

---
 srcpkgs/protonmail-bridge/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/protonmail-bridge/template b/srcpkgs/protonmail-bridge/template
index 017297acd96..6a9e836aa54 100644
--- a/srcpkgs/protonmail-bridge/template
+++ b/srcpkgs/protonmail-bridge/template
@@ -1,6 +1,6 @@
 # Template file for 'protonmail-bridge'
 pkgname=protonmail-bridge
-version=1.4.4
+version=1.5.6
 revision=1
 archs="x86_64"
 build_style=fetch
@@ -10,15 +10,15 @@ maintainer="Rich G <rich@richgannon.net>"
 license="custom:Commercial"
 homepage="https://protonmail.com/bridge"
 distfiles="https://protonmail.com/download/beta/protonmail-bridge_${version}-1_amd64.deb"
-checksum=70938512bde6d6d072147ba593e40c67b70bc0e85fa976e656d6174309a80d22
+checksum=3c18833c7b21ab97c9ba0a5e1267a620de3c8eece02bed49ff3d12961932b74c
 
 restricted=yes
 noverifyrdeps=yes
 nopie=yes
 
 do_install() {
-	ar x protonmail-bridge_${version}-1_amd64.deb data.tar.xz
-	bsdtar xpvf data.tar.xz
+	ar x protonmail-bridge_${version}-1_amd64.deb data.tar.gz
+	bsdtar xpvf data.tar.gz
 	cp -r usr ${DESTDIR}
-	vlicense usr/lib/protonmail/bridge/LICENSE
+	vlicense usr/share/doc/protonmail/bridge/LICENSE
 }

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

* Re: [PR PATCH] [Updated] protonmail-bridge: update to 1.5.6
  2021-02-13  7:13 [PR PATCH] Update protonmail-bridge to 1.5.6 vivlim
                   ` (6 preceding siblings ...)
  2021-02-16 20:29 ` [PR PATCH] [Updated] " vivlim
@ 2021-02-16 20:30 ` vivlim
  2021-02-16 20:30 ` vivlim
                   ` (10 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: vivlim @ 2021-02-16 20:30 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by vivlim against master on the void-packages repository

https://github.com/vivlim/void-packages protonmail-bridge
https://github.com/void-linux/void-packages/pull/28717

protonmail-bridge: update to 1.5.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.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [ ] 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/28717.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-protonmail-bridge-28717.patch --]
[-- Type: text/x-diff, Size: 1500 bytes --]

From 61d62e229d45add92c9c025b6c8078fe12983834 Mon Sep 17 00:00:00 2001
From: Vivian Lim <vivlim@pm.me>
Date: Fri, 12 Feb 2021 23:08:21 -0800
Subject: [PATCH] protonmail-bridge: update to 1.5.6

---
 srcpkgs/protonmail-bridge/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/protonmail-bridge/template b/srcpkgs/protonmail-bridge/template
index 017297acd96..4c349b02987 100644
--- a/srcpkgs/protonmail-bridge/template
+++ b/srcpkgs/protonmail-bridge/template
@@ -1,24 +1,24 @@
 # Template file for 'protonmail-bridge'
 pkgname=protonmail-bridge
-version=1.4.4
+version=1.5.7
 revision=1
 archs="x86_64"
 build_style=fetch
 depends="desktop-file-utils"
 short_desc="ProtonMail Bridge for use with E-mail software"
 maintainer="Rich G <rich@richgannon.net>"
-license="custom:Commercial"
+license="GPL-3.0-only"
 homepage="https://protonmail.com/bridge"
 distfiles="https://protonmail.com/download/beta/protonmail-bridge_${version}-1_amd64.deb"
-checksum=70938512bde6d6d072147ba593e40c67b70bc0e85fa976e656d6174309a80d22
+checksum=3c18833c7b21ab97c9ba0a5e1267a620de3c8eece02bed49ff3d12961932b74c
 
 restricted=yes
 noverifyrdeps=yes
 nopie=yes
 
 do_install() {
-	ar x protonmail-bridge_${version}-1_amd64.deb data.tar.xz
-	bsdtar xpvf data.tar.xz
+	ar x protonmail-bridge_${version}-1_amd64.deb data.tar.gz
+	bsdtar xpvf data.tar.gz
 	cp -r usr ${DESTDIR}
-	vlicense usr/lib/protonmail/bridge/LICENSE
+	vlicense usr/share/doc/protonmail/bridge/LICENSE
 }

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

* Re: [PR PATCH] [Updated] protonmail-bridge: update to 1.5.6
  2021-02-13  7:13 [PR PATCH] Update protonmail-bridge to 1.5.6 vivlim
                   ` (7 preceding siblings ...)
  2021-02-16 20:30 ` vivlim
@ 2021-02-16 20:30 ` vivlim
  2021-02-16 20:31 ` vivlim
                   ` (9 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: vivlim @ 2021-02-16 20:30 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by vivlim against master on the void-packages repository

https://github.com/vivlim/void-packages protonmail-bridge
https://github.com/void-linux/void-packages/pull/28717

protonmail-bridge: update to 1.5.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.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [ ] 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/28717.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-protonmail-bridge-28717.patch --]
[-- Type: text/x-diff, Size: 1500 bytes --]

From 6c8a19d146f6ba284c765b3b278d7aa5cb0f0cd6 Mon Sep 17 00:00:00 2001
From: Vivian Lim <vivlim@pm.me>
Date: Fri, 12 Feb 2021 23:08:21 -0800
Subject: [PATCH] protonmail-bridge: update to 1.5.6

---
 srcpkgs/protonmail-bridge/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/protonmail-bridge/template b/srcpkgs/protonmail-bridge/template
index 017297acd96..ba940b47f5b 100644
--- a/srcpkgs/protonmail-bridge/template
+++ b/srcpkgs/protonmail-bridge/template
@@ -1,24 +1,24 @@
 # Template file for 'protonmail-bridge'
 pkgname=protonmail-bridge
-version=1.4.4
+version=1.5.6
 revision=1
 archs="x86_64"
 build_style=fetch
 depends="desktop-file-utils"
 short_desc="ProtonMail Bridge for use with E-mail software"
 maintainer="Rich G <rich@richgannon.net>"
-license="custom:Commercial"
+license="GPL-3.0-only"
 homepage="https://protonmail.com/bridge"
 distfiles="https://protonmail.com/download/beta/protonmail-bridge_${version}-1_amd64.deb"
-checksum=70938512bde6d6d072147ba593e40c67b70bc0e85fa976e656d6174309a80d22
+checksum=3c18833c7b21ab97c9ba0a5e1267a620de3c8eece02bed49ff3d12961932b74c
 
 restricted=yes
 noverifyrdeps=yes
 nopie=yes
 
 do_install() {
-	ar x protonmail-bridge_${version}-1_amd64.deb data.tar.xz
-	bsdtar xpvf data.tar.xz
+	ar x protonmail-bridge_${version}-1_amd64.deb data.tar.gz
+	bsdtar xpvf data.tar.gz
 	cp -r usr ${DESTDIR}
-	vlicense usr/lib/protonmail/bridge/LICENSE
+	vlicense usr/share/doc/protonmail/bridge/LICENSE
 }

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

* Re: [PR PATCH] [Updated] protonmail-bridge: update to 1.5.6
  2021-02-13  7:13 [PR PATCH] Update protonmail-bridge to 1.5.6 vivlim
                   ` (8 preceding siblings ...)
  2021-02-16 20:30 ` vivlim
@ 2021-02-16 20:31 ` vivlim
  2021-02-16 20:33 ` ericonr
                   ` (8 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: vivlim @ 2021-02-16 20:31 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by vivlim against master on the void-packages repository

https://github.com/vivlim/void-packages protonmail-bridge
https://github.com/void-linux/void-packages/pull/28717

protonmail-bridge: update to 1.5.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.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [ ] 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/28717.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-protonmail-bridge-28717.patch --]
[-- Type: text/x-diff, Size: 1448 bytes --]

From 07a5f7a2e04d0bc54e95029151823e454e0abdcd Mon Sep 17 00:00:00 2001
From: Vivian Lim <vivlim@pm.me>
Date: Fri, 12 Feb 2021 23:08:21 -0800
Subject: [PATCH] protonmail-bridge: update to 1.5.6

---
 srcpkgs/protonmail-bridge/template | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/protonmail-bridge/template b/srcpkgs/protonmail-bridge/template
index 017297acd96..425e110248e 100644
--- a/srcpkgs/protonmail-bridge/template
+++ b/srcpkgs/protonmail-bridge/template
@@ -1,24 +1,23 @@
 # Template file for 'protonmail-bridge'
 pkgname=protonmail-bridge
-version=1.4.4
+version=1.5.6
 revision=1
 archs="x86_64"
 build_style=fetch
 depends="desktop-file-utils"
 short_desc="ProtonMail Bridge for use with E-mail software"
 maintainer="Rich G <rich@richgannon.net>"
-license="custom:Commercial"
+license="GPL-3.0-only"
 homepage="https://protonmail.com/bridge"
 distfiles="https://protonmail.com/download/beta/protonmail-bridge_${version}-1_amd64.deb"
-checksum=70938512bde6d6d072147ba593e40c67b70bc0e85fa976e656d6174309a80d22
+checksum=3c18833c7b21ab97c9ba0a5e1267a620de3c8eece02bed49ff3d12961932b74c
 
 restricted=yes
 noverifyrdeps=yes
 nopie=yes
 
 do_install() {
-	ar x protonmail-bridge_${version}-1_amd64.deb data.tar.xz
-	bsdtar xpvf data.tar.xz
+	ar x protonmail-bridge_${version}-1_amd64.deb data.tar.gz
+	bsdtar xpvf data.tar.gz
 	cp -r usr ${DESTDIR}
-	vlicense usr/lib/protonmail/bridge/LICENSE
 }

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

* Re: protonmail-bridge: update to 1.5.6
  2021-02-13  7:13 [PR PATCH] Update protonmail-bridge to 1.5.6 vivlim
                   ` (9 preceding siblings ...)
  2021-02-16 20:31 ` vivlim
@ 2021-02-16 20:33 ` ericonr
  2021-02-16 20:35 ` ericonr
                   ` (7 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: ericonr @ 2021-02-16 20:33 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/28717#issuecomment-780101121

Comment:
It's unfortunate but it can remain  as is for now. Building it is rather complex :/

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

* Re: protonmail-bridge: update to 1.5.6
  2021-02-13  7:13 [PR PATCH] Update protonmail-bridge to 1.5.6 vivlim
                   ` (10 preceding siblings ...)
  2021-02-16 20:33 ` ericonr
@ 2021-02-16 20:35 ` ericonr
  2021-02-16 20:40 ` [PR PATCH] [Updated] " vivlim
                   ` (6 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: ericonr @ 2021-02-16 20:35 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/28717#issuecomment-780101846

Comment:
Also it wasn't a license change, but rather that the license was just wrong. If you can include that in the commit message, I'd appreciate it.

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

* Re: [PR PATCH] [Updated] protonmail-bridge: update to 1.5.6
  2021-02-13  7:13 [PR PATCH] Update protonmail-bridge to 1.5.6 vivlim
                   ` (11 preceding siblings ...)
  2021-02-16 20:35 ` ericonr
@ 2021-02-16 20:40 ` vivlim
  2021-02-16 20:40 ` vivlim
                   ` (5 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: vivlim @ 2021-02-16 20:40 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by vivlim against master on the void-packages repository

https://github.com/vivlim/void-packages protonmail-bridge
https://github.com/void-linux/void-packages/pull/28717

protonmail-bridge: update to 1.5.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.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [ ] 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/28717.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-protonmail-bridge-28717.patch --]
[-- Type: text/x-diff, Size: 1516 bytes --]

From 2480d7eebd11a5903d7c697b23321adf27152423 Mon Sep 17 00:00:00 2001
From: Vivian Lim <vivlim@pm.me>
Date: Fri, 12 Feb 2021 23:08:21 -0800
Subject: [PATCH] protonmail-bridge: update to 1.5.6

Correcting the license, which has been GPL 3.0 since version 1.2.6.
---
 srcpkgs/protonmail-bridge/template | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/protonmail-bridge/template b/srcpkgs/protonmail-bridge/template
index 017297acd96..425e110248e 100644
--- a/srcpkgs/protonmail-bridge/template
+++ b/srcpkgs/protonmail-bridge/template
@@ -1,24 +1,23 @@
 # Template file for 'protonmail-bridge'
 pkgname=protonmail-bridge
-version=1.4.4
+version=1.5.6
 revision=1
 archs="x86_64"
 build_style=fetch
 depends="desktop-file-utils"
 short_desc="ProtonMail Bridge for use with E-mail software"
 maintainer="Rich G <rich@richgannon.net>"
-license="custom:Commercial"
+license="GPL-3.0-only"
 homepage="https://protonmail.com/bridge"
 distfiles="https://protonmail.com/download/beta/protonmail-bridge_${version}-1_amd64.deb"
-checksum=70938512bde6d6d072147ba593e40c67b70bc0e85fa976e656d6174309a80d22
+checksum=3c18833c7b21ab97c9ba0a5e1267a620de3c8eece02bed49ff3d12961932b74c
 
 restricted=yes
 noverifyrdeps=yes
 nopie=yes
 
 do_install() {
-	ar x protonmail-bridge_${version}-1_amd64.deb data.tar.xz
-	bsdtar xpvf data.tar.xz
+	ar x protonmail-bridge_${version}-1_amd64.deb data.tar.gz
+	bsdtar xpvf data.tar.gz
 	cp -r usr ${DESTDIR}
-	vlicense usr/lib/protonmail/bridge/LICENSE
 }

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

* Re: protonmail-bridge: update to 1.5.6
  2021-02-13  7:13 [PR PATCH] Update protonmail-bridge to 1.5.6 vivlim
                   ` (12 preceding siblings ...)
  2021-02-16 20:40 ` [PR PATCH] [Updated] " vivlim
@ 2021-02-16 20:40 ` vivlim
  2021-02-16 20:46 ` ericonr
                   ` (4 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: vivlim @ 2021-02-16 20:40 UTC (permalink / raw)
  To: ml

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

New comment by vivlim on void-packages repository

https://github.com/void-linux/void-packages/pull/28717#issuecomment-780104693

Comment:
Sure. How's this?

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

* Re: protonmail-bridge: update to 1.5.6
  2021-02-13  7:13 [PR PATCH] Update protonmail-bridge to 1.5.6 vivlim
                   ` (13 preceding siblings ...)
  2021-02-16 20:40 ` vivlim
@ 2021-02-16 20:46 ` ericonr
  2021-02-16 21:12 ` [PR PATCH] [Updated] " vivlim
                   ` (3 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: ericonr @ 2021-02-16 20:46 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/28717#issuecomment-780107652

Comment:
It's been GPL for longer, we just used a commercial license for some weird reason. You don't have to specify the version, just mention that it was wrong.

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

* Re: [PR PATCH] [Updated] protonmail-bridge: update to 1.5.6
  2021-02-13  7:13 [PR PATCH] Update protonmail-bridge to 1.5.6 vivlim
                   ` (14 preceding siblings ...)
  2021-02-16 20:46 ` ericonr
@ 2021-02-16 21:12 ` vivlim
  2021-02-17  0:29 ` vivlim
                   ` (2 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: vivlim @ 2021-02-16 21:12 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by vivlim against master on the void-packages repository

https://github.com/vivlim/void-packages protonmail-bridge
https://github.com/void-linux/void-packages/pull/28717

protonmail-bridge: update to 1.5.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.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [ ] 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/28717.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-protonmail-bridge-28717.patch --]
[-- Type: text/x-diff, Size: 1495 bytes --]

From 13bb77c7fa70a3a8ce12920047665e724b02e039 Mon Sep 17 00:00:00 2001
From: Vivian Lim <vivlim@pm.me>
Date: Fri, 12 Feb 2021 23:08:21 -0800
Subject: [PATCH] protonmail-bridge: update to 1.5.6

Correcting the license which has been GPL 3.0.
---
 srcpkgs/protonmail-bridge/template | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/protonmail-bridge/template b/srcpkgs/protonmail-bridge/template
index 017297acd96..425e110248e 100644
--- a/srcpkgs/protonmail-bridge/template
+++ b/srcpkgs/protonmail-bridge/template
@@ -1,24 +1,23 @@
 # Template file for 'protonmail-bridge'
 pkgname=protonmail-bridge
-version=1.4.4
+version=1.5.6
 revision=1
 archs="x86_64"
 build_style=fetch
 depends="desktop-file-utils"
 short_desc="ProtonMail Bridge for use with E-mail software"
 maintainer="Rich G <rich@richgannon.net>"
-license="custom:Commercial"
+license="GPL-3.0-only"
 homepage="https://protonmail.com/bridge"
 distfiles="https://protonmail.com/download/beta/protonmail-bridge_${version}-1_amd64.deb"
-checksum=70938512bde6d6d072147ba593e40c67b70bc0e85fa976e656d6174309a80d22
+checksum=3c18833c7b21ab97c9ba0a5e1267a620de3c8eece02bed49ff3d12961932b74c
 
 restricted=yes
 noverifyrdeps=yes
 nopie=yes
 
 do_install() {
-	ar x protonmail-bridge_${version}-1_amd64.deb data.tar.xz
-	bsdtar xpvf data.tar.xz
+	ar x protonmail-bridge_${version}-1_amd64.deb data.tar.gz
+	bsdtar xpvf data.tar.gz
 	cp -r usr ${DESTDIR}
-	vlicense usr/lib/protonmail/bridge/LICENSE
 }

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

* Re: protonmail-bridge: update to 1.5.6
  2021-02-13  7:13 [PR PATCH] Update protonmail-bridge to 1.5.6 vivlim
                   ` (15 preceding siblings ...)
  2021-02-16 21:12 ` [PR PATCH] [Updated] " vivlim
@ 2021-02-17  0:29 ` vivlim
  2021-02-17  3:19 ` [PR PATCH] [Closed]: " ericonr
  2021-02-17  3:19 ` ericonr
  18 siblings, 0 replies; 20+ messages in thread
From: vivlim @ 2021-02-17  0:29 UTC (permalink / raw)
  To: ml

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

New comment by vivlim on void-packages repository

https://github.com/void-linux/void-packages/pull/28717#issuecomment-780207090

Comment:
Done, the message now says
"Correcting the license which has been GPL 3.0."

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

* Re: [PR PATCH] [Closed]: protonmail-bridge: update to 1.5.6
  2021-02-13  7:13 [PR PATCH] Update protonmail-bridge to 1.5.6 vivlim
                   ` (16 preceding siblings ...)
  2021-02-17  0:29 ` vivlim
@ 2021-02-17  3:19 ` ericonr
  2021-02-17  3:19 ` ericonr
  18 siblings, 0 replies; 20+ messages in thread
From: ericonr @ 2021-02-17  3:19 UTC (permalink / raw)
  To: ml

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

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

protonmail-bridge: update to 1.5.6
https://github.com/void-linux/void-packages/pull/28717

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.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

* Re: protonmail-bridge: update to 1.5.6
  2021-02-13  7:13 [PR PATCH] Update protonmail-bridge to 1.5.6 vivlim
                   ` (17 preceding siblings ...)
  2021-02-17  3:19 ` [PR PATCH] [Closed]: " ericonr
@ 2021-02-17  3:19 ` ericonr
  18 siblings, 0 replies; 20+ messages in thread
From: ericonr @ 2021-02-17  3:19 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/28717#issuecomment-780269272

Comment:
Turns out it was "or-later". I fixed it locally and pushed, thanks!

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

end of thread, other threads:[~2021-02-17  3:19 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-13  7:13 [PR PATCH] Update protonmail-bridge to 1.5.6 vivlim
2021-02-13 21:58 ` ericonr
2021-02-16 20:05 ` protonmail-bridge: update " vivlim
2021-02-16 20:10 ` ericonr
2021-02-16 20:14 ` vivlim
2021-02-16 20:17 ` ericonr
2021-02-16 20:27 ` vivlim
2021-02-16 20:29 ` [PR PATCH] [Updated] " vivlim
2021-02-16 20:30 ` vivlim
2021-02-16 20:30 ` vivlim
2021-02-16 20:31 ` vivlim
2021-02-16 20:33 ` ericonr
2021-02-16 20:35 ` ericonr
2021-02-16 20:40 ` [PR PATCH] [Updated] " vivlim
2021-02-16 20:40 ` vivlim
2021-02-16 20:46 ` ericonr
2021-02-16 21:12 ` [PR PATCH] [Updated] " vivlim
2021-02-17  0:29 ` vivlim
2021-02-17  3:19 ` [PR PATCH] [Closed]: " ericonr
2021-02-17  3:19 ` 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).