Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gopass: update to 1.11.0.
@ 2021-01-24 21:55 dshynkev
  2021-01-24 21:59 ` dshynkev
                   ` (20 more replies)
  0 siblings, 21 replies; 23+ messages in thread
From: dshynkev @ 2021-01-24 21:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dshynkev/void-packages master
https://github.com/void-linux/void-packages/pull/28202

gopass: update to 1.11.0.
#### 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

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

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

From aee96ab701037ce107299d9fb7b2ec26de34ef51 Mon Sep 17 00:00:00 2001
From: Dmytro Shynkevych <dm.shynk@gmail.com>
Date: Sun, 24 Jan 2021 16:50:50 -0500
Subject: [PATCH] gopass: update to 1.11.0.

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

diff --git a/srcpkgs/gopass/template b/srcpkgs/gopass/template
index 2f6f5c860fa..30477c4fcab 100644
--- a/srcpkgs/gopass/template
+++ b/srcpkgs/gopass/template
@@ -1,7 +1,7 @@
 # Template file for 'gopass'
 pkgname=gopass
-version=1.10.1
-revision=2
+version=1.11.0
+revision=1
 build_style=go
 go_import_path=github.com/gopasspw/gopass
 go_package="${go_import_path} ${go_import_path}/cmd/..."
@@ -13,7 +13,7 @@ license="MIT"
 homepage="https://www.gopass.pw/"
 changelog="https://raw.githubusercontent.com/gopasspw/gopass/master/CHANGELOG.md"
 distfiles="https://github.com/gopasspw/gopass/archive/v${version}.tar.gz"
-checksum=f4bfe03bc26701baf411795faafe774aa6025bc6050ab3ebf7e931e5ff821961
+checksum=26ac90ef60d7f08e7d9361280d6457edb90642e821edba2c5e5cb0a09ca20b08
 
 if [ "$CROSS_BUILD" ]; then
 	# Depend on system gopass to generate completions

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

* Re: gopass: update to 1.11.0.
  2021-01-24 21:55 [PR PATCH] gopass: update to 1.11.0 dshynkev
@ 2021-01-24 21:59 ` dshynkev
  2021-01-24 22:00 ` dshynkev
                   ` (19 subsequent siblings)
  20 siblings, 0 replies; 23+ messages in thread
From: dshynkev @ 2021-01-24 21:59 UTC (permalink / raw)
  To: ml

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

New comment by dshynkev on void-packages repository

https://github.com/void-linux/void-packages/pull/28202#issuecomment-766439616

Comment:
One thing of note: this version changed the way the `gpg` binary is selected. They assume `gpg` points to the version of GPG the user uses, but on Void it points to GPG v1, which is probably not what most use.

One must `export GOPASS_GPG_BINARY=$(which gpg)` for it to keep working.

Should I note this in a post-install message?

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

* Re: gopass: update to 1.11.0.
  2021-01-24 21:55 [PR PATCH] gopass: update to 1.11.0 dshynkev
  2021-01-24 21:59 ` dshynkev
@ 2021-01-24 22:00 ` dshynkev
  2021-01-24 23:02 ` ericonr
                   ` (18 subsequent siblings)
  20 siblings, 0 replies; 23+ messages in thread
From: dshynkev @ 2021-01-24 22:00 UTC (permalink / raw)
  To: ml

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

New comment by dshynkev on void-packages repository

https://github.com/void-linux/void-packages/pull/28202#issuecomment-766439616

Comment:
One thing of note: this version changed the way the `gpg` binary is selected. They assume `gpg` points to the version of GPG the user uses, but on Void it points to GPG v1, which is probably not what most use.

One must `export GOPASS_GPG_BINARY=$(which gpg2)` for it to keep working with GPG v2.

Should I note this in a post-install message?

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

* Re: gopass: update to 1.11.0.
  2021-01-24 21:55 [PR PATCH] gopass: update to 1.11.0 dshynkev
  2021-01-24 21:59 ` dshynkev
  2021-01-24 22:00 ` dshynkev
@ 2021-01-24 23:02 ` ericonr
  2021-01-25  0:27 ` dshynkev
                   ` (17 subsequent siblings)
  20 siblings, 0 replies; 23+ messages in thread
From: ericonr @ 2021-01-24 23:02 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/28202#issuecomment-766455350

Comment:
I'd use `/usr/bin/gpg2` directly instead of which.

