From owner-dev-commits-ports-main@freebsd.org Fri Jul 2 13:13:01 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7350666CC3E; Fri, 2 Jul 2021 13:13:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GGb9T2lV6z4ZCt; Fri, 2 Jul 2021 13:13:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4698214DBE; Fri, 2 Jul 2021 13:13:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 162DD11e005558; Fri, 2 Jul 2021 13:13:01 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 162DD1VD005557; Fri, 2 Jul 2021 13:13:01 GMT (envelope-from git) Date: Fri, 2 Jul 2021 13:13:01 GMT Message-Id: <202107021313.162DD1VD005557@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Nuno Teixeira Subject: git: 69676ca6753c - main - security/gopass: Update to 1.12.7 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: eduardo X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 69676ca6753cf05d86239b8fbddb8a4c8d30d7c8 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2021 13:13:01 -0000 The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=69676ca6753cf05d86239b8fbddb8a4c8d30d7c8 commit 69676ca6753cf05d86239b8fbddb8a4c8d30d7c8 Author: Nuno Teixeira AuthorDate: 2021-07-02 13:09:36 +0000 Commit: Nuno Teixeira CommitDate: 2021-07-02 13:12:39 +0000 security/gopass: Update to 1.12.7 ChangeLog: https://github.com/gopasspw/gopass/blob/master/CHANGELOG.md Approved by: dbaio, garga (mentors, implicit) --- security/gopass/Makefile | 12 ++++++------ security/gopass/distinfo | 24 +++++++++++++----------- 2 files changed, 19 insertions(+), 17 deletions(-) diff --git a/security/gopass/Makefile b/security/gopass/Makefile index 917b301a22a3..487817d83755 100644 --- a/security/gopass/Makefile +++ b/security/gopass/Makefile @@ -2,7 +2,7 @@ PORTNAME= gopass DISTVERSIONPREFIX= v -DISTVERSION= 1.12.6 +DISTVERSION= 1.12.7 CATEGORIES= security MAINTAINER= eduardo@FreeBSD.org @@ -20,8 +20,8 @@ RUN_DEPENDS= git:devel/git \ USES= go:modules USE_GITHUB= yes GH_ACCOUNT= gopasspw -GH_TUPLE= \ - FiloSottile:age:v1.0.0-rc.1:filosottile_age/vendor/filippo.io/age \ +GH_TUPLE= FiloSottile:age:v1.0.0-rc.3:filosottile_age/vendor/filippo.io/age \ + FiloSottile:edwards25519:v1.0.0-beta.3:filosottile_edwards25519/vendor/filippo.io/edwards25519 \ atotto:clipboard:v0.1.4:atotto_clipboard/vendor/github.com/atotto/clipboard \ blang:semver:v4.0.0:blang_semver_v4/vendor/github.com/blang/semver \ caspr-io:yamlpath:502e8d113a9b:caspr_io_yamlpath/vendor/github.com/caspr-io/yamlpath \ @@ -29,7 +29,7 @@ GH_TUPLE= \ chzyer:readline:2972be24d48e:chzyer_readline/vendor/github.com/chzyer/readline \ cpuguy83:go-md2man:v2.0.0:cpuguy83_go_md2man_v2/vendor/github.com/cpuguy83/go-md2man/v2 \ davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ - fatih:color:v1.10.0:fatih_color/vendor/github.com/fatih/color \ + fatih:color:v1.12.0:fatih_color/vendor/github.com/fatih/color \ go-yaml:yaml:496545a6307b:go_yaml_yaml/vendor/gopkg.in/yaml.v3 \ godbus:dbus:8a1682060722:godbus_dbus/vendor/github.com/godbus/dbus \ gokyle:twofactor:v1.0.1:gokyle_twofactor/vendor/github.com/gokyle/twofactor \ @@ -40,7 +40,7 @@ GH_TUPLE= \ golang:protobuf:v1.5.2:golang_protobuf/vendor/github.com/golang/protobuf \ golang:sys:37df388d1f33:golang_sys/vendor/golang.org/x/sys \ golang:term:72f3dc4e9b72:golang_term/vendor/golang.org/x/term \ - google:go-cmp:v0.5.5:google_go_cmp/vendor/github.com/google/go-cmp \ + google:go-cmp:v0.5.6:google_go_cmp/vendor/github.com/google/go-cmp \ google:go-github:v17.0.0:google_go_github/vendor/github.com/google/go-github \ google:go-github:v33.0.0:google_go_github_v33/vendor/github.com/google/go-github/v33 \ google:go-querystring:v1.1.0:google_go_querystring/vendor/github.com/google/go-querystring \ @@ -53,7 +53,7 @@ GH_TUPLE= \ kballard:go-shellquote:95032a82bc51:kballard_go_shellquote/vendor/github.com/kballard/go-shellquote \ martinhoefling:goxkcdpwgen:7dc3d102eca3:martinhoefling_goxkcdpwgen/vendor/github.com/martinhoefling/goxkcdpwgen \ mattn:go-colorable:v0.1.8:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ - mattn:go-isatty:v0.0.12:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ + mattn:go-isatty:v0.0.13:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ mitchellh:go-homedir:v1.1.0:mitchellh_go_homedir/vendor/github.com/mitchellh/go-homedir \ mitchellh:go-ps:v1.0.0:mitchellh_go_ps/vendor/github.com/mitchellh/go-ps \ muesli:crunchy:v0.4.0:muesli_crunchy/vendor/github.com/muesli/crunchy \ diff --git a/security/gopass/distinfo b/security/gopass/distinfo index d29873a8894b..2dd1447d36a5 100644 --- a/security/gopass/distinfo +++ b/security/gopass/distinfo @@ -1,8 +1,10 @@ -TIMESTAMP = 1620022075 -SHA256 (gopasspw-gopass-v1.12.6_GH0.tar.gz) = 83da7598c4fca166a46aa50f4f6247c219fe3e0e066a5494447d1ca3d6197bf8 -SIZE (gopasspw-gopass-v1.12.6_GH0.tar.gz) = 2172823 -SHA256 (FiloSottile-age-v1.0.0-rc.1_GH0.tar.gz) = 2ef0839b0e2e79435c037662c67df675b4ebc50d7bf001079d24b0bdf1d0c098 -SIZE (FiloSottile-age-v1.0.0-rc.1_GH0.tar.gz) = 46998 +TIMESTAMP = 1625221622 +SHA256 (gopasspw-gopass-v1.12.7_GH0.tar.gz) = 84f99cd9fc5042c17842f213a429de87778b8132d49347afafcc68517a5a0504 +SIZE (gopasspw-gopass-v1.12.7_GH0.tar.gz) = 2174920 +SHA256 (FiloSottile-age-v1.0.0-rc.3_GH0.tar.gz) = e352d8b4e08e0b493adf7ab3ea15b349fe07ab833d20395012aa516ea0c36708 +SIZE (FiloSottile-age-v1.0.0-rc.3_GH0.tar.gz) = 59002 +SHA256 (FiloSottile-edwards25519-v1.0.0-beta.3_GH0.tar.gz) = 88e9aa2651a27163b08cfaa9f43bce535ea24cffbe3f8112cf6923dd0c0c3c67 +SIZE (FiloSottile-edwards25519-v1.0.0-beta.3_GH0.tar.gz) = 78104 SHA256 (atotto-clipboard-v0.1.4_GH0.tar.gz) = cafd64dc78f293c1e774386186f3f817461a1a8940ef86d5d9e9524b58aa791e SIZE (atotto-clipboard-v0.1.4_GH0.tar.gz) = 5017 SHA256 (blang-semver-v4.0.0_GH0.tar.gz) = 873e979323df6060cb4f843bc920f07fa59c05002359bf5d4a3311c8911f6640 @@ -17,8 +19,8 @@ SHA256 (cpuguy83-go-md2man-v2.0.0_GH0.tar.gz) = 50537880d42fc28b9c2e9aaa36b13734 SIZE (cpuguy83-go-md2man-v2.0.0_GH0.tar.gz) = 52021 SHA256 (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 7d82b9bb7291adbe7498fe946920ab3e7fc9e6cbfc3b2294693fad00bf0dd17e SIZE (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 42152 -SHA256 (fatih-color-v1.10.0_GH0.tar.gz) = a00342a7ffb8b119346dce56e152a111cbb9eab3970c429cc2ed4272aec2858e -SIZE (fatih-color-v1.10.0_GH0.tar.gz) = 1267532 +SHA256 (fatih-color-v1.12.0_GH0.tar.gz) = 8f4cef62c8aafdf7e7b3097e9f97c236bb31a47f2c939a54da92235c30ae9dcb +SIZE (fatih-color-v1.12.0_GH0.tar.gz) = 10711 SHA256 (go-yaml-yaml-496545a6307b_GH0.tar.gz) = ed0e11dc14bbbd4127031d7e8b9e58dad885e2c44a16359d2f64b71d1d1f692a SIZE (go-yaml-yaml-496545a6307b_GH0.tar.gz) = 90156 SHA256 (godbus-dbus-8a1682060722_GH0.tar.gz) = 94790f2f00c567b36d41851d643733a942f300ebfd5947ec8bef39633d1bf7f9 @@ -39,8 +41,8 @@ SHA256 (golang-sys-37df388d1f33_GH0.tar.gz) = 0f0e987f1d9e731bbe56c4285a28bf9c4b SIZE (golang-sys-37df388d1f33_GH0.tar.gz) = 1219411 SHA256 (golang-term-72f3dc4e9b72_GH0.tar.gz) = 875a8c3dec0071ba412c3968b11705b467ed00419a395cb4af306565511cb9ee SIZE (golang-term-72f3dc4e9b72_GH0.tar.gz) = 15000 -SHA256 (google-go-cmp-v0.5.5_GH0.tar.gz) = 8f1a0041f484812ae219e7548a13d5269c947cfcdea6031d40cdc85cd0663b3e -SIZE (google-go-cmp-v0.5.5_GH0.tar.gz) = 102358 +SHA256 (google-go-cmp-v0.5.6_GH0.tar.gz) = cba2118596f694c135b3f3d6fe49b73ca2a7882aa4d7f346e341cb106afce5f1 +SIZE (google-go-cmp-v0.5.6_GH0.tar.gz) = 104421 SHA256 (google-go-github-v17.0.0_GH0.tar.gz) = 75e6007d9a17b91864d1ef83de75c07abafbe05d82caaf140522b94299abfb16 SIZE (google-go-github-v17.0.0_GH0.tar.gz) = 212084 SHA256 (google-go-github-v33.0.0_GH0.tar.gz) = fb59a11c3da8d1d6ea777601f80054572ef94b0892f0849b5d907b2a84d90781 @@ -65,8 +67,8 @@ SHA256 (martinhoefling-goxkcdpwgen-7dc3d102eca3_GH0.tar.gz) = b30b48e7adfb39531b SIZE (martinhoefling-goxkcdpwgen-7dc3d102eca3_GH0.tar.gz) = 287937 SHA256 (mattn-go-colorable-v0.1.8_GH0.tar.gz) = 1027954f9abbe06b6e117e3047af70204dd0eb4f8c27fcd459fb2574b279755f SIZE (mattn-go-colorable-v0.1.8_GH0.tar.gz) = 9571 -SHA256 (mattn-go-isatty-v0.0.12_GH0.tar.gz) = addbdc341d7685ed4cc8d2d8a8fd2bd9b784bde00d0ea99fb251039fc10c611c -SIZE (mattn-go-isatty-v0.0.12_GH0.tar.gz) = 4548 +SHA256 (mattn-go-isatty-v0.0.13_GH0.tar.gz) = d25318d3c4e174e1ffb5d90c9d3e6887cc050f76e403b7b3d6163f4338fac952 +SIZE (mattn-go-isatty-v0.0.13_GH0.tar.gz) = 4440 SHA256 (mitchellh-go-homedir-v1.1.0_GH0.tar.gz) = 646671c73a84a8dfb4a5a76b80c7b63549ffefa906524d45077301bc7da76600 SIZE (mitchellh-go-homedir-v1.1.0_GH0.tar.gz) = 3362 SHA256 (mitchellh-go-ps-v1.0.0_GH0.tar.gz) = c3ad0af6733915a83b54300427e6bca2a124bf16a5732c3f630b3ef53e4eef43