Skip to content

Releases: ilpianista/arch-audit

arch-audit 0.1.10

10 Mar 08:24
Compare
Choose a tag to compare
  • When displaying upgradable packages, do not show packages not yet available in the repositories (thanks @Arvedui)

arch-audit 0.1.9

14 Nov 20:54
Compare
Choose a tag to compare
  • Do not report packages as fixed when they're not (#33)
  • Restructure output (thanks @clarcharr)

arch-audit 0.1.8

16 Feb 18:17
Compare
Choose a tag to compare
  • Show when a package has been fixed in the [testing] repo
  • Add ZSH completion (thanks @dopsi)

arch-audit 0.1.7

26 Dec 15:44
Compare
Choose a tag to compare
  • Sort output by package name
  • Show issues severity

arch-audit 0.1.6

20 Dec 20:00
Compare
Choose a tag to compare

arch-audit 0.1.5

08 Nov 22:04
Compare
Choose a tag to compare
  • Support multiple package names in the Package column.

arch-audit 0.1.4

07 Oct 06:36
Compare
Choose a tag to compare
arch-audit 0.1.4 Pre-release
Pre-release
  • Fix crash without network connection (#8).

arch-audit 0.1.3

29 Sep 22:43
Compare
Choose a tag to compare
arch-audit 0.1.3 Pre-release
Pre-release
  • 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

29 Sep 22:46
Compare
Choose a tag to compare
arch-audit 0.1.2 Pre-release
Pre-release
  • 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

29 Sep 22:47
Compare
Choose a tag to compare
arch-audit 0.1.1 Pre-release
Pre-release
  • Added -q, -qq, --quiet flag to silent verbose output.
  • Added -u, --upgradable flag to display only packages already fixed in the repositories.