You could also open an RFC for dropping old GPG, if you think it's feasible.

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

* Re: gopass: update to 1.11.0.
  2021-01-24 21:55 [PR PATCH] gopass: update to 1.11.0 dshynkev
                   ` (2 preceding siblings ...)
  2021-01-24 23:02 ` ericonr
@ 2021-01-25  0:27 ` dshynkev
  2021-01-25  0:27 ` dshynkev
                   ` (16 subsequent siblings)
  20 siblings, 0 replies; 23+ messages in thread
From: dshynkev @ 2021-01-25  0:27 UTC (permalink / raw)
  To: ml

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

New comment by dshynkev on void-packages repository

https://github.com/void-linux/void-packages/pull/28202#issuecomment-766469183

Comment:
It should be possible. A few of current gnupg revdeps definitely support gnupg2.

I'll file an RFC, but perhaps for now a post-install message is best?
It might take a while to phase out v1 if at least one of its revdeps really requires it.

I could also patch gopass if that's more appropriate. Sorry, not sure about the Void packaging etiquette.

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

* Re: gopass: update to 1.11.0.
  2021-01-24 21:55 [PR PATCH] gopass: update to 1.11.0 dshynkev
                   ` (3 preceding siblings ...)
  2021-01-25  0:27 ` dshynkev
@ 2021-01-25  0:27 ` dshynkev
  2021-01-25  0:28 ` [PR PATCH] [Updated] " dshynkev
                   ` (15 subsequent siblings)
  20 siblings, 0 replies; 23+ messages in thread
From: dshynkev @ 2021-01-25  0:27 UTC (permalink / raw)
  To: ml

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

New comment by dshynkev on void-packages repository

https://github.com/void-linux/void-packages/pull/28202#issuecomment-766469265

Comment:
I've tentatively added a message.

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

* Re: [PR PATCH] [Updated] gopass: update to 1.11.0.
  2021-01-24 21:55 [PR PATCH] gopass: update to 1.11.0 dshynkev
                   ` (4 preceding siblings ...)
  2021-01-25  0:27 ` dshynkev
@ 2021-01-25  0:28 ` dshynkev
  2021-01-25  1:33 ` ericonr
                   ` (14 subsequent siblings)
  20 siblings, 0 replies; 23+ messages in thread
From: dshynkev @ 2021-01-25  0:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dshynkev/void-packages master
https://github.com/void-linux/void-packages/pull/28202

gopass: update to 1.11.0.
#### 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

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

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

From 0378a31cfc528215e817f88332ef49a9679b05a4 Mon Sep 17 00:00:00 2001
From: Dmytro Shynkevych <dm.shynk@gmail.com>
Date: Sun, 24 Jan 2021 16:50:50 -0500
Subject: [PATCH] gopass: update to 1.11.0.

---
 srcpkgs/gopass/INSTALL.msg | 5 +++++
 srcpkgs/gopass/template    | 6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/gopass/INSTALL.msg

diff --git a/srcpkgs/gopass/INSTALL.msg b/srcpkgs/gopass/INSTALL.msg
new file mode 100644
index 00000000000..c49074ce500
--- /dev/null
+++ b/srcpkgs/gopass/INSTALL.msg
@@ -0,0 +1,5 @@
+The way gpg binary lookup in gopass works has changed:
+https://github.com/gopasspw/gopass/commit/004eaa4
+
+If you manage your keys with GnuPG v2, add this to your environment:
+export GOPASS_GPG_BINARY=/usr/bin/gpg2
diff --git a/srcpkgs/gopass/template b/srcpkgs/gopass/template
index 2f6f5c860fa..30477c4fcab 100644
--- a/srcpkgs/gopass/template
+++ b/srcpkgs/gopass/template
@@ -1,7 +1,7 @@
 # Template file for 'gopass'
 pkgname=gopass
-version=1.10.1
-revision=2
+version=1.11.0
+revision=1
 build_style=go
 go_import_path=github.com/gopasspw/gopass
 go_package="${go_import_path} ${go_import_path}/cmd/..."
@@ -13,7 +13,7 @@ license="MIT"
 homepage="https://www.gopass.pw/"
 changelog="https://raw.githubusercontent.com/gopasspw/gopass/master/CHANGELOG.md"
 distfiles="https://github.com/gopasspw/gopass/archive/v${version}.tar.gz"
-checksum=f4bfe03bc26701baf411795faafe774aa6025bc6050ab3ebf7e931e5ff821961
+checksum=26ac90ef60d7f08e7d9361280d6457edb90642e821edba2c5e5cb0a09ca20b08
 
 if [ "$CROSS_BUILD" ]; then
 	# Depend on system gopass to generate completions

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

* Re: gopass: update to 1.11.0.
  2021-01-24 21:55 [PR PATCH] gopass: update to 1.11.0 dshynkev
                   ` (5 preceding siblings ...)
  2021-01-25  0:28 ` [PR PATCH] [Updated] " dshynkev
@ 2021-01-25  1:33 ` ericonr
  2021-01-25 12:54 ` ahesford
                   ` (13 subsequent siblings)
  20 siblings, 0 replies; 23+ messages in thread
