Created attachment 235544 [details] Diff to 1.25.2 Hi, Small update which mitigate an issue with uploading (better merge this one asap). BR, Adrien
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=9c1887b863a0c6222c7838963f059c28a8750b8b commit 9c1887b863a0c6222c7838963f059c28a8750b8b Author: Michael Reifenberger <mr@FreeBSD.org> AuthorDate: 2022-07-30 11:38:05 +0000 Commit: Michael Reifenberger <mr@FreeBSD.org> CommitDate: 2022-07-30 11:38:05 +0000 security/vaultwarden: Minor update Update to 1.25.2 PR: 265497 Reported by: Adrien security/vaultwarden/Makefile | 684 ++++++++++++++++++++--------------------- security/vaultwarden/distinfo | 6 +- security/vaultwarden/pkg-plist | 4 +- 3 files changed, 347 insertions(+), 347 deletions(-)
Hi, BTW: I get from the FreeBSD pkg builder the following error during build: ---- error[E0599]: no function or associated item named `new` found for struct `CpuId` in the current scope --> /wrkdirs/usr/ports/security/vaultwarden/work/vaultwarden-1.25.1/cargo-crates/quanta-0.9.3/src/lib.rs:583:24 | 583 | let cpuid = CpuId::new(); | ^^^ function or associated item not found in `CpuId` error[E0599]: no function or associated item named `new` found for struct `CpuId` in the current scope --> /wrkdirs/usr/ports/security/vaultwarden/work/vaultwarden-1.25.1/cargo-crates/quanta-0.9.3/src/lib.rs:591:24 | 591 | let cpuid = CpuId::new(); | ^^^ function or associated item not found in `CpuId` For more information about this error, try `rustc --explain E0599`. error: could not compile `quanta` due to 2 previous errors ---- But I can't reproduce it here neither direct nor with poudriere...
Hi, Can't reproduce either, raw-cpuid is included, and its version hasn't changed nor quanta's one... :( Adrien