Releases: ilpianista/arch-audit
Releases · ilpianista/arch-audit
arch-audit 0.1.10
- When displaying upgradable packages, do not show packages not yet available in the repositories (thanks @Arvedui)
arch-audit 0.1.9
- Do not report packages as fixed when they're not (#33)
- Restructure output (thanks @clarcharr)
arch-audit 0.1.8
- Show when a package has been fixed in the
[testing]
repo - Add ZSH completion (thanks @dopsi)
arch-audit 0.1.7
- Sort output by package name
- Show issues severity
arch-audit 0.1.6
- Support for https://security.archlinux.org
- Added man page (thanks @shibumi)
arch-audit 0.1.5
- Support multiple package names in the Package column.
arch-audit 0.1.4
- Fix crash without network connection (#8).
arch-audit 0.1.3
- Do not show the same package twice in the output (#2)
- Added
-b, --dbpath
option to select an alternative pacman database path
arch-audit 0.1.2
- Added
-f, --format
to customize the output. E.g. it's possible to use%n
and%c
placeholders which gets replaced by the package name and the list of CVEs respectively. - Fixed the quiet output with multiple
-q
flags.
arch-audit 0.1.1
- Added
-q, -qq, --quiet
flag to silent verbose output. - Added
-u, --upgradable
flag to display only packages already fixed in the repositories.