From: ericonr @ 2021-01-25  1:33 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/28202#issuecomment-766484822

Comment:
> It might take a while to phase out v1 if at least one of its revdeps really requires it.

Fair enough :)

Ideally, we want to make the package with as little friction as possible. If Void still defaulting to gnupg 1 makes it an issue (assuming most users do actually use gnupg2 instead), we can consider patching, IMO. I'm tagging @fnogcps so they can leave their thoughts here.

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

* Re: gopass: update to 1.11.0.
  2021-01-24 21:55 [PR PATCH] gopass: update to 1.11.0 dshynkev
                   ` (6 preceding siblings ...)
  2021-01-25  1:33 ` ericonr
@ 2021-01-25 12:54 ` ahesford
  2021-01-25 13:29 ` ericonr
                   ` (12 subsequent siblings)
  20 siblings, 0 replies; 23+ messages in thread
From: ahesford @ 2021-01-25 12:54 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/28202#issuecomment-766795720

Comment:
Upstream is doing this wrong. GPG2 provides `gpgconf` to provide a machine-readable way to discover the path to the gpg binary. If `gpgconf` is available, you query that for the full path to the `gpg` executable, which in Void returns `/usr/bin/gpg2`. If `gpgconf` is not available, then you fall back to looking for `gpg` in the path.

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

* Re: gopass: update to 1.11.0.
  2021-01-24 21:55 [PR PATCH] gopass: update to 1.11.0 dshynkev
                   ` (7 preceding siblings ...)
  2021-01-25 12:54 ` ahesford
@ 2021-01-25 13:29 ` ericonr
  2021-01-25 23:26 ` [PR REVIEW] " ericonr
                   ` (11 subsequent siblings)
  20 siblings, 0 replies; 23+ messages in thread
From: ericonr @ 2021-01-25 13:29 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/28202#issuecomment-766816635

Comment:
@dshynkev see https://github.com/void-linux/void-packages/pull/28217 :)

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

* Re: [PR REVIEW] gopass: update to 1.11.0.
  2021-01-24 21:55 [PR PATCH] gopass: update to 1.11.0 dshynkev
                   ` (8 preceding siblings ...)
  2021-01-25 13:29 ` ericonr
@ 2021-01-25 23:26 ` ericonr
  2021-01-27  7:46 ` [PR PATCH] [Updated] " dshynkev
                   ` (10 subsequent siblings)
  20 siblings, 0 replies; 23+ messages in thread
From: ericonr @ 2021-01-25 23:26 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/28202#discussion_r564111861

Comment:
You should be able to remove this block if you switch to using `vtargetrun`, and the lines below could also use `vcompletion`. Please see `rustup` for an example.

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

* Re: [PR PATCH] [Updated] gopass: update to 1.11.0.
  2021-01-24 21:55 [PR PATCH] gopass: update to 1.11.0 dshynkev
                   ` (9 preceding siblings ...)
  2021-01-25 23:26 ` [PR REVIEW] " ericonr
@ 2021-01-27  7:46 ` dshynkev
  2021-01-27  7:48 ` [PR REVIEW] " dshynkev
                   ` (9 subsequent siblings)
  20 siblings, 0 replies; 23+ messages in thread
From: dshynkev @ 2021-01-27  7:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dshynkev/void-packages master
https://github.com/void-linux/void-packages/pull/28202

gopass: update to 1.11.0.
#### 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

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

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

From 7c861da245e35870183dd1be56323aa5086b7fba Mon Sep 17 00:00:00 2001
From: Dmytro Shynkevych <dm.shynk@gmail.com>
Date: Sun, 24 Jan 2021 16:50:50 -0500
Subject: [PATCH] gopass: update to 1.11.0.

