Github messages for voidlinux
 help / color / mirror / Atom feed
From: kuhnchris <kuhnchris@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] gopass-jsonapi: update to 1.14.3.
Date: Wed, 27 Jul 2022 00:51:14 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38289@inbox.vuxu.org> (raw)

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

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

https://github.com/kuhnchris/void-packages master
https://github.com/void-linux/void-packages/pull/38289

gopass-jsonapi: update to 1.14.3.
#### Testing the changes
- I tested the changes in this PR: YES

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc

---
Previous revision accidently didn't set the -X main.version=${version} making gopassbridge complain about "please upgrade your gopass version to >1.8.3" despite having 1.13.X installed.

For future references, a test client for this is found in the gopassbridge repository (test-client directory) and a check can be invoked like this:
```
(master) gopassbridge/test-client % echo '{"type": "getVersion"}' | ./test-client | gopass-jsonapi listen                                                                                                
3{"version":"1.14.3","major":1,"minor":14,"patch":3}%       
```

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

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

From cd7b0d0c97c76643dc3149bc484d24623c044630 Mon Sep 17 00:00:00 2001
From: KuhnChris <kuhnchris@kuhnchris.eu>
Date: Wed, 27 Jul 2022 00:48:16 +0200
Subject: [PATCH] gopass-jsonapi: update to 1.14.3.

---
 srcpkgs/gopass-jsonapi/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/gopass-jsonapi/template b/srcpkgs/gopass-jsonapi/template
index 65408ca21596..e81f6d08cdb1 100644
--- a/srcpkgs/gopass-jsonapi/template
+++ b/srcpkgs/gopass-jsonapi/template
@@ -1,10 +1,11 @@
 # Template file for 'gopass-jsonapi'
 pkgname=gopass-jsonapi
 version=1.14.3
-revision=1
+revision=2
 create_wrksrc=yes
 build_style=go
 go_import_path=github.com/gopasspw/gopass-jsonapi
+go_ldflags="-X main.version=${version}"
 depends="gopass"
 short_desc="Gopass JSON bridge for extensions"
 maintainer="KuhnChris <kuhnchris+voidpackages@kuhnchris.eu>"

             reply	other threads:[~2022-07-26 22:51 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-26 22:51 kuhnchris [this message]
2022-07-26 22:53 ` kuhnchris
2022-07-29  7:30 ` classabbyamp
2022-07-29 13:20 ` kuhnchris
2022-07-29 15:32 ` paper42
2022-08-01 17:05 ` [PR PATCH] [Closed]: " classabbyamp
2022-08-01 17:05 ` classabbyamp
2022-08-01 18:24 ` kuhnchris

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38289@inbox.vuxu.org \
    --to=kuhnchris@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).