Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vaultwarden - update from 1.32.0 to 1.32.4 #1544

Merged
merged 1 commit into from
Nov 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions build/vaultwarden/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
. ../../lib/build.sh

PROG=vaultwarden
VER=1.32.0
VER=1.32.4
PKG=ooce/application/vaultwarden
SUMMARY="Bitwarden compatible server"
DESC="Unofficial Bitwarden compatible server written in Rust, formerly known "
DESC+="as bitwarden_rs"

DANIGARCIA=$GITHUB/dani-garcia
WEBVAULTVER=2024.6.2
WEBVAULTSHA256=c6f71f1f98290b91670c8f717b59aa27baaaa49bdfe4a3f2be38da426021d843
WEBVAULTVER=2024.6.2c
WEBVAULTSHA256=ff26268b6ff667d7db93891381b029a599aa59f8ecd56c6756ab7205b0e4c854

set_arch 64

Expand Down
4 changes: 2 additions & 2 deletions build/vaultwarden/patches/Cargo.toml.patch
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ diff -wpruN --no-dereference '--exclude=*.orig' a~/vaultwarden/Cargo.toml a/vaul
lto = "fat"
codegen-units = 1

@@ -244,3 +243,7 @@ unnecessary_self_imports = "deny"
unused_async = "deny"
@@ -262,3 +261,7 @@ unused_async = "deny"
unused_self = "deny"
verbose_file_reads = "deny"
zero_sized_map_values = "deny"
+
Expand Down
2 changes: 1 addition & 1 deletion doc/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
| ooce/application/tidy | 5.8.0 | https://github.com/htacg/tidy-html5/releases | [omniosorg](https://github.com/omniosorg)
| ooce/application/tig | 2.5.10 | https://github.com/jonas/tig/releases | [omniosorg](https://github.com/omniosorg)
| ooce/application/vagrant | 2.2.19 | https://github.com/hashicorp/vagrant/tags | [omniosorg](https://github.com/omniosorg)
| ooce/application/vaultwarden | 1.32.0 | https://github.com/dani-garcia/vaultwarden/releases/ | [omniosorg](https://github.com/omniosorg)
| ooce/application/vaultwarden | 1.32.4 | https://github.com/dani-garcia/vaultwarden/releases/ | [omniosorg](https://github.com/omniosorg)
| ooce/application/zabbix | 6.2.3 | https://www.zabbix.com/download_sources | [omniosorg](https://github.com/omniosorg)
| ooce/audio/flac | 1.4.3 | https://ftp.osuosl.org/pub/xiph/releases/flac/ https://xiph.org/flac/changelog.html | [omniosorg](https://github.com/omniosorg)
| ooce/compress/pbzip2 | 1.1.13 | https://launchpad.net/pbzip2/+download | [omniosorg](https://github.com/omniosorg)
Expand Down
Loading