---
 srcpkgs/gopass/template | 32 ++++++++++++--------------------
 1 file changed, 12 insertions(+), 20 deletions(-)

diff --git a/srcpkgs/gopass/template b/srcpkgs/gopass/template
index 2f6f5c860fa..d920910a066 100644
--- a/srcpkgs/gopass/template
+++ b/srcpkgs/gopass/template
@@ -1,8 +1,9 @@
 # Template file for 'gopass'
 pkgname=gopass
-version=1.10.1
-revision=2
+version=1.11.0
+revision=1
 build_style=go
+build_helper=qemu
 go_import_path=github.com/gopasspw/gopass
 go_package="${go_import_path} ${go_import_path}/cmd/..."
 makedepends="gnupg2"
@@ -13,29 +14,20 @@ license="MIT"
 homepage="https://www.gopass.pw/"
 changelog="https://raw.githubusercontent.com/gopasspw/gopass/master/CHANGELOG.md"
 distfiles="https://github.com/gopasspw/gopass/archive/v${version}.tar.gz"
-checksum=f4bfe03bc26701baf411795faafe774aa6025bc6050ab3ebf7e931e5ff821961
-
-if [ "$CROSS_BUILD" ]; then
-	# Depend on system gopass to generate completions
-	hostmakedepends+=" gopass"
-fi
+checksum=26ac90ef60d7f08e7d9361280d6457edb90642e821edba2c5e5cb0a09ca20b08
 
 post_build() {
-	local GOPASS=${GOPATH}/bin/gopass
-	local completions=(zsh bash fish)
-
-	if [ "$CROSS_BUILD" ]; then
-		GOPASS=/usr/bin/gopass
-	fi
+	local BINARY="${GOPATH}/bin/gopass"
 
-	for completion in "${completions[@]}"; do
-		$GOPASS completion $completion > ${completion}.completion;
-	done
+	vtargetrun "$BINARY" completion zsh >completion.zsh
+	vtargetrun "$BINARY" completion bash >completion.bash
+	vtargetrun "$BINARY" completion fish >completion.fish
 }
 
 post_install() {
-	install -Dm0755 zsh.completion ${DESTDIR}/usr/share/zsh/site-functions/_gopass
-	install -Dm0755 bash.completion ${DESTDIR}/usr/share/bash-completion/completions/gopass
-	install -Dm0755 fish.completion ${DESTDIR}/usr/share/fish/vendor_completions.d/gopass.fish
+	vcompletion completion.bash bash
+	vcompletion completion.fish fish
+	vcompletion completion.zsh zsh
+
 	vlicense LICENSE
 }

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

* Re: [PR REVIEW] gopass: update to 1.11.0.
  2021-01-24 21:55 [PR PATCH] gopass: update to 1.11.0 dshynkev
                   ` (10 preceding siblings ...)
  2021-01-27  7:46 ` [PR PATCH] [Updated] " dshynkev
@ 2021-01-27  7:48 ` dshynkev
  2021-01-27 15:02 ` [PR PATCH] [Updated] " dshynkev
                   ` (8 subsequent siblings)
  20 siblings, 0 replies; 23+ messages in thread
From: dshynkev @ 2021-01-27  7:48 UTC (permalink / raw)
  To: ml

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

New review comment by dshynkev on void-packages repository

https://github.com/void-linux/void-packages/pull/28202#discussion_r565091152

Comment:
Got it, thanks!

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

* Re: [PR PATCH] [Updated] gopass: update to 1.11.0.
  2021-01-24 21:55 [PR PATCH] gopass: update to 1.11.0 dshynkev
                   ` (11 preceding siblings ...)
  2021-01-27  7:48 ` [PR REVIEW] " dshynkev
@ 2021-01-27 15:02 ` dshynkev
  2021-01-27 15:08 ` ahesford
                   ` (7 subsequent siblings)
  20 siblings, 0 replies; 23+ messages in thread
From: dshynkev @ 2021-01-27 15:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dshynkev/void-packages master
https://github.com/void-linux/void-packages/pull/28202

gopass: update to 1.11.0.
#### 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

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

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

From 2cbaae917921c1b340600bba6f1eeadf683cd012 Mon Sep 17 00:00:00 2001
From: Dmytro Shynkevych <dm.shynk@gmail.com>
Date: Sun, 24 Jan 2021 16:50:50 -0500
Subject: [PATCH] gopass: update to 1.11.0.

