Date: Thu, 12 Sep 2024 01:22:26 GMT From: Hiroki Tagato <tagattie@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: aaad3719e6db - main - security/bitwarden-cli: update to 2024.8.2 Message-ID: <202409120122.48C1MQmW010070@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by tagattie: URL: https://cgit.FreeBSD.org/ports/commit/?id=aaad3719e6dbccf87b1494faf2afa4d528e06f6b commit aaad3719e6dbccf87b1494faf2afa4d528e06f6b Author: Hiroki Tagato <tagattie@FreeBSD.org> AuthorDate: 2024-09-12 01:20:52 +0000 Commit: Hiroki Tagato <tagattie@FreeBSD.org> CommitDate: 2024-09-12 01:22:19 +0000 security/bitwarden-cli: update to 2024.8.2 Changelog: - https://github.com/bitwarden/clients/releases/tag/cli-v2024.8.1 - https://github.com/bitwarden/clients/releases/tag/cli-v2024.8.2 Reported by: GitHub (watch releases) --- security/bitwarden-cli/Makefile | 2 +- security/bitwarden-cli/distinfo | 10 +++++----- .../bitwarden-cli/files/packagejsons/apps/browser/package.json | 2 +- .../bitwarden-cli/files/packagejsons/apps/cli/package.json | 2 +- .../bitwarden-cli/files/packagejsons/apps/desktop/package.json | 2 +- .../bitwarden-cli/files/packagejsons/apps/web/package.json | 2 +- security/bitwarden-cli/files/packagejsons/package-lock.json | 8 ++++---- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/security/bitwarden-cli/Makefile b/security/bitwarden-cli/Makefile index b80061f96bc3..0a624f1ba043 100644 --- a/security/bitwarden-cli/Makefile +++ b/security/bitwarden-cli/Makefile @@ -1,6 +1,6 @@ PORTNAME= bitwarden-cli DISTVERSIONPREFIX= cli-v -DISTVERSION= 2024.8.0 +DISTVERSION= 2024.8.2 CATEGORIES= security MASTER_SITES= https://nodejs.org/dist/v${PKG_NODE_VER}/:node DISTFILES= node-v${PKG_NODE_VER}${EXTRACT_SUFX}:node \ diff --git a/security/bitwarden-cli/distinfo b/security/bitwarden-cli/distinfo index a6db98ba86a5..943463dc5011 100644 --- a/security/bitwarden-cli/distinfo +++ b/security/bitwarden-cli/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1724674005 +TIMESTAMP = 1726102698 SHA256 (node-v20.11.1.tar.gz) = 4af1ba6ea848cc05908b8a62b02fb27684dd52b2a7988ee82b0cfa72deb90b94 SIZE (node-v20.11.1.tar.gz) = 87513887 -SHA256 (bitwarden-cli-2024.8.0-node-modules.tar.gz) = b09f9c76a76e9c6e976626eaf0b4d3e3f55b93691025c746da33414bb964a83a -SIZE (bitwarden-cli-2024.8.0-node-modules.tar.gz) = 220102468 -SHA256 (bitwarden-clients-cli-v2024.8.0_GH0.tar.gz) = 846e73763b19fafd4b1658911bcfa9638d68784cd287b24cf23d318c59ea04fc -SIZE (bitwarden-clients-cli-v2024.8.0_GH0.tar.gz) = 23030336 +SHA256 (bitwarden-cli-2024.8.2-node-modules.tar.gz) = df906fa679a2786d21ca69af1b320eef29c29f6d545b1ca523b205b9cc95b7da +SIZE (bitwarden-cli-2024.8.2-node-modules.tar.gz) = 220102470 +SHA256 (bitwarden-clients-cli-v2024.8.2_GH0.tar.gz) = 210b40f54de79f4ac3d20419fc58b0e7ff6cebe5f3c107c68d0d2e6b8b073cd2 +SIZE (bitwarden-clients-cli-v2024.8.2_GH0.tar.gz) = 23031828 diff --git a/security/bitwarden-cli/files/packagejsons/apps/browser/package.json b/security/bitwarden-cli/files/packagejsons/apps/browser/package.json index a210b6353c46..654629663d21 100644 --- a/security/bitwarden-cli/files/packagejsons/apps/browser/package.json +++ b/security/bitwarden-cli/files/packagejsons/apps/browser/package.json @@ -1,6 +1,6 @@ { "name": "@bitwarden/browser", - "version": "2024.8.0", + "version": "2024.8.1", "scripts": { "build": "cross-env MANIFEST_VERSION=3 webpack", "build:mv2": "webpack", diff --git a/security/bitwarden-cli/files/packagejsons/apps/cli/package.json b/security/bitwarden-cli/files/packagejsons/apps/cli/package.json index cb0c2a01678d..f0f9dba25d03 100644 --- a/security/bitwarden-cli/files/packagejsons/apps/cli/package.json +++ b/security/bitwarden-cli/files/packagejsons/apps/cli/package.json @@ -1,7 +1,7 @@ { "name": "@bitwarden/cli", "description": "A secure and free password manager for all of your devices.", - "version": "2024.8.0", + "version": "2024.8.2", "keywords": [ "bitwarden", "password", diff --git a/security/bitwarden-cli/files/packagejsons/apps/desktop/package.json b/security/bitwarden-cli/files/packagejsons/apps/desktop/package.json index 977a00b04dd6..1ca7de0e135e 100644 --- a/security/bitwarden-cli/files/packagejsons/apps/desktop/package.json +++ b/security/bitwarden-cli/files/packagejsons/apps/desktop/package.json @@ -1,7 +1,7 @@ { "name": "@bitwarden/desktop", "description": "A secure and free password manager for all of your devices.", - "version": "2024.8.0", + "version": "2024.8.2", "keywords": [ "bitwarden", "password", diff --git a/security/bitwarden-cli/files/packagejsons/apps/web/package.json b/security/bitwarden-cli/files/packagejsons/apps/web/package.json index 35ef8056ee50..8d4b130f72b7 100644 --- a/security/bitwarden-cli/files/packagejsons/apps/web/package.json +++ b/security/bitwarden-cli/files/packagejsons/apps/web/package.json @@ -1,6 +1,6 @@ { "name": "@bitwarden/web-vault", - "version": "2024.8.0", + "version": "2024.8.1", "scripts": { "build:oss": "webpack", "build:bit": "webpack -c ../../bitwarden_license/bit-web/webpack.config.js", diff --git a/security/bitwarden-cli/files/packagejsons/package-lock.json b/security/bitwarden-cli/files/packagejsons/package-lock.json index 69190da2c239..3dc233eddcd7 100644 --- a/security/bitwarden-cli/files/packagejsons/package-lock.json +++ b/security/bitwarden-cli/files/packagejsons/package-lock.json @@ -195,11 +195,11 @@ }, "apps/browser": { "name": "@bitwarden/browser", - "version": "2024.8.0" + "version": "2024.8.1" }, "apps/cli": { "name": "@bitwarden/cli", - "version": "2024.8.0", + "version": "2024.8.2", "license": "SEE LICENSE IN LICENSE.txt", "dependencies": { "@koa/multer": "3.0.2", @@ -235,7 +235,7 @@ }, "apps/desktop": { "name": "@bitwarden/desktop", - "version": "2024.8.0", + "version": "2024.8.2", "hasInstallScript": true, "license": "GPL-3.0" }, @@ -249,7 +249,7 @@ }, "apps/web": { "name": "@bitwarden/web-vault", - "version": "2024.8.0" + "version": "2024.8.1" }, "libs/admin-console": { "name": "@bitwarden/admin-console",
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409120122.48C1MQmW010070>