File tree 5 files changed +21
-122
lines changed
5 files changed +21
-122
lines changed Original file line number Diff line number Diff line change 17
17
. ../../lib/build.sh
18
18
19
19
PROG=vaultwarden
20
- VER=1.30.5
20
+ VER=1.32.0
21
21
PKG=ooce/application/vaultwarden
22
22
SUMMARY=" Bitwarden compatible server"
23
23
DESC=" Unofficial Bitwarden compatible server written in Rust, formerly known "
24
24
DESC+=" as bitwarden_rs"
25
25
26
26
DANIGARCIA=$GITHUB /dani-garcia
27
- WEBVAULTVER=2024.5.0
28
- WEBVAULTSHA256=35001cea3c4ec52a66a2331ecc11efd20b2ad77c34e47dc6061a315f3b5706e4
27
+ WEBVAULTVER=2024.6.2
28
+ WEBVAULTSHA256=c6f71f1f98290b91670c8f717b59aa27baaaa49bdfe4a3f2be38da426021d843
29
29
30
30
set_arch 64
31
31
@@ -57,6 +57,12 @@ XFORM_ARGS="
57
57
58
58
SKIP_LICENCES=bitwarden
59
59
60
+ # configure runs mysql_config/pg_config to determine the proper paths
61
+ # for the database libraries. To avoid having to rely on a particular
62
+ # mediator value for the installed packages, set the explicitly versioned
63
+ # bin directories first in the PATH.
64
+ PATH=$PREFIX /mariadb-$MARIASQLVER /bin:$PREFIX /pgsql-$PGSQLVER /bin:$PATH
65
+
60
66
copy_sample_config () {
61
67
local relative_conffile=${CONFFILE#/ }
62
68
local dest_confdir=$DESTDIR /${relative_conffile%/* }
97
103
clone_github_source $PROG " $DANIGARCIA /$PROG " $VER
98
104
BUILDDIR+=/$PROG
99
105
patch_source
106
+ # mio needs bumping to work around https://github.com/tokio-rs/mio/pull/1824
107
+ run_inbuild cargo update -p mio
100
108
prep_build
101
109
build_rust $CARGO_ARGS
102
110
install_rust
Original file line number Diff line number Diff line change 1
1
diff -wpruN --no-dereference '--exclude=*.orig' a~/vaultwarden/Cargo.toml a/vaultwarden/Cargo.toml
2
2
--- a~/vaultwarden/Cargo.toml 1970-01-01 00:00:00
3
3
+++ a/vaultwarden/Cargo.toml 1970-01-01 00:00:00
4
- @@ -168 ,7 +168 ,6 @@ rpassword = "7.3.1"
4
+ @@ -167 ,7 +167 ,6 @@ rpassword = "7.3.1"
5
5
# The symbols are the provide better panic traces
6
6
# Also enable fat LTO and use 1 codegen unit for optimizations
7
7
[profile.release]
8
8
- strip = "debuginfo"
9
9
lto = "fat"
10
10
codegen-units = 1
11
11
12
+ @@ -244,3 +243,7 @@ unnecessary_self_imports = "deny"
13
+ unused_async = "deny"
14
+ verbose_file_reads = "deny"
15
+ zero_sized_map_values = "deny"
16
+ +
17
+ + [patch.crates-io]
18
+ + mysqlclient-sys = { git = "https://github.com/citrus-it/mysqlclient-sys", branch = "illumos" }
19
+ +
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
Cargo.toml.patch
2
- rust-1.79.patch
Original file line number Diff line number Diff line change 27
27
| ooce/application/tidy | 5.8.0 | https://github.com/htacg/tidy-html5/releases | [ omniosorg] ( https://github.com/omniosorg )
28
28
| ooce/application/tig | 2.5.10 | https://github.com/jonas/tig/releases | [ omniosorg] ( https://github.com/omniosorg )
29
29
| ooce/application/vagrant | 2.2.19 | https://github.com/hashicorp/vagrant/tags | [ omniosorg] ( https://github.com/omniosorg )
30
- | ooce/application/vaultwarden | 1.30.5 | https://github.com/dani-garcia/vaultwarden/releases/ | [ omniosorg] ( https://github.com/omniosorg )
30
+ | ooce/application/vaultwarden | 1.32.0 | https://github.com/dani-garcia/vaultwarden/releases/ | [ omniosorg] ( https://github.com/omniosorg )
31
31
| ooce/application/zabbix | 6.2.3 | https://www.zabbix.com/download_sources | [ omniosorg] ( https://github.com/omniosorg )
32
32
| 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 )
33
33
| ooce/compress/pbzip2 | 1.1.13 | https://launchpad.net/pbzip2/+download | [ omniosorg] ( https://github.com/omniosorg )
You can’t perform that action at this time.
0 commit comments