---
 srcpkgs/gopass/template | 31 +++++++++++--------------------
 1 file changed, 11 insertions(+), 20 deletions(-)

diff --git a/srcpkgs/gopass/template b/srcpkgs/gopass/template
index 2f6f5c860fa..68f33b7d84c 100644
--- a/srcpkgs/gopass/template
+++ b/srcpkgs/gopass/template
@@ -1,8 +1,9 @@
 # Template file for 'gopass'
 pkgname=gopass
-version=1.10.1
-revision=2
+version=1.11.0
+revision=1
 build_style=go
+build_helper=qemu
 go_import_path=github.com/gopasspw/gopass
 go_package="${go_import_path} ${go_import_path}/cmd/..."
 makedepends="gnupg2"
@@ -13,29 +14,19 @@ license="MIT"
 homepage="https://www.gopass.pw/"
 changelog="https://raw.githubusercontent.com/gopasspw/gopass/master/CHANGELOG.md"
 distfiles="https://github.com/gopasspw/gopass/archive/v${version}.tar.gz"
-checksum=f4bfe03bc26701baf411795faafe774aa6025bc6050ab3ebf7e931e5ff821961
-
-if [ "$CROSS_BUILD" ]; then
-	# Depend on system gopass to generate completions
-	hostmakedepends+=" gopass"
-fi
+checksum=26ac90ef60d7f08e7d9361280d6457edb90642e821edba2c5e5cb0a09ca20b08
 
 post_build() {
-	local GOPASS=${GOPATH}/bin/gopass
-	local completions=(zsh bash fish)
-
-	if [ "$CROSS_BUILD" ]; then
-		GOPASS=/usr/bin/gopass
-	fi
-
-	for completion in "${completions[@]}"; do
-		$GOPASS completion $completion > ${completion}.completion;
+	gopass="${GOPATH}/bin/gopass"
+	for shell in bash fish zsh; do
+		vtargetrun "$gopass" completion $shell > completion.$shell
 	done
 }
 
 post_install() {
-	install -Dm0755 zsh.completion ${DESTDIR}/usr/share/zsh/site-functions/_gopass
-	install -Dm0755 bash.completion ${DESTDIR}/usr/share/bash-completion/completions/gopass
-	install -Dm0755 fish.completion ${DESTDIR}/usr/share/fish/vendor_completions.d/gopass.fish
+	for shell in bash fish zsh; do
+		vcompletion completion.$shell $shell
+	done
+
 	vlicense LICENSE
 }

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

* Re: gopass: update to 1.11.0.
  2021-01-24 21:55 [PR PATCH] gopass: update to 1.11.0 dshynkev
                   ` (12 preceding siblings ...)
  2021-01-27 15:02 ` [PR PATCH] [Updated] " dshynkev
@ 2021-01-27 15:08 ` ahesford
  2021-01-27 15:08 ` ahesford
                   ` (6 subsequent siblings)
  20 siblings, 0 replies; 23+ messages in thread
From: ahesford @ 2021-01-27 15:08 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/28202#issuecomment-768349447

Comment:
FYI, upstream is looking at a [properly looking for the `gpg2` binary](https://github.com/gopasspw/gopass/pull/1758). Might want to keep an eye on that PR and, if it's accepted, backport the patch for this release if they don't cut a new release.

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

* Re: gopass: update to 1.11.0.
  2021-01-24 21:55 [PR PATCH] gopass: update to 1.11.0 dshynkev
                   ` (13 preceding siblings ...)
  2021-01-27 15:08 ` ahesford
@ 2021-01-27 15:08 ` ahesford
  2021-01-27 15:20 ` [PR PATCH] [Updated] " dshynkev
                   ` (5 subsequent siblings)
  20 siblings, 0 replies; 23+ messages in thread
From: ahesford @ 2021-01-27 15:08 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/28202#issuecomment-768349447

