diff options
author | Hiroki Tagato <tagattie@FreeBSD.org> | 2024-06-28 21:22:06 +0900 |
---|---|---|
committer | Hiroki Tagato <tagattie@FreeBSD.org> | 2024-06-28 21:23:21 +0900 |
commit | 95249973105b65ed934d9358e5ae7f332d74cd0d (patch) | |
tree | 10f5a36e6059a2a0172811692466f19692bc163e /security/bitwarden-cli/files/node | |
parent | cad/qcad: Update to 3.30.1.1 (diff) |
security/bitwarden-cli: update to 2024.6.0
Changelog: https://github.com/bitwarden/clients/releases/tag/cli-v2024.6.0
Reported by: GitHub (watch releases)
Diffstat (limited to 'security/bitwarden-cli/files/node')
7 files changed, 36 insertions, 27 deletions
diff --git a/security/bitwarden-cli/files/node/patch-common.gypi b/security/bitwarden-cli/files/node/patch-common.gypi index 8b2e183fe78a..aab7b33a2120 100644 --- a/security/bitwarden-cli/files/node/patch-common.gypi +++ b/security/bitwarden-cli/files/node/patch-common.gypi @@ -1,11 +1,20 @@ ---- common.gypi.orig 2023-03-05 06:42:51 UTC +--- common.gypi.orig 2024-02-13 21:43:28 UTC +++ common.gypi -@@ -426,7 +426,7 @@ - 'ldflags': [ '-m32' ], - }], - [ 'target_arch=="ppc64" and OS!="aix"', { -- 'cflags': [ '-m64', '-mminimal-toc' ], -+ 'cflags': [ '-m64' ], - 'ldflags': [ '-m64' ], - }], - [ 'target_arch=="s390x" and OS=="linux"', { +@@ -466,7 +466,7 @@ + 'ldflags': [ '-m32' ], + }], + [ 'host_arch=="ppc64" and OS not in "aix os400"', { +- 'cflags': [ '-m64', '-mminimal-toc' ], ++ 'cflags': [ '-m64' ], + 'ldflags': [ '-m64' ], + }], + [ 'host_arch=="s390x" and OS=="linux"', { +@@ -490,7 +490,7 @@ + 'ldflags': [ '-m32' ], + }], + [ 'target_arch=="ppc64" and OS not in "aix os400"', { +- 'cflags': [ '-m64', '-mminimal-toc' ], ++ 'cflags': [ '-m64' ], + 'ldflags': [ '-m64' ], + }], + [ 'target_arch=="s390x" and OS=="linux"', { diff --git a/security/bitwarden-cli/files/node/patch-deps_openssl_config_archs_linux-elf_no-asm_openssl.gypi b/security/bitwarden-cli/files/node/patch-deps_openssl_config_archs_linux-elf_no-asm_openssl.gypi index b1b6da616bda..f12d1557535d 100644 --- a/security/bitwarden-cli/files/node/patch-deps_openssl_config_archs_linux-elf_no-asm_openssl.gypi +++ b/security/bitwarden-cli/files/node/patch-deps_openssl_config_archs_linux-elf_no-asm_openssl.gypi @@ -1,6 +1,6 @@ ---- deps/openssl/config/archs/linux-elf/no-asm/openssl.gypi.orig 2023-03-05 06:42:52 UTC +--- deps/openssl/config/archs/linux-elf/no-asm/openssl.gypi.orig 2024-02-13 21:43:29 UTC +++ deps/openssl/config/archs/linux-elf/no-asm/openssl.gypi -@@ -977,7 +977,7 @@ +@@ -976,7 +976,7 @@ '-Wall -O3 -fomit-frame-pointer', ], 'openssl_ex_libs_linux-elf': [ diff --git a/security/bitwarden-cli/files/node/patch-deps_openssl_openssl-cl__no__asm.gypi b/security/bitwarden-cli/files/node/patch-deps_openssl_openssl-cl__no__asm.gypi index 332406f6182a..cddd5f8618fa 100644 --- a/security/bitwarden-cli/files/node/patch-deps_openssl_openssl-cl__no__asm.gypi +++ b/security/bitwarden-cli/files/node/patch-deps_openssl_openssl-cl__no__asm.gypi @@ -1,13 +1,13 @@ ---- deps/openssl/openssl-cl_no_asm.gypi.orig 2023-03-05 06:42:52 UTC +--- deps/openssl/openssl-cl_no_asm.gypi.orig 2024-02-13 21:43:29 UTC +++ deps/openssl/openssl-cl_no_asm.gypi @@ -1,4 +1,5 @@ { + 'defines': ['OPENSSL_NO_ASM'], 'conditions': [ - ['target_arch=="ppc64" and OS=="aix"', { + ['target_arch=="ppc64" and OS in ("aix", "os400")', { 'includes': ['config/archs/aix64-gcc-as/no-asm/openssl-cl.gypi'], -@@ -43,7 +44,7 @@ - 'includes': ['config/archs/linux64-riscv64/no-asm/openssl-cl.gypi'], +@@ -45,7 +46,7 @@ + 'includes': ['config/archs/linux64-loongarch64/no-asm/openssl-cl.gypi'], }, { # Other architectures don't use assembly - 'includes': ['config/archs/linux-x86_64/no-asm/openssl-cl.gypi'], diff --git a/security/bitwarden-cli/files/node/patch-deps_openssl_openssl__no__asm.gypi b/security/bitwarden-cli/files/node/patch-deps_openssl_openssl__no__asm.gypi index 0ddf35d5dd37..5e2cddf0aa3b 100644 --- a/security/bitwarden-cli/files/node/patch-deps_openssl_openssl__no__asm.gypi +++ b/security/bitwarden-cli/files/node/patch-deps_openssl_openssl__no__asm.gypi @@ -1,7 +1,7 @@ ---- deps/openssl/openssl_no_asm.gypi.orig 2023-03-05 06:42:52 UTC +--- deps/openssl/openssl_no_asm.gypi.orig 2024-02-13 21:43:30 UTC +++ deps/openssl/openssl_no_asm.gypi -@@ -44,7 +44,7 @@ - 'includes': ['config/archs/linux64-riscv64/no-asm/openssl.gypi'], +@@ -46,7 +46,7 @@ + 'includes': ['config/archs/linux64-loongarch64/no-asm/openssl.gypi'], }, { # Other architectures don't use assembly - 'includes': ['config/archs/linux-x86_64/no-asm/openssl.gypi'], diff --git a/security/bitwarden-cli/files/node/patch-deps_v8_src_libsampler_sampler.cc b/security/bitwarden-cli/files/node/patch-deps_v8_src_libsampler_sampler.cc index 5868ddd10288..238c9d32205e 100644 --- a/security/bitwarden-cli/files/node/patch-deps_v8_src_libsampler_sampler.cc +++ b/security/bitwarden-cli/files/node/patch-deps_v8_src_libsampler_sampler.cc @@ -1,6 +1,6 @@ ---- deps/v8/src/libsampler/sampler.cc.orig 2023-03-05 06:42:53 UTC +--- deps/v8/src/libsampler/sampler.cc.orig 2024-02-13 21:43:31 UTC +++ deps/v8/src/libsampler/sampler.cc -@@ -497,6 +497,10 @@ void SignalHandler::FillRegisterState(void* context, R +@@ -511,6 +511,10 @@ void SignalHandler::FillRegisterState(void* context, R state->pc = reinterpret_cast<void*>(mcontext.__gregs[_REG_PC]); state->sp = reinterpret_cast<void*>(mcontext.__gregs[_REG_SP]); state->fp = reinterpret_cast<void*>(mcontext.__gregs[_REG_FP]); diff --git a/security/bitwarden-cli/files/node/patch-src_crypto_crypto__util.cc b/security/bitwarden-cli/files/node/patch-src_crypto_crypto__util.cc index 7fba74345cd6..69e6fc687aec 100644 --- a/security/bitwarden-cli/files/node/patch-src_crypto_crypto__util.cc +++ b/security/bitwarden-cli/files/node/patch-src_crypto_crypto__util.cc @@ -1,6 +1,6 @@ ---- src/crypto/crypto_util.cc.orig 2023-03-05 06:42:54 UTC +--- src/crypto/crypto_util.cc.orig 2024-02-13 21:43:33 UTC +++ src/crypto/crypto_util.cc -@@ -194,10 +194,12 @@ void InitCryptoOnce() { +@@ -205,10 +205,12 @@ void InitCryptoOnce() { // No-op with OPENSSL_NO_COMP builds of OpenSSL. sk_SSL_COMP_zero(SSL_COMP_get_compression_methods()); diff --git a/security/bitwarden-cli/files/node/patch-tools_v8__gypfiles_v8.gyp b/security/bitwarden-cli/files/node/patch-tools_v8__gypfiles_v8.gyp index 7e3a0f6a0460..3e711aedc53d 100644 --- a/security/bitwarden-cli/files/node/patch-tools_v8__gypfiles_v8.gyp +++ b/security/bitwarden-cli/files/node/patch-tools_v8__gypfiles_v8.gyp @@ -1,11 +1,11 @@ ---- tools/v8_gypfiles/v8.gyp.orig 2023-03-05 06:42:55 UTC +--- tools/v8_gypfiles/v8.gyp.orig 2024-02-13 21:43:34 UTC +++ tools/v8_gypfiles/v8.gyp -@@ -977,7 +977,7 @@ +@@ -1083,7 +1083,7 @@ }], # Platforms that don't have Compare-And-Swap (CAS) support need to link atomic library # to implement atomic memory access -- ['v8_current_cpu in ["mips", "mipsel", "mips64", "mips64el", "ppc", "arm", "riscv64", "loong64"]', { -+ ['v8_current_cpu in ["mips", "mipsel", "mips64", "mips64el", "ppc", "riscv64", "loong64"]', { +- ['v8_current_cpu in ["mips64", "mips64el", "ppc", "arm", "riscv64", "loong64"]', { ++ ['v8_current_cpu in ["mips64", "mips64el", "ppc", "riscv64", "loong64"]', { 'link_settings': { 'libraries': ['-latomic', ], }, |