* [PR PATCH] protonmail-bridge: update to 1.4.4
@ 2020-11-01 21:36 ArmedAviator
2020-11-16 19:26 ` [PR PATCH] [Updated] " ArmedAviator
` (6 more replies)
0 siblings, 7 replies; 9+ messages in thread
From: ArmedAviator @ 2020-11-01 21:36 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 402 bytes --]
There is a new pull request by ArmedAviator against master on the void-packages repository
https://github.com/ArmedAviator/void-packages protonmail
https://github.com/void-linux/void-packages/pull/26058
protonmail-bridge: update to 1.4.4
Tested working on x86_64 glibc.
License changed to GPL v3 upstream.
A patch file from https://github.com/void-linux/void-packages/pull/26058.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-protonmail-26058.patch --]
[-- Type: text/x-diff, Size: 1121 bytes --]
From 55a2afdf65db4f21b5cbc0907e2f4ba1f350ad22 Mon Sep 17 00:00:00 2001
From: Rich Gannon <rich@rchgannon.net>
Date: Sun, 1 Nov 2020 16:34:14 -0500
Subject: [PATCH] protonmail-bridge: update to 1.4.4
---
srcpkgs/protonmail-bridge/template | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/srcpkgs/protonmail-bridge/template b/srcpkgs/protonmail-bridge/template
index 017297acd96..1b359b01181 100644
--- a/srcpkgs/protonmail-bridge/template
+++ b/srcpkgs/protonmail-bridge/template
@@ -7,7 +7,7 @@ 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
@@ -20,5 +20,4 @@ do_install() {
ar x protonmail-bridge_${version}-1_amd64.deb data.tar.xz
bsdtar xpvf data.tar.xz
cp -r usr ${DESTDIR}
- vlicense usr/lib/protonmail/bridge/LICENSE
}
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PR PATCH] [Updated] protonmail-bridge: update to 1.4.4
2020-11-01 21:36 [PR PATCH] protonmail-bridge: update to 1.4.4 ArmedAviator
@ 2020-11-16 19:26 ` ArmedAviator
2020-11-23 5:14 ` ericonr
` (5 subsequent siblings)
6 siblings, 0 replies; 9+ messages in thread
From: ArmedAviator @ 2020-11-16 19:26 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 407 bytes --]
There is an updated pull request by ArmedAviator against master on the void-packages repository
https://github.com/ArmedAviator/void-packages protonmail
https://github.com/void-linux/void-packages/pull/26058
protonmail-bridge: update to 1.4.4
Tested working on x86_64 glibc.
License changed to GPL v3 upstream.
A patch file from https://github.com/void-linux/void-packages/pull/26058.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-protonmail-26058.patch --]
[-- Type: text/x-diff, Size: 1367 bytes --]
From b9ed1056aceacd35fd7512d72da7ee87690f9de3 Mon Sep 17 00:00:00 2001
From: Rich Gannon <rich@rchgannon.net>
Date: Sun, 1 Nov 2020 16:34:14 -0500
Subject: [PATCH] protonmail-bridge: update to 1.5.0
---
srcpkgs/protonmail-bridge/template | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/protonmail-bridge/template b/srcpkgs/protonmail-bridge/template
index 017297acd96..7467f305913 100644
--- a/srcpkgs/protonmail-bridge/template
+++ b/srcpkgs/protonmail-bridge/template
@@ -1,16 +1,16 @@
# Template file for 'protonmail-bridge'
pkgname=protonmail-bridge
-version=1.4.4
+version=1.5.0
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=d6d0f2b612440f277361d415d649eb78c2e2e14ba3774408fdd917dc39ba2c21
restricted=yes
noverifyrdeps=yes
@@ -20,5 +20,4 @@ do_install() {
ar x protonmail-bridge_${version}-1_amd64.deb data.tar.xz
bsdtar xpvf data.tar.xz
cp -r usr ${DESTDIR}
- vlicense usr/lib/protonmail/bridge/LICENSE
}
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: protonmail-bridge: update to 1.4.4
2020-11-01 21:36 [PR PATCH] protonmail-bridge: update to 1.4.4 ArmedAviator
2020-11-16 19:26 ` [PR PATCH] [Updated] " ArmedAviator
@ 2020-11-23 5:14 ` ericonr
2021-01-29 3:16 ` ericonr
` (4 subsequent siblings)
6 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2020-11-23 5:14 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/26058#issuecomment-731930610
Comment:
I think @cinerea0 had been trying to get something similar to build, could be remembering wrong.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: protonmail-bridge: update to 1.4.4
2020-11-01 21:36 [PR PATCH] protonmail-bridge: update to 1.4.4 ArmedAviator
2020-11-16 19:26 ` [PR PATCH] [Updated] " ArmedAviator
2020-11-23 5:14 ` ericonr
@ 2021-01-29 3:16 ` ericonr
2021-02-08 1:11 ` ArmedAviator
` (3 subsequent siblings)
6 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2021-01-29 3:16 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 194 bytes --]
New comment by ericonr on void-packages repository
https://github.com/void-linux/void-packages/pull/26058#issuecomment-769546013
Comment:
@ArmedAviator could you please update this to 1.5.7?
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: protonmail-bridge: update to 1.4.4
2020-11-01 21:36 [PR PATCH] protonmail-bridge: update to 1.4.4 ArmedAviator
` (2 preceding siblings ...)
2021-01-29 3:16 ` ericonr
@ 2021-02-08 1:11 ` ArmedAviator
2021-02-08 1:34 ` [PR PATCH] [Updated] " ArmedAviator
` (2 subsequent siblings)
6 siblings, 0 replies; 9+ messages in thread
From: ArmedAviator @ 2021-02-08 1:11 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 206 bytes --]
New comment by ArmedAviator on void-packages repository
https://github.com/void-linux/void-packages/pull/26058#issuecomment-774807497
Comment:
@ericonr sorry was away for a month. Getting to it tonight.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PR PATCH] [Updated] protonmail-bridge: update to 1.4.4
2020-11-01 21:36 [PR PATCH] protonmail-bridge: update to 1.4.4 ArmedAviator
` (3 preceding siblings ...)
2021-02-08 1:11 ` ArmedAviator
@ 2021-02-08 1:34 ` ArmedAviator
2021-02-08 1:35 ` ArmedAviator
2021-02-08 1:39 ` [PR PATCH] [Closed]: " ArmedAviator
6 siblings, 0 replies; 9+ messages in thread
From: ArmedAviator @ 2021-02-08 1:34 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 407 bytes --]
There is an updated pull request by ArmedAviator against master on the void-packages repository
https://github.com/ArmedAviator/void-packages protonmail
https://github.com/void-linux/void-packages/pull/26058
protonmail-bridge: update to 1.4.4
Tested working on x86_64 glibc.
License changed to GPL v3 upstream.
A patch file from https://github.com/void-linux/void-packages/pull/26058.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-protonmail-26058.patch --]
[-- Type: text/x-diff, Size: 1367 bytes --]
From 6311e7474d9908a23d3797a09b9659aa710f3d87 Mon Sep 17 00:00:00 2001
From: Rich Gannon <rich@rchgannon.net>
Date: Sun, 1 Nov 2020 16:34:14 -0500
Subject: [PATCH] protonmail-bridge: update to 1.5.7
---
srcpkgs/protonmail-bridge/template | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/protonmail-bridge/template b/srcpkgs/protonmail-bridge/template
index 017297acd96..fed5e977fa9 100644
--- a/srcpkgs/protonmail-bridge/template
+++ b/srcpkgs/protonmail-bridge/template
@@ -1,16 +1,16 @@
# 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=f81001677ceed9bd99efda768956f92bcee3dd4e218ca6d17878899df596bd66
restricted=yes
noverifyrdeps=yes
@@ -20,5 +20,4 @@ do_install() {
ar x protonmail-bridge_${version}-1_amd64.deb data.tar.xz
bsdtar xpvf data.tar.xz
cp -r usr ${DESTDIR}
- vlicense usr/lib/protonmail/bridge/LICENSE
}
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PR PATCH] [Updated] protonmail-bridge: update to 1.4.4
2020-11-01 21:36 [PR PATCH] protonmail-bridge: update to 1.4.4 ArmedAviator
` (4 preceding siblings ...)
2021-02-08 1:34 ` [PR PATCH] [Updated] " ArmedAviator
@ 2021-02-08 1:35 ` ArmedAviator
2021-02-08 1:39 ` [PR PATCH] [Closed]: " ArmedAviator
6 siblings, 0 replies; 9+ messages in thread
From: ArmedAviator @ 2021-02-08 1:35 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 407 bytes --]
There is an updated pull request by ArmedAviator against master on the void-packages repository
https://github.com/ArmedAviator/void-packages protonmail
https://github.com/void-linux/void-packages/pull/26058
protonmail-bridge: update to 1.4.4
Tested working on x86_64 glibc.
License changed to GPL v3 upstream.
A patch file from https://github.com/void-linux/void-packages/pull/26058.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-protonmail-26058.patch --]
[-- Type: text/x-diff, Size: 2743 bytes --]
From 6311e7474d9908a23d3797a09b9659aa710f3d87 Mon Sep 17 00:00:00 2001
From: Rich Gannon <rich@rchgannon.net>
Date: Sun, 1 Nov 2020 16:34:14 -0500
Subject: [PATCH 1/2] protonmail-bridge: update to 1.5.7
---
srcpkgs/protonmail-bridge/template | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/protonmail-bridge/template b/srcpkgs/protonmail-bridge/template
index 017297acd96..fed5e977fa9 100644
--- a/srcpkgs/protonmail-bridge/template
+++ b/srcpkgs/protonmail-bridge/template
@@ -1,16 +1,16 @@
# 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=f81001677ceed9bd99efda768956f92bcee3dd4e218ca6d17878899df596bd66
restricted=yes
noverifyrdeps=yes
@@ -20,5 +20,4 @@ do_install() {
ar x protonmail-bridge_${version}-1_amd64.deb data.tar.xz
bsdtar xpvf data.tar.xz
cp -r usr ${DESTDIR}
- vlicense usr/lib/protonmail/bridge/LICENSE
}
From e10bc25bc01da426454335e81217cb8bc2b08583 Mon Sep 17 00:00:00 2001
From: Rich Gannon <rich@rchgannon.net>
Date: Sun, 1 Nov 2020 16:34:14 -0500
Subject: [PATCH 2/2] protonmail-bridge: update to 1.5.7
---
srcpkgs/protonmail-bridge/template | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/protonmail-bridge/template b/srcpkgs/protonmail-bridge/template
index 017297acd96..fed5e977fa9 100644
--- a/srcpkgs/protonmail-bridge/template
+++ b/srcpkgs/protonmail-bridge/template
@@ -1,16 +1,16 @@
# 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=f81001677ceed9bd99efda768956f92bcee3dd4e218ca6d17878899df596bd66
restricted=yes
noverifyrdeps=yes
@@ -20,5 +20,4 @@ do_install() {
ar x protonmail-bridge_${version}-1_amd64.deb data.tar.xz
bsdtar xpvf data.tar.xz
cp -r usr ${DESTDIR}
- vlicense usr/lib/protonmail/bridge/LICENSE
}
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PR PATCH] [Closed]: protonmail-bridge: update to 1.4.4
2020-11-01 21:36 [PR PATCH] protonmail-bridge: update to 1.4.4 ArmedAviator
` (5 preceding siblings ...)
2021-02-08 1:35 ` ArmedAviator
@ 2021-02-08 1:39 ` ArmedAviator
6 siblings, 0 replies; 9+ messages in thread
From: ArmedAviator @ 2021-02-08 1:39 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 238 bytes --]
There's a closed pull request on the void-packages repository
protonmail-bridge: update to 1.4.4
https://github.com/void-linux/void-packages/pull/26058
Description:
Tested working on x86_64 glibc.
License changed to GPL v3 upstream.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: protonmail-bridge: update to 1.4.4.
2020-10-12 17:36 [PR PATCH] protonmail-bridge: update to 1.4.3 jbenden
@ 2020-10-15 18:29 ` jbenden
0 siblings, 0 replies; 9+ messages in thread
From: jbenden @ 2020-10-15 18:29 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 280 bytes --]
New comment by jbenden on void-packages repository
https://github.com/void-linux/void-packages/pull/25543#issuecomment-709511920
Comment:
This is marked a beta version, but fixes a bunch of bugs. I personally will keep using it, but if you'd rather not merge than I understand!
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2021-02-08 1:39 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-01 21:36 [PR PATCH] protonmail-bridge: update to 1.4.4 ArmedAviator
2020-11-16 19:26 ` [PR PATCH] [Updated] " ArmedAviator
2020-11-23 5:14 ` ericonr
2021-01-29 3:16 ` ericonr
2021-02-08 1:11 ` ArmedAviator
2021-02-08 1:34 ` [PR PATCH] [Updated] " ArmedAviator
2021-02-08 1:35 ` ArmedAviator
2021-02-08 1:39 ` [PR PATCH] [Closed]: " ArmedAviator
-- strict thread matches above, loose matches on Subject: below --
2020-10-12 17:36 [PR PATCH] protonmail-bridge: update to 1.4.3 jbenden
2020-10-15 18:29 ` protonmail-bridge: update to 1.4.4 jbenden
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).