Comment:
FYI, upstream is considering [properly looking for the `gpg2` binary](https://github.com/gopasspw/gopass/pull/1758). Might want to keep an eye on that PR and, if it's accepted, backport the patch for this release if they don't cut a new release.

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

* Re: [PR PATCH] [Updated] gopass: update to 1.11.0.
  2021-01-24 21:55 [PR PATCH] gopass: update to 1.11.0 dshynkev
                   ` (14 preceding siblings ...)
  2021-01-27 15:08 ` ahesford
@ 2021-01-27 15:20 ` dshynkev
  2021-01-27 15:22 ` dshynkev
                   ` (4 subsequent siblings)
  20 siblings, 0 replies; 23+ messages in thread
From: dshynkev @ 2021-01-27 15:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dshynkev/void-packages master
https://github.com/void-linux/void-packages/pull/28202

gopass: update to 1.11.0.
#### 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

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

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

From 2ee5d83c310b47ba30dd04dd0a19e9687feb2476 Mon Sep 17 00:00:00 2001
From: Dmytro Shynkevych <dm.shynk@gmail.com>
Date: Sun, 24 Jan 2021 16:50:50 -0500
Subject: [PATCH] gopass: update to 1.11.0.

---
 srcpkgs/gopass/template | 31 +++++++++++--------------------
 1 file changed, 11 insertions(+), 20 deletions(-)

diff --git a/srcpkgs/gopass/template b/srcpkgs/gopass/template
index 2f6f5c860fa..34ea76618fa 100644
--- a/srcpkgs/gopass/template
+++ b/srcpkgs/gopass/template
@@ -1,8 +1,9 @@
 # Template file for 'gopass'
 pkgname=gopass
-version=1.10.1
-revision=2
+version=1.11.0
+revision=1
 build_style=go
+build_helper=qemu
 go_import_path=github.com/gopasspw/gopass
 go_package="${go_import_path} ${go_import_path}/cmd/..."
 makedepends="gnupg2"
@@ -13,29 +14,19 @@ license="MIT"
 homepage="https://www.gopass.pw/"
 changelog="https://raw.githubusercontent.com/gopasspw/gopass/master/CHANGELOG.md"
 distfiles="https://github.com/gopasspw/gopass/archive/v${version}.tar.gz"
-checksum=f4bfe03bc26701baf411795faafe774aa6025bc6050ab3ebf7e931e5ff821961
-
-if [ "$CROSS_BUILD" ]; then
-	# Depend on system gopass to generate completions
-	hostmakedepends+=" gopass"
-fi
+checksum=26ac90ef60d7f08e7d9361280d6457edb90642e821edba2c5e5cb0a09ca20b08
 
 post_build() {
-	local GOPASS=${GOPATH}/bin/gopass
-	local completions=(zsh bash fish)
-
-	if [ "$CROSS_BUILD" ]; then
-		GOPASS=/usr/bin/gopass
-	fi
-
-	for completion in "${completions[@]}"; do
-		$GOPASS completion $completion > ${completion}.completion;
+	gopass=$(find $GOPATH/bin -name gopass)
+	for shell in bash fish zsh; do
+		vtargetrun $gopass completion $shell > completion.$shell
 	done
 }
 
 post_install() {
-	install -Dm0755 zsh.completion ${DESTDIR}/usr/share/zsh/site-functions/_gopass
-	install -Dm0755 bash.completion ${DESTDIR}/usr/share/bash-completion/completions/gopass
-	install -Dm0755 fish.completion ${DESTDIR}/usr/share/fish/vendor_completions.d/gopass.fish
 	vlicense LICENSE
+
+	for shell in bash fish zsh; do
+		vcompletion completion.$shell $shell
+	done
 }

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

* Re: gopass: update to 1.11.0.
  2021-01-24 21:55 [PR PATCH] gopass: update to 1.11.0 dshynkev
                   ` (15 preceding siblings ...)
  2021-01-27 15:20 ` [PR PATCH] [Updated] " dshynkev
@ 2021-01-27 15:22 ` dshynkev
  2021-02-02 18:47 ` ahesford
                   ` (3 subsequent siblings)
  20 siblings, 0 replies; 23+ messages in thread
From: dshynkev @ 2021-01-27 15:22 UTC (permalink / raw)
  To: ml

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

New comment by dshynkev on void-packages repository

https://github.com/void-linux/void-packages/pull/28202#issuecomment-768359685

Comment:
Thanks for reporting it to them!

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

* Re: gopass: update to 1.11.0.
  2021-01-24 21:55 [PR PATCH] gopass: update to 1.11.0 dshynkev
                   ` (16 preceding siblings ...)
  2021-01-27 15:22 ` dshynkev
@ 2021-02-02 18:47 ` ahesford
  2021-02-11 20:30 ` [PR PATCH] [Updated] " dshynkev
                   ` (2 subsequent siblings)
  20 siblings, 0 replies; 23+ messages in thread
From: ahesford @ 2021-02-02 18:47 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/28202#issuecomment-771884062

Comment:
https://github.com/gopasspw/gopass/commit/2b2c605b584cbfa6d56167f4b492c0db7698b4ac

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

* Re: [PR PATCH] [Updated] gopass: update to 1.11.0.
  2021-01-24 21:55 [PR PATCH] gopass: update to 1.11.0 dshynkev
                   ` (17 preceding siblings ...)
  2021-02-02 18:47 ` ahesford
@ 2021-02-11 20:30 ` dshynkev
  2021-02-11 20:31 ` gopass: update to 1.12.0 dshynkev
  2021-02-11 21:23 ` [PR PATCH] [Merged]: " ericonr
  20 siblings, 0 replies; 23+ messages in thread
From: dshynkev @ 2021-02-11 20:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dshynkev/void-packages master
https://github.com/void-linux/void-packages/pull/28202

gopass: update to 1.11.0.
#### 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

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

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

From f87b994a0d32bfa84b687fb6b9b555415eae8090 Mon Sep 17 00:00:00 2001
From: Dmytro Shynkevych <dm.shynk@gmail.com>
Date: Sun, 24 Jan 2021 16:50:50 -0500
Subject: [PATCH] gopass: update to 1.12.0.

---
 srcpkgs/gopass/template | 31 +++++++++++--------------------
 1 file changed, 11 insertions(+), 20 deletions(-)

diff --git a/srcpkgs/gopass/template b/srcpkgs/gopass/template
index 2f6f5c860fa..2b3964146ab 100644
--- a/srcpkgs/gopass/template
+++ b/srcpkgs/gopass/template
@@ -1,8 +1,9 @@
 # Template file for 'gopass'
 pkgname=gopass
-version=1.10.1
-revision=2
+version=1.12.0
+revision=1
 build_style=go
+build_helper=qemu
 go_import_path=github.com/gopasspw/gopass
 go_package="${go_import_path} ${go_import_path}/cmd/..."
 makedepends="gnupg2"
@@ -13,29 +14,19 @@ license="MIT"
 homepage="https://www.gopass.pw/"
 changelog="https://raw.githubusercontent.com/gopasspw/gopass/master/CHANGELOG.md"
 distfiles="https://github.com/gopasspw/gopass/archive/v${version}.tar.gz"
-checksum=f4bfe03bc26701baf411795faafe774aa6025bc6050ab3ebf7e931e5ff821961
-
-if [ "$CROSS_BUILD" ]; then
-	# Depend on system gopass to generate completions
-	hostmakedepends+=" gopass"
-fi
+checksum=73b7c5c8367e664d85871fba88f4fa806ef0fb75047c767a72b8516dea6f64b3
 
 post_build() {
-	local GOPASS=${GOPATH}/bin/gopass
-	local completions=(zsh bash fish)
-
-	if [ "$CROSS_BUILD" ]; then
-		GOPASS=/usr/bin/gopass
-	fi
-
-	for completion in "${completions[@]}"; do
-		$GOPASS completion $completion > ${completion}.completion;
+	gopass=$(find $GOPATH/bin -name gopass)
+	for shell in bash fish zsh; do
+		vtargetrun $gopass completion $shell > completion.$shell
 	done
 }
 
 post_install() {
-	install -Dm0755 zsh.completion ${DESTDIR}/usr/share/zsh/site-functions/_gopass
-	install -Dm0755 bash.completion ${DESTDIR}/usr/share/bash-completion/completions/gopass
-	install -Dm0755 fish.completion ${DESTDIR}/usr/share/fish/vendor_completions.d/gopass.fish
 	vlicense LICENSE
+
+	for shell in bash fish zsh; do
+		vcompletion completion.$shell $shell
+	done
 }

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

* Re: gopass: update to 1.12.0.
  2021-01-24 21:55 [PR PATCH] gopass: update to 1.11.0 dshynkev
                   ` (18 preceding siblings ...)
  2021-02-11 20:30 ` [PR PATCH] [Updated] " dshynkev
@ 2021-02-11 20:31 ` dshynkev
  2021-02-11 21:23 ` [PR PATCH] [Merged]: " ericonr
  20 siblings, 0 replies; 23+ messages in thread
From: dshynkev @ 2021-02-11 20:31 UTC (permalink / raw)
  To: ml

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

New comment by dshynkev on void-packages repository

https://github.com/void-linux/void-packages/pull/28202#issuecomment-777769905

Comment:
The next version got tagged. Didn't want to carry a non-trivial patch (just that commit alone didn't work) when release was imminent, and so finally we're here. Sorry about the delay!

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

