SHA256
1
0
forked from pool/bitwarden
bitwarden/_service
Bruno Pitrus de66c4f16e Accepting request 1137982 from home:dziobian:gulgul-ultron:19
- New upstream release 2024.1.0
  * Added password complexity checks to password protected export
  * Disallow XXE in import
  * Bug-fixes for imports
  * Bug-fix for minimum/maximum values in generator
  * Bug-fix for screen-readers not announcing stored passkeys

OBS-URL: https://build.opensuse.org/request/show/1137982
OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/bitwarden?expand=0&rev=44
2024-01-10 19:23:13 +00:00

22 lines
889 B
Plaintext

<services>
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://github.com/bitwarden/clients.git</param>
<param name="revision">desktop-v2024.1.0</param>
<param name="version">2024.1.0</param>
<param name="filename">bitwarden</param>
<param name="exclude">bitwarden_license/*</param>
<!-- The code in bitwarden_license MUST NOT be included in published tarballs as it is non-redistributable! -->
<param name="exclude">apps/cli/*</param>
<param name="exclude">apps/web/*</param>
</service>
<service name="tar" mode="buildtime" />
<service name="cargo_vendor" mode="manual">
<param name="srcdir">clients/apps/desktop/desktop_native</param>
<param name="update">false</param>
</service>
<service name="cargo_audit" mode="manual">
<param name="srcdir">clients/apps/desktop/desktop_native</param>
</service>
</services>