Created attachment 228914 [details] git diff vaultwarden Hi, Another update have just dropped :). I've attached the patch below. BR, Adrien
Created attachment 228940 [details] git diff for security/vaultwarden Removes PORTREVISION Removes duplicate rc.d/vaultwarden
Created attachment 229104 [details] git diff for security/vaultwarden Hey, Updated to web-vault 2.24.0 Integrated changes from Bernard (thanks :) ) BR, Adrien
(In reply to Adrien from comment #2) *2.24.1
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=847479c553f7f319a11144719dea57bc9a76f2f6 commit 847479c553f7f319a11144719dea57bc9a76f2f6 Author: Michael Reifenberger <mr@FreeBSD.org> AuthorDate: 2021-10-30 17:15:45 +0000 Commit: Michael Reifenberger <mr@FreeBSD.org> CommitDate: 2021-10-30 17:15:45 +0000 security/vaultwarden: Update to 1.23.0 PR: 259333 Reported by: Adrien security/vaultwarden/Makefile | 202 ++++++++++---------- security/vaultwarden/distinfo | 414 ++++++++++++++++++++--------------------- security/vaultwarden/pkg-plist | 76 ++++---- 3 files changed, 348 insertions(+), 344 deletions(-)
Hi, vaultwarden 1.23 doesn't build since it requires rust 1.57. Ports have 1.56, so it throws an error: ===> Building for vaultwarden-1.23.0_4 error: package `vaultwarden v1.0.0 (/wrkdirs/usr/ports/security/vaultwarden/work/vaultwarden-1.23.0)` cannot be built because it requires rustc 1.57 or newer, while the currently active rustc version is 1.56.0 *** Error code 101 On another note, the port was committed with the PORTREVISION still set to 4
(In reply to Ralf van der Enden from comment #5) yeah it seems :(, I tried to add a BUILD_DEPEND to rust-nightly but can't make it work...
Hi, I havn't found a way to use rust-nightly too..
You can patch the Cargo.toml and set the required rust version to 1.56 It does compile and seems to work fine, but I'm not sure if issues might arise.
(In reply to Ralf van der Enden from comment #8) I asked the dev about that on their matrix channel on 4th November. They said that it wouldn't work because of the rocket version they use. What I don't understand is that rocket didn't change between 1.22.2 and 1.23.0. I guess doing this would be okay...
Created attachment 229999 [details] git diff main / vaultwarden 1.23 Hey all :), So 1.57 is here, which mean we're ready for 1.23 ! Here is the patch from main. It built nicely on my end. BR, Adrien
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=a148ebec4e0afe980f949de0dea5ef4931cb7e86 commit a148ebec4e0afe980f949de0dea5ef4931cb7e86 Author: Michael Reifenberger <mr@FreeBSD.org> AuthorDate: 2021-12-11 12:58:13 +0000 Commit: Michael Reifenberger <mr@FreeBSD.org> CommitDate: 2021-12-11 13:00:02 +0000 security/vaultwarden: Update to 1.23.0 After rust got updated to 1.57 vaultwarden can be updated too. PR: 259333 security/vaultwarden/Makefile | 204 ++++++++------- security/vaultwarden/distinfo | 414 +++++++++++++++--------------- security/vaultwarden/files/pkg-message.in | 12 - security/vaultwarden/pkg-plist | 76 +++--- 4 files changed, 349 insertions(+), 357 deletions(-)
Created attachment 230176 [details] gid diff for security/vaultwarden Update patch for Vaultwarden 1.23.1 with bw_web_builds 2.25.0