Date: Wed, 8 Aug 2018 21:18:47 +0000 (UTC) From: Larry Rosenman <ler@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476685 - head/security/1password-client Message-ID: <201808082118.w78LIlF0020932@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ler Date: Wed Aug 8 21:18:47 2018 New Revision: 476685 URL: https://svnweb.freebsd.org/changeset/ports/476685 Log: security/1password-client: update to 0.5.1 IMPROVEMENTS Use XDG_CONFIG_HOME environment variable to determine where to store config files. When signing in with `op signin`, the latest signed in account will be used when no account name is specified. When signing in, the protocol (https://) is no longer needed when choosing account by domain. FIXED Signing into a new account with the same domain would fail. NEW Added `op delete trash` command to empty the trash for a vault. FIXED The CLI will now handle errors related to two-factor authentication with aplomb. Windows users will no longer encounter occasional 403 errors while trying to sign in. Modified: head/security/1password-client/Makefile head/security/1password-client/distinfo Modified: head/security/1password-client/Makefile ============================================================================== --- head/security/1password-client/Makefile Wed Aug 8 21:08:42 2018 (r476684) +++ head/security/1password-client/Makefile Wed Aug 8 21:18:47 2018 (r476685) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= 1password-client -PORTVERSION= 0.4.1 -PORTREVISION= 1 +PORTVERSION= 0.5.1 CATEGORIES= security MASTER_SITES= https://cache.agilebits.com/dist/1P/op/pkg/v${PORTVERSION}/ \ LOCAL/ler/op Modified: head/security/1password-client/distinfo ============================================================================== --- head/security/1password-client/distinfo Wed Aug 8 21:08:42 2018 (r476684) +++ head/security/1password-client/distinfo Wed Aug 8 21:18:47 2018 (r476685) @@ -1,7 +1,7 @@ -TIMESTAMP = 1530704128 -SHA256 (op_freebsd_amd64_v0.4.1.zip) = 013c8f3bf649ad2fc05a58bb7d0e021e436ef288f4002608d70de84b42884c8a -SIZE (op_freebsd_amd64_v0.4.1.zip) = 2385920 -SHA256 (op_freebsd_arm_v0.4.1.zip) = 545ea2d9e67b3a88f0dad5e573071b73280ef223747f90499ca3655e6b7bbfa1 -SIZE (op_freebsd_arm_v0.4.1.zip) = 2199864 -SHA256 (op_freebsd_386_v0.4.1.zip) = 243d9f11b5e4cf2bf8499dade706ae7063bfebdd0eb4a2d297ee0e64c001f839 -SIZE (op_freebsd_386_v0.4.1.zip) = 2212342 +TIMESTAMP = 1533763003 +SHA256 (op_freebsd_amd64_v0.5.1.zip) = 6ede4f8ef0c0a6a72ca3af1919faf54675dc2e50f2c813e4fa42416195e9d193 +SIZE (op_freebsd_amd64_v0.5.1.zip) = 2388394 +SHA256 (op_freebsd_arm_v0.5.1.zip) = 8ce0ce5c89a1e882189ea0f8a723bab5e04662d97b9935a64c1c45305374ab72 +SIZE (op_freebsd_arm_v0.5.1.zip) = 2203017 +SHA256 (op_freebsd_386_v0.5.1.zip) = d5b03591dfc8ff7565155f0df48ea10864c00656487afcf0f774bf92f94fcd5e +SIZE (op_freebsd_386_v0.5.1.zip) = 2216087
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808082118.w78LIlF0020932>