SHA256
6
0
forked from pool/bitwarden
Files
bitwarden/remove-esbuild-version-check.patch
Bruno Pitrus 100dbadc00 - Update to 2025.6.1
* Bitwarden 2025.x is a major rewrite of the application,
    moving some backend code to a separate wasm module
  * Updated UI for two-step login with security keys
  * Added location to login with device requests
  * Added support for two-step login with security keys on Linux
  * Added verification of logins from unrecognized devices
  * Can now generate SSH keys
- Drop remove-sdk-internal.patch as we now actually use bitwarden-sdk-internal
- Add system-roboto-font.patch
- Add cxxbridge-cmd.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/bitwarden?expand=0&rev=85
2025-07-03 09:15:07 +00:00

12 lines
388 B
Diff

--- bitwarden/node_modules/esbuild/install.js.old 2023-02-18 17:54:51.928231193 +0100
+++ bitwarden/node_modules/esbuild/install.js 2023-02-18 18:18:42.659268572 +0100
@@ -85,7 +85,7 @@
}
throw err;
}
- if (stdout !== versionFromPackageJSON) {
+ if (0) {
throw new Error(`Expected ${JSON.stringify(versionFromPackageJSON)} but got ${JSON.stringify(stdout)}`);
}
}