Hola!

This brings gopass to the latest version which has a some fun new stuff!

OpenBSD specific stuff:
 - Now pledge'd on OpenBSD: "stdio rpath wpath cpath tty proc exec"
 - Fixes for wizard UI
 - Fix the version check (won't make http requests anymore)

Full changelog: https://github.com/justwatchcom/gopass/releases

OK?

Index: Makefile
===================================================================
RCS file: /cvs/ports/security/gopass/Makefile,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile
--- Makefile    28 Oct 2017 13:38:38 -0000      1.2
+++ Makefile    4 Dec 2017 19:38:25 -0000
@@ -4,7 +4,7 @@ COMMENT =       pass compatible password manag

 GH_ACCOUNT =   justwatchcom
 GH_PROJECT =   gopass
-GH_TAGNAME =   v1.5.1
+GH_TAGNAME =   v1.6.2

 CATEGORIES =   security

@@ -16,10 +16,12 @@ PERMIT_PACKAGE_CDROM =      Yes
 RUN_DEPENDS =  devel/git \
                security/gnupg2

+# uses pledge()
 WANTLIB += c pthread

 MODULES =      lang/go
 MODGO_TYPE =   bin
+MODGO_LDFLAGS =        -X "main.version=${GH_TAGNAME:S/v//}"

 # Tests require MODGO_ENV, but break in weird ways when it is set.
 NO_TEST =      Yes
Index: distinfo
===================================================================
RCS file: /cvs/ports/security/gopass/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo    28 Oct 2017 13:38:38 -0000      1.2
+++ distinfo    4 Dec 2017 19:38:25 -0000
@@ -1,2 +1,2 @@
-SHA256 (gopass-1.5.1.tar.gz) = 0rfjS0YDlh5LRyyreRTj8tM/AODdPke3RXjn/EC3ZYI=
-SIZE (gopass-1.5.1.tar.gz) = 1173306
+SHA256 (gopass-1.6.2.tar.gz) = kW7W1znWLPho3A+LOGgxx8eq7SUtfwawpHPAaek+Xdo=
+SIZE (gopass-1.6.2.tar.gz) = 1679776

--
PGP: 0x1F81112D62A9ADCE / 3586 3350 BFEA C101 DB1A  4AF0 1F81 112D 62A9 ADCE

Reply via email to