* Re: [PR PATCH] [Merged]: gopass: update to 1.12.0.
  2021-01-24 21:55 [PR PATCH] gopass: update to 1.11.0 dshynkev
                   ` (19 preceding siblings ...)
  2021-02-11 20:31 ` gopass: update to 1.12.0 dshynkev
@ 2021-02-11 21:23 ` ericonr
  20 siblings, 0 replies; 23+ messages in thread
From: ericonr @ 2021-02-11 21:23 UTC (permalink / raw)
  To: ml

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

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

gopass: update to 1.12.0.
https://github.com/void-linux/void-packages/pull/28202

Description:
#### 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

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

* [PR PATCH] gopass: update to 1.11.0.
@ 2021-01-25 22:44 kkga
  0 siblings, 0 replies; 23+ messages in thread
From: kkga @ 2021-01-25 22:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kkga/void-packages update-gopass
https://github.com/void-linux/void-packages/pull/28231

gopass: update to 1.11.0.
<!-- 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?
- [ ] 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/28231.patch is attached

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

From beb235969e724f6a1ec5a0b55d3d5cc9242a6e8a Mon Sep 17 00:00:00 2001
From: Gadzhi Kharkharov <me@kkga.me>
Date: Tue, 26 Jan 2021 01:44:01 +0300
Subject: [PATCH] gopass: update to 1.11.0.

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

diff --git a/srcpkgs/gopass/template b/srcpkgs/gopass/template
index 2f6f5c860fa..30477c4fcab 100644
--- a/srcpkgs/gopass/template
+++ b/srcpkgs/gopass/template
@@ -1,7 +1,7 @@
 # Template file for 'gopass'
 pkgname=gopass
-version=1.10.1
-revision=2
+version=1.11.0
+revision=1
 build_style=go
 go_import_path=github.com/gopasspw/gopass
 go_package="${go_import_path} ${go_import_path}/cmd/..."
@@ -13,7 +13,7 @@ license="MIT"
 homepage="https://www.gopass.pw/"
 changelog="https://raw.githubusercontent.com/gopasspw/gopass/master/CHANGELOG.md"
 distfiles="https://github.com/gopasspw/gopass/archive/v${version}.tar.gz"
-checksum=f4bfe03bc26701baf411795faafe774aa6025bc6050ab3ebf7e931e5ff821961
+checksum=26ac90ef60d7f08e7d9361280d6457edb90642e821edba2c5e5cb0a09ca20b08
 
 if [ "$CROSS_BUILD" ]; then
 	# Depend on system gopass to generate completions

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

end of thread, other threads:[~2021-02-11 21:23 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-24 21:55 [PR PATCH] gopass: update to 1.11.0 dshynkev
2021-01-24 21:59 ` dshynkev
2021-01-24 22:00 ` dshynkev
2021-01-24 23:02 ` ericonr
2021-01-25  0:27 ` dshynkev
2021-01-25  0:27 ` dshynkev
2021-01-25  0:28 ` [PR PATCH] [Updated] " dshynkev
2021-01-25  1:33 ` ericonr
2021-01-25 12:54 ` ahesford
2021-01-25 13:29 ` ericonr
2021-01-25 23:26 ` [PR REVIEW] " ericonr
2021-01-27  7:46 ` [PR PATCH] [Updated] " dshynkev
2021-01-27  7:48 ` [PR REVIEW] " dshynkev
2021-01-27 15:02 ` [PR PATCH] [Updated] " dshynkev
2021-01-27 15:08 ` ahesford
2021-01-27 15:08 ` ahesford
2021-01-27 15:20 ` [PR PATCH] [Updated] " dshynkev
2021-01-27 15:22 ` dshynkev
2021-02-02 18:47 ` ahesford
2021-02-11 20:30 ` [PR PATCH] [Updated] " dshynkev
2021-02-11 20:31 ` gopass: update to 1.12.0 dshynkev
2021-02-11 21:23 ` [PR PATCH] [Merged]: " ericonr
2021-01-25 22:44 [PR PATCH] gopass: update to 1.11.0 kkga

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).