Date: Tue, 21 May 2024 14:57:11 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: d95b14e1e88d - main - security/1password-client2: update to 2.29.0 Message-ID: <202405211457.44LEvBvo017835@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=d95b14e1e88de46c08da9b9e21dab171110ca710 commit d95b14e1e88de46c08da9b9e21dab171110ca710 Author: Larry Rosenman <ler@FreeBSD.org> AuthorDate: 2024-05-21 14:55:42 +0000 Commit: Larry Rosenman <ler@FreeBSD.org> CommitDate: 2024-05-21 14:57:07 +0000 security/1password-client2: update to 2.29.0 This release adds support for administrators and owners to allow any user or group to create service accounts. It also includes other improvements to service accounts and Connect. IMPROVEMENTS Adjust service account creation functionality to support the new feature of enabling other users and groups to create service accounts. {3960} You can now use the `op whoami` command with a 1Password Connect server. {2636} Service account tokens now include device UUIDs for scalability purposes. {4009} The output when you create a service account can now be formatted as a json object by adding `--format json` to the command. {3996} --- 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 8652f9f23022..f3b6b8d53e85 100644 --- a/security/1password-client2/Makefile +++ b/security/1password-client2/Makefile @@ -1,5 +1,5 @@ PORTNAME= 1password-client2 -DISTVERSION= 2.28.0 +DISTVERSION= 2.29.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 bf8b52b55642..748b2b001784 100644 --- a/security/1password-client2/distinfo +++ b/security/1password-client2/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1714618874 -SHA256 (op_freebsd_386_v2.28.0.zip) = d2d1a26bf62060f6b4edc930ec1e356fb115c0a98695bb43e32410e3d61af83a -SIZE (op_freebsd_386_v2.28.0.zip) = 7864160 -SHA256 (op_freebsd_amd64_v2.28.0.zip) = 4d404dee939722474869fed9c67100a3105028d3e385db30d459d0ed49bd2685 -SIZE (op_freebsd_amd64_v2.28.0.zip) = 8399757 -SHA256 (op_freebsd_arm64_v2.28.0.zip) = 0aafaa6a4817a8b64cf24956d1195475412be80a64ae43682b2a00739108a54d -SIZE (op_freebsd_arm64_v2.28.0.zip) = 7717614 -SHA256 (op_freebsd_arm_v2.28.0.zip) = 0a949f3ee83660b04010fd86821fe0a13c82e03942e6ed0be4a76a84c6f2dbdf -SIZE (op_freebsd_arm_v2.28.0.zip) = 7838128 +TIMESTAMP = 1716303307 +SHA256 (op_freebsd_386_v2.29.0.zip) = a216b136621eb043c407fac828f241dfeb44f6387dd4227411b5485455564cdb +SIZE (op_freebsd_386_v2.29.0.zip) = 7873473 +SHA256 (op_freebsd_amd64_v2.29.0.zip) = 7d959b5cbdfa9f416e93f3b85a4a11af1badca44875063b6fd68ee5ced665587 +SIZE (op_freebsd_amd64_v2.29.0.zip) = 8410218 +SHA256 (op_freebsd_arm64_v2.29.0.zip) = c9ea4438fa57efaf33978b4bce40e3745314d0d5c11ba004ea56b77135936a47 +SIZE (op_freebsd_arm64_v2.29.0.zip) = 7725002 +SHA256 (op_freebsd_arm_v2.29.0.zip) = 67af9fd71dffa0a3d7f3ce8314882552e87809746618cd71025da6d27ac4c5fe +SIZE (op_freebsd_arm_v2.29.0.zip) = 7847295
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405211457.44LEvBvo017835>