fixed, thanks
Search Criteria
Package Details: arch-audit-git 0.1.8.r0.gc078e16-1
Git Clone URL: | https://aur.archlinux.org/arch-audit-git.git (read-only) |
---|---|
Package Base: | arch-audit-git |
Description: | An utility like pkg-audit based on Arch CVE Monitoring Team data |
Upstream URL: | https://github.com/ilpianista/arch-audit |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | ilpianista |
Maintainer: | ilpianista |
Last Packager: | ilpianista |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2016-12-04 17:46 |
Last Updated: | 2017-11-10 12:43 |
Dependencies (4)
- curl (curl-http2-git, curl-git, curl-ssh)
- cargo (rust-always-nightly-bin, rustup-git, cargo-standalone-git, cargo-nightly-bin, cargo-git, rust-nightly-bin, rust, rustup) (make)
- git (git-git) (make)
- pkg-config (pkgconf-git, pkgconf) (make)
Required by (6)
- archaudit-report (requires arch-audit)
- cylon (requires arch-audit) (optional)
- security-mailer (requires arch-audit)
- security-mailer-git (requires arch-audit)
- uenv (requires arch-audit) (optional)
- uenv-git (requires arch-audit) (optional)
Sources (1)
Latest Comments
erikw commented on 2018-03-18 14:26
ilpianista commented on 2017-11-10 12:44
eigengrau commented on 2017-11-08 12:52
This currently fails to build at:
> install -Dm755 "target/release/${pkgname}" "$pkgdir/usr/bin/${pkgname}"
Apparently the binary is built as «arch-audit» now, not «arch-audit-git».
Additionally, there should be PROVIDES=(arch-audit) and CONFLICTS=(arch-audit).
Kind regards,
e.
ahrs commented on 2017-06-12 05:01
This currently doesn't build. Here's a patch that fixes things:
https://gist.github.com/585bee43ed051f7e9ff8f2d790eb3466
[Feature request] command line option to only show packages with a certian vulnerability level e.g.
$ arch-audit --severity=high $ arch-audit -s h
I posted it here since the Github issue module is disabled for this repo.