Bug 265497 - security/vaultwarden Update to 1.25.2
Summary: security/vaultwarden Update to 1.25.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Michael Reifenberger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-07-29 12:05 UTC by Adrien
Modified: 2022-08-06 11:29 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (mr)


Attachments
Diff to 1.25.2 (22.21 KB, patch)
2022-07-29 12:05 UTC, Adrien
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adrien 2022-07-29 12:05:39 UTC
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
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-07-30 11:40:19 UTC
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(-)
Comment 2 Michael Reifenberger freebsd_committer freebsd_triage 2022-07-30 11:44:49 UTC
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...
Comment 3 Adrien 2022-07-30 13:35:01 UTC
Hi,

Can't reproduce either, raw-cpuid is included, and its version hasn't changed nor quanta's one... :( 

Adrien