Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Mar 2024 10:28:13 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e8720aabc312 - main - security/gopass: Update to 1.15.12
Message-ID:  <202403181028.42IASDsR042916@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e8720aabc31244602784835a81a0482abc9e1b2d

commit e8720aabc31244602784835a81a0482abc9e1b2d
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-18 10:20:04 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-18 10:28:00 +0000

    security/gopass: Update to 1.15.12
    
    - Use go 1.22
    
    ChangeLog: https://github.com/gopasspw/gopass/releases/tag/v1.15.12
---
 security/gopass/Makefile |  5 ++---
 security/gopass/distinfo | 14 +++++++-------
 2 files changed, 9 insertions(+), 10 deletions(-)

diff --git a/security/gopass/Makefile b/security/gopass/Makefile
index 595dd01f2459..29003d351e1f 100644
--- a/security/gopass/Makefile
+++ b/security/gopass/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	gopass
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.15.11
-PORTREVISION=	3
+DISTVERSION=	1.15.12
 CATEGORIES=	security
 
 MAINTAINER=	eduardo@FreeBSD.org
@@ -17,7 +16,7 @@ ONLY_FOR_ARCHS_REASON=	upstream only supports ${ONLY_FOR_ARCHS}
 RUN_DEPENDS=	git:devel/git \
 		gpg2:security/gnupg
 
-USES=		go:1.21,modules
+USES=		go:1.22,modules
 
 # Usage examples are in a separate repo
 USE_GITHUB=	nodefault
diff --git a/security/gopass/distinfo b/security/gopass/distinfo
index 01804c8bfcaa..ad9f721e7c44 100644
--- a/security/gopass/distinfo
+++ b/security/gopass/distinfo
@@ -1,7 +1,7 @@
-TIMESTAMP = 1701508485
-SHA256 (go/security_gopass/gopass-v1.15.11/v1.15.11.mod) = 26f3bbd9964a52e1fd54f8e68eb2c7dd02c04d07c88ed46c115c6ec46734000d
-SIZE (go/security_gopass/gopass-v1.15.11/v1.15.11.mod) = 4073
-SHA256 (go/security_gopass/gopass-v1.15.11/v1.15.11.zip) = 9fc67af235484046396d4ee608e62314eb155b33d7977bf43b1698a75b77ffcc
-SIZE (go/security_gopass/gopass-v1.15.11/v1.15.11.zip) = 2575190
-SHA256 (go/security_gopass/gopass-v1.15.11/gopasspw-password-store-example-8db75ba3b69c_GH0.tar.gz) = e2866f4749e844ea9f7d31386f971dd8bbf19acab2c0a06fe7c4e99462eda1c5
-SIZE (go/security_gopass/gopass-v1.15.11/gopasspw-password-store-example-8db75ba3b69c_GH0.tar.gz) = 1392
+TIMESTAMP = 1710683979
+SHA256 (go/security_gopass/gopass-v1.15.12/v1.15.12.mod) = 6058d9fb9e555f6d4dcc4e7640fcf3e0ab49e2f3838fa40401f3c504568bf203
+SIZE (go/security_gopass/gopass-v1.15.12/v1.15.12.mod) = 4047
+SHA256 (go/security_gopass/gopass-v1.15.12/v1.15.12.zip) = b2c78ff55a6e0ef32b01951d8c1037ed5a847e3f7e27ab9b87fc1c2f95048f0d
+SIZE (go/security_gopass/gopass-v1.15.12/v1.15.12.zip) = 2583205
+SHA256 (go/security_gopass/gopass-v1.15.12/gopasspw-password-store-example-8db75ba3b69c_GH0.tar.gz) = e2866f4749e844ea9f7d31386f971dd8bbf19acab2c0a06fe7c4e99462eda1c5
+SIZE (go/security_gopass/gopass-v1.15.12/gopasspw-password-store-example-8db75ba3b69c_GH0.tar.gz) = 1392



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403181028.42IASDsR042916>