Skip to content

Commit

Permalink
Merge pull request #1544 from citrus-it/vw
Browse files Browse the repository at this point in the history
vaultwarden - update from 1.32.0 to 1.32.4
  • Loading branch information
hadfl authored Nov 12, 2024
2 parents 20eb755 + 88533dd commit 607cc64
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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

0 comments on commit 607cc64

Please sign in to comment.