Package Details: arch-audit-git 0.1.15.r65.g68d6daa-1

Git Clone URL: https://aur.archlinux.org/arch-audit-git.git (read-only, click to copy)
Package Base: arch-audit-git
Description: A utility like pkg-audit based on Arch Security Team data
Upstream URL: https://gitlab.com/ilpianista/arch-audit
Licenses: MIT
Conflicts: arch-audit
Provides: arch-audit
Submitter: ilpianista
Maintainer: ilpianista (anthraxx)
Last Packager: anthraxx
Votes: 1
Popularity: 0.000000
First Submitted: 2016-12-04 17:46 (UTC)
Last Updated: 2021-02-04 23:39 (UTC)

Required by (3)

  • cylon (requires arch-audit) (optional)
  • uenv (requires arch-audit) (optional)
  • uenv-git (requires arch-audit) (optional)

Sources (1)

Latest Comments

1 2 Next › Last »

Trollwut commented on 2021-02-02 08:33 (UTC)

After the last commit, the package compiles fine and works wonderfully. Thanks for your quick edit! :)

Trollwut commented on 2021-01-30 11:46 (UTC) (edited on 2021-01-30 11:47 (UTC) by Trollwut)

Hey mates!

I can't package it since like a week (or two?) with the following error:

==> Starting package()...
install: cannot stat 'doc/arch-audit.1': No such file or directory
==> ERROR: A failure occurred in package().
    Aborting...
:: Packages failed to build: arch-audit-git-0.1.14.r9.g857fd36-1

Is this a known problem and are there fixes for it?

naumovitch commented on 2020-03-02 23:42 (UTC)

It's not working any more with cron?)

thread 'main' panicked at 'serde_json::from_str failed: Error("expected value", line: 1, column: 1)', src/libcore/result.rs:1165:5 note: run with RUST_BACKTRACE=1 environment variable to display a backtrace.

ilpianista commented on 2020-03-02 15:41 (UTC)

I'm sorry (so much time I don't edit PKGBUILDs :-()

rockypra commented on 2020-03-02 15:33 (UTC)

You need to append git+ to the source URL or makepkg will download the source with curl instead of git. source=('git+https://gitlab.com/ilpianista/arch-audit.git')

ilpianista commented on 2020-03-02 07:20 (UTC)

Fixed, thanks!

fossanico commented on 2020-02-29 08:29 (UTC)

It seems like the git url in the last two PKGBUILD are wrong, because GitLab does not support the git:// protocol but only the ssh protocol. Indeed it fail to download source.

I think it should be git@gitlab.com:ilpianista/arch-audit.git

ilpianista commented on 2019-11-27 09:06 (UTC)

Can the code be updated to handle this more gracefully?

This has been implemented in 0.1.11, but please use the bug tracker next time!

zach commented on 2019-11-25 02:31 (UTC)

[Feature request]

When https://security.archlinux.org/issues/all.json is down (which it currently is) the hook fails loudly with the error:

thread 'main' panicked at 'serde_json::from_str failed: ErrorImpl { code: ExpectedSomeValue, line: 1, column: 1 }', libc
ore/result.rs:916:5
note: Run with `RUST_BACKTRACE=1` for a backtrace.
error: command failed to execute correctly

Can the code be updated to handle this more gracefully?

erikw commented on 2018-03-18 14:26 (UTC) (edited on 2018-03-18 14:27 (UTC) by erikw)

[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.