Date: Wed, 17 Apr 2024 16:10:14 GMT From: Larry Rosenman <ler@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c5dfa46edc92 - main - security/1password-client2: update to 2.27.0 Message-ID: <202404171610.43HGAESC065622@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ler: URL: https://cgit.FreeBSD.org/ports/commit/?id=c5dfa46edc92e68d8872afcd1e1f5f7911b9392a commit c5dfa46edc92e68d8872afcd1e1f5f7911b9392a Author: Larry Rosenman <ler@FreeBSD.org> AuthorDate: 2024-04-17 16:02:41 +0000 Commit: Larry Rosenman <ler@FreeBSD.org> CommitDate: 2024-04-17 16:10:10 +0000 security/1password-client2: update to 2.27.0 Changes: This release includes error message improvements as well as fixes in SSH key formatting and permission management. IMPROVEMENTS `op read` will now output an error message consistent with the secret reference provided, when no matching field or section is found within the item. {3592} FIXED Output of SSH private keys on non-DOS OSes no longer includes the carriage return character in line-breaks. {3913} Users and groups can now grant and revoke permissions if they have the `manage_vault` permission. {3863} --- security/1password-client2/Makefile | 2 +- security/1password-client2/distinfo | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/security/1password-client2/Makefile b/security/1password-client2/Makefile index 8ac97280ea23..29e577396a12 100644 --- a/security/1password-client2/Makefile +++ b/security/1password-client2/Makefile @@ -1,5 +1,5 @@ PORTNAME= 1password-client2 -DISTVERSION= 2.26.1 +DISTVERSION= 2.27.0 CATEGORIES= security MASTER_SITES= https://cache.agilebits.com/dist/1P/op2/pkg/v${DISTVERSION}/ diff --git a/security/1password-client2/distinfo b/security/1password-client2/distinfo index 5cd4d759b83a..dd82c962fde9 100644 --- a/security/1password-client2/distinfo +++ b/security/1password-client2/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1711120675 -SHA256 (op_freebsd_386_v2.26.1.zip) = 84b8d64b182c0b29d148f14d17e78580ff9cac74d20515ec54f7b72507f64e5d -SIZE (op_freebsd_386_v2.26.1.zip) = 7888422 -SHA256 (op_freebsd_amd64_v2.26.1.zip) = 5e2313926db832fc575db6a56b5b8253b41403e923dd1c1cfd3db9d5d6ca7965 -SIZE (op_freebsd_amd64_v2.26.1.zip) = 8426390 -SHA256 (op_freebsd_arm64_v2.26.1.zip) = a3dad6d7df6b151673420b90803c71dd2fefbc7b6ec5d5b3c01a646bfc567702 -SIZE (op_freebsd_arm64_v2.26.1.zip) = 7740778 -SHA256 (op_freebsd_arm_v2.26.1.zip) = 7ba2474db5498555dd4c659e8d94d8f48c28181775cad6d93cdd9c43572d9031 -SIZE (op_freebsd_arm_v2.26.1.zip) = 7860798 +TIMESTAMP = 1713369735 +SHA256 (op_freebsd_386_v2.27.0.zip) = f1dedc1bcbfb5a6eb30efda3c81d18fb3e296128fe6205213a10dfedcc40863a +SIZE (op_freebsd_386_v2.27.0.zip) = 7889687 +SHA256 (op_freebsd_amd64_v2.27.0.zip) = 820d7a4985042e8d77b730560db0531b0bec29a88f61a64b834d48604c08de55 +SIZE (op_freebsd_amd64_v2.27.0.zip) = 8426529 +SHA256 (op_freebsd_arm64_v2.27.0.zip) = 25a342f181af21d8ce425e6e4a00a836e9fccb985d8443b8f9bdbc1d3f929772 +SIZE (op_freebsd_arm64_v2.27.0.zip) = 7738828 +SHA256 (op_freebsd_arm_v2.27.0.zip) = f0e87ac7da10168f0ab50b3bff3a5938f8254e07b07f91ce417462f7800707b6 +SIZE (op_freebsd_arm_v2.27.0.zip) = 7864188
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404171610.43HGAESC065622>