diff options
author | Hiroki Tagato <tagattie@FreeBSD.org> | 2025-05-18 11:50:15 +0900 |
---|---|---|
committer | Hiroki Tagato <tagattie@FreeBSD.org> | 2025-05-18 11:51:32 +0900 |
commit | c20a9ffdb5f53890b7551548200e7ce9b1702504 (patch) | |
tree | b5b8b7c27baf0ecbcfbfa702410de887b59d5969 /security/bitwarden-cli/files/node/patch-configure.py | |
parent | math/R-cran-doBy: Update to 4.6.27 (diff) |
security/bitwarden-cli: update to 2025.4.0
Changelog:
- https://github.com/bitwarden/clients/releases/tag/cli-v2025.1.2
- https://github.com/bitwarden/clients/releases/tag/cli-v2025.1.3
- https://github.com/bitwarden/clients/releases/tag/cli-v2025.2.0
- https://github.com/bitwarden/clients/releases/tag/cli-v2025.3.0
- https://github.com/bitwarden/clients/releases/tag/cli-v2025.4.0
Reported by: GitHub (watch releases)
Diffstat (limited to 'security/bitwarden-cli/files/node/patch-configure.py')
-rw-r--r-- | security/bitwarden-cli/files/node/patch-configure.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/bitwarden-cli/files/node/patch-configure.py b/security/bitwarden-cli/files/node/patch-configure.py index 7d44850721fc..11a8cdf9caf6 100644 --- a/security/bitwarden-cli/files/node/patch-configure.py +++ b/security/bitwarden-cli/files/node/patch-configure.py @@ -1,6 +1,6 @@ ---- configure.py.orig 2024-10-03 09:20:49 UTC +--- configure.py.orig 2024-10-16 14:36:50 UTC +++ configure.py -@@ -1829,7 +1829,7 @@ def configure_intl(o): +@@ -1876,7 +1876,7 @@ def configure_intl(o): elif with_intl == 'system-icu': # ICU from pkg-config. o['variables']['v8_enable_i18n_support'] = 1 |