Search Criteria
Package Details: cargo-vet 0.10.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/cargo-vet.git (read-only, click to copy) |
|---|---|
| Package Base: | cargo-vet |
| Description: | Supply-chain security for Rust |
| Upstream URL: | https://github.com/mozilla/cargo-vet |
| Licenses: | MIT, Apache-2.0 |
| Submitter: | jonasmalacofilho |
| Maintainer: | ChrisMorgan |
| Last Packager: | ChrisMorgan |
| Votes: | 2 |
| Popularity: | 0.170562 |
| First Submitted: | 2022-10-21 23:53 (UTC) |
| Last Updated: | 2025-09-25 08:25 (UTC) |
Dependencies (4)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup)
- gcc-libs (gcc-libs-gitAUR, gcc-libs-fast-optimizedAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-git-native-pgoAUR, glibc-eacAUR)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
Latest Comments
swsnr commented on 2025-09-14 09:28 (UTC)
I believe it it is; there's a CHANGELOG section after all, and it's close to impossible to accidentally make a git tag. You can just build from git; that'd also provide build provenance than building from some arbitrary tarball without signature or any other kind of provenance attestation.
ChrisMorgan commented on 2025-09-14 09:05 (UTC)
I cleared out of date flag until it’s clear whether 0.10.1 is actually released.
HurricanePootis commented on 2025-08-27 21:47 (UTC)
@ChrisMorgan
I have a patch for your PKGBUILD 1. Change
ApachetoApache-2.0to make it SPDX compliant 2. Removeoptions=(!lto)3. Addexport CFLAGS+=" -ffat-lto-objects" 4. Changeprepare()` to better fit modern Rust Packaging Guidelines.ChrisMorgan commented on 2024-10-18 06:16 (UTC)
In 0.10.0 they look to have started automated releases, including source tarballs (which I’ve switched to) and x86_64-unknown-linux-gnu builds (which I won’t switch to, at least for now).
Tests are again failing in what looks to be an unimportant way; I’ve filed https://github.com/mozilla/cargo-vet/issues/638. In the meantime,
makepkg --nocheck.ChrisMorgan commented on 2024-10-03 09:56 (UTC)
0.9.1 is a simple update, just bumping pkgver to 0.9.1 and the sha256sum to fd80641841445d6b2ba21db3dc9f9159c0881b6063bf2071647d9a67e57d7073.
Some of the tests are failing, but I think that’s https://github.com/mozilla/cargo-vet/issues/602 (tests depended on Cargo implementation details that changed, and although it’s fixed on Git no release has been made since).
swsnr commented on 2023-05-28 16:59 (UTC)
I had to disable LTO to build in a clean chroot:
Without this change the package failed to build in a chroot with something like the following error: