Skip to content

Commit

Permalink
security/bitwarden-cli: update to 2023.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tagattie committed Dec 29, 2023
1 parent 9566c62 commit 65cb6d8
Show file tree
Hide file tree
Showing 8 changed files with 47 additions and 30 deletions.
10 changes: 4 additions & 6 deletions security/bitwarden-cli/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
PORTNAME= bitwarden-cli
DISTVERSIONPREFIX= cli-v
DISTVERSION= 2023.10.0
PORTREVISION= 1
DISTVERSION= 2023.12.1
CATEGORIES= security
MASTER_SITES= https://nodejs.org/dist/v${PKG_NODE_VER}/:node
DISTFILES= node-v${PKG_NODE_VER}${EXTRACT_SUFX}:node \
Expand Down Expand Up @@ -49,8 +48,8 @@ PORTDOCS= CONTRIBUTING.md README.md SECURITY.md

OPTIONS_DEFINE= DOCS

PREFETCH_FILE= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSION}-node-modules${EXTRACT_SUFX}
PREFETCH_TIMESTAMP= 1699354730
PREFETCH_FILE= ${PORTNAME}-${DISTVERSION}-node-modules${EXTRACT_SUFX}
PREFETCH_TIMESTAMP= 1703830974
PKG_NODE_VER= 18.15.0
PKG_FETCH_VER= 3.5
PKG_NODE_CONFIGURE_ARGS=--openssl-use-def-ca-store \
Expand All @@ -68,8 +67,7 @@ pre-fetch:
${MKDIR} ${WRKDIR}/node-modules-cache; \
${CP} -R ${FILESDIR}/packagejsons/* ${WRKDIR}/node-modules-cache; \
cd ${WRKDIR}/node-modules-cache && \
${SETENV} HOME=${WRKDIR} npm install -g --prefix=${WRKDIR} npm@9.9.0 && \
${SETENV} HOME=${WRKDIR} PATH=${WRKDIR}/bin:${PATH} \
${SETENV} HOME=${WRKDIR} \
npm ci --ignore-scripts --no-progress --no-audit --no-fund; \
${FIND} ${WRKDIR}/node-modules-cache -depth 1 -print | \
${GREP} -v node_modules | ${XARGS} ${RM} -r; \
Expand Down
10 changes: 5 additions & 5 deletions security/bitwarden-cli/distinfo
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
TIMESTAMP = 1699356291
TIMESTAMP = 1703834785
SHA256 (node-v18.15.0.tar.gz) = d65c4c3ef3c8815bccda9502081a29458c7c80797db0763f8752f270a824ac2b
SIZE (node-v18.15.0.tar.gz) = 85359314
SHA256 (bitwarden-cli-2023.10.0-node-modules.tar.gz) = 8382a31e79aece80d999504990413b3cb758028bae1a77d1c25b8f7968ea7428
SIZE (bitwarden-cli-2023.10.0-node-modules.tar.gz) = 239851397
SHA256 (bitwarden-clients-cli-v2023.10.0_GH0.tar.gz) = 4d661b1af7cd808a7079c02c031b23e2a156c9fe2792f1921b8b0d0ec55eb4b7
SIZE (bitwarden-clients-cli-v2023.10.0_GH0.tar.gz) = 19695746
SHA256 (bitwarden-cli-2023.12.1-node-modules.tar.gz) = 075b53dbfad3850e0871919067319165165fa4f85abed3f1394d445dc2de3f79
SIZE (bitwarden-cli-2023.12.1-node-modules.tar.gz) = 240036250
SHA256 (bitwarden-clients-cli-v2023.12.1_GH0.tar.gz) = 2490f1b3f9cfb856c73171bcdd2aceb19920a4c308525a7426510383af29791f
SIZE (bitwarden-clients-cli-v2023.12.1_GH0.tar.gz) = 20068554
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bitwarden/browser",
"version": "2023.10.0",
"version": "2023.12.0",
"scripts": {
"build": "webpack",
"build:mv3": "cross-env MANIFEST_VERSION=3 webpack",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bitwarden/cli",
"description": "A secure and free password manager for all of your devices.",
"version": "2023.10.0",
"version": "2023.12.1",
"keywords": [
"bitwarden",
"password",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bitwarden/desktop",
"description": "A secure and free password manager for all of your devices.",
"version": "2023.10.0",
"version": "2023.12.0",
"keywords": [
"bitwarden",
"password",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bitwarden/web-vault",
"version": "2023.10.0",
"version": "2023.12.0",
"scripts": {
"build:oss": "webpack",
"build:bit": "webpack -c ../../bitwarden_license/bit-web/webpack.config.js",
Expand Down
43 changes: 30 additions & 13 deletions security/bitwarden-cli/files/packagejsons/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions security/bitwarden-cli/files/packagejsons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,14 @@
"@types/node-fetch": "2.6.4",
"@types/node-forge": "1.3.4",
"@types/node-ipc": "9.2.0",
"@types/papaparse": "5.3.7",
"@types/papaparse": "5.3.13",
"@types/proper-lockfile": "4.1.2",
"@types/react": "16.14.45",
"@types/retry": "0.12.2",
"@types/zxcvbn": "4.4.1",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@webcomponents/custom-elements": "1.6.0",
"autoprefixer": "10.4.15",
"base64-loader": "1.0.0",
"buffer": "6.0.3",
Expand All @@ -89,7 +90,7 @@
"del": "6.1.1",
"electron": "25.9.1",
"electron-builder": "23.6.0",
"electron-log": "4.4.8",
"electron-log": "5.0.0",
"electron-reload": "2.0.0-alpha.1",
"electron-store": "8.1.0",
"electron-updater": "5.3.0",
Expand Down Expand Up @@ -196,6 +197,7 @@
"proper-lockfile": "4.1.2",
"qrious": "4.0.2",
"rxjs": "7.8.1",
"tabbable": "6.2.0",
"tldts": "6.0.14",
"utf-8-validate": "5.0.10",
"zone.js": "0.12.0",
Expand Down

0 comments on commit 65cb6d8

Please sign in to comment.