Date: Wed, 30 Aug 2023 14:27:16 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: 16f62caedac4 - main - security/bitwarden-cli: update to 2023.8.2 Message-ID: <202308301427.37UERGvA044231@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=16f62caedac4d061d6dddf49fa142c45302b3235 commit 16f62caedac4d061d6dddf49fa142c45302b3235 Author: Hiroki Tagato <tagattie@FreeBSD.org> AuthorDate: 2023-08-30 14:25:29 +0000 Commit: Hiroki Tagato <tagattie@FreeBSD.org> CommitDate: 2023-08-30 14:27:03 +0000 security/bitwarden-cli: update to 2023.8.2 Changelog: https://github.com/bitwarden/clients/releases/tag/cli-v2023.8.2 Reported by: GitHub (watch releases) --- security/bitwarden-cli/Makefile | 4 ++-- security/bitwarden-cli/distinfo | 10 +++++----- .../files/packagejsons/apps/browser/package.json | 2 +- .../bitwarden-cli/files/packagejsons/apps/cli/package.json | 2 +- .../files/packagejsons/apps/desktop/package.json | 2 +- .../bitwarden-cli/files/packagejsons/apps/web/package.json | 2 +- .../bitwarden-cli/files/packagejsons/package-lock.json | 14 ++++++++++---- security/bitwarden-cli/files/packagejsons/package.json | 3 ++- 8 files changed, 23 insertions(+), 16 deletions(-) diff --git a/security/bitwarden-cli/Makefile b/security/bitwarden-cli/Makefile index 37f08ddfd0ed..27edd8ba370a 100644 --- a/security/bitwarden-cli/Makefile +++ b/security/bitwarden-cli/Makefile @@ -1,6 +1,6 @@ PORTNAME= bitwarden-cli DISTVERSIONPREFIX= cli-v -DISTVERSION= 2023.7.0 +DISTVERSION= 2023.8.2 CATEGORIES= security MASTER_SITES= https://nodejs.org/dist/v${PKG_NODE_VER}/:node DISTFILES= node-v${PKG_NODE_VER}${EXTRACT_SUFX}:node \ @@ -47,7 +47,7 @@ PORTDOCS= CONTRIBUTING.md README.md SECURITY.md OPTIONS_DEFINE= DOCS PREFETCH_FILE= ${PKGNAME}-node-modules${EXTRACT_SUFX} -PREFETCH_TIMESTAMP= 1690268784 +PREFETCH_TIMESTAMP= 1693392508 PKG_NODE_VER= 18.15.0 PKG_FETCH_VER= 3.5 PKG_NODE_CONFIGURE_ARGS=--openssl-use-def-ca-store \ diff --git a/security/bitwarden-cli/distinfo b/security/bitwarden-cli/distinfo index 5c55f95045ca..6d17b0768b20 100644 --- a/security/bitwarden-cli/distinfo +++ b/security/bitwarden-cli/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1690273877 +TIMESTAMP = 1693394048 SHA256 (node-v18.15.0.tar.gz) = d65c4c3ef3c8815bccda9502081a29458c7c80797db0763f8752f270a824ac2b SIZE (node-v18.15.0.tar.gz) = 85359314 -SHA256 (bitwarden-cli-2023.7.0-node-modules.tar.gz) = 797598d351cc1c47f49334eb753d8ab5e81da902c4bc7bc2f917fe7794afe283 -SIZE (bitwarden-cli-2023.7.0-node-modules.tar.gz) = 226744723 -SHA256 (bitwarden-clients-cli-v2023.7.0_GH0.tar.gz) = 293484f386707bd5c1014402a3c2fbbe9ad14e1c17f2a6b53676bdf0ad110868 -SIZE (bitwarden-clients-cli-v2023.7.0_GH0.tar.gz) = 18982338 +SHA256 (bitwarden-cli-2023.8.2-node-modules.tar.gz) = 67864471ee8b8bb6f8956a50c5432739ab03c9f5c66a2cba78a4aa2e42e19eb3 +SIZE (bitwarden-cli-2023.8.2-node-modules.tar.gz) = 226746341 +SHA256 (bitwarden-clients-cli-v2023.8.2_GH0.tar.gz) = bf17802d24fe6b85ab74dce5bb5060ccfb5187d70f08a8473f65194dd3c21303 +SIZE (bitwarden-clients-cli-v2023.8.2_GH0.tar.gz) = 19167183 diff --git a/security/bitwarden-cli/files/packagejsons/apps/browser/package.json b/security/bitwarden-cli/files/packagejsons/apps/browser/package.json index 5e1ad9bfd8da..2e866653cd3c 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": "2023.7.1", + "version": "2023.8.2", "scripts": { "build": "webpack", "build:mv3": "cross-env MANIFEST_VERSION=3 webpack", diff --git a/security/bitwarden-cli/files/packagejsons/apps/cli/package.json b/security/bitwarden-cli/files/packagejsons/apps/cli/package.json index 7c6e50e22a27..077769552ebd 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": "2023.7.0", + "version": "2023.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 fa2ba4c22daf..83a3aedde214 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": "2023.7.0", + "version": "2023.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 e2ec49d7327a..1624e0d491d9 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": "2023.7.0", + "version": "2023.8.2", "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 f73df896664f..ff51fba823ef 100644 --- a/security/bitwarden-cli/files/packagejsons/package-lock.json +++ b/security/bitwarden-cli/files/packagejsons/package-lock.json @@ -189,11 +189,11 @@ }, "apps/browser": { "name": "@bitwarden/browser", - "version": "2023.7.1" + "version": "2023.8.2" }, "apps/cli": { "name": "@bitwarden/cli", - "version": "2023.7.0", + "version": "2023.8.2", "license": "GPL-3.0-only", "dependencies": { "@koa/multer": "3.0.2", @@ -229,7 +229,7 @@ }, "apps/desktop": { "name": "@bitwarden/desktop", - "version": "2023.7.0", + "version": "2023.8.2", "hasInstallScript": true, "license": "GPL-3.0" }, @@ -243,7 +243,7 @@ }, "apps/web": { "name": "@bitwarden/web-vault", - "version": "2023.7.0" + "version": "2023.8.2" }, "libs/angular": { "name": "@bitwarden/angular", @@ -284,6 +284,12 @@ "@bitwarden/common": "file:../common" } }, + "libs/vault": { + "name": "@bitwarden/vault", + "version": "0.0.0", + "extraneous": true, + "license": "GPL-3.0" + }, "node_modules/@aduh95/viz.js": { "version": "3.4.0", "resolved": "https://registry.npmjs.org/@aduh95/viz.js/-/viz.js-3.4.0.tgz", diff --git a/security/bitwarden-cli/files/packagejsons/package.json b/security/bitwarden-cli/files/packagejsons/package.json index 56efe62d42db..b7556e09b7ba 100644 --- a/security/bitwarden-cli/files/packagejsons/package.json +++ b/security/bitwarden-cli/files/packagejsons/package.json @@ -205,7 +205,8 @@ "tailwindcss": "$tailwindcss", "@storybook/angular": { "zone.js": "0.12.0" - } + }, + "replacestream": "4.0.3" }, "resolutions": { "@types/react": "16.14.42"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308301427.37UERGvA044231>