Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Releases: clearlinux/abireport

v1.0.11

01 May 00:30

Choose a tag to compare

  • Use /var/tmp instead of /tmp for extracting packages.

v1.0.10

26 Mar 17:18

Choose a tag to compare

  • Address an issue with abireport version output being out-of-sync with the released version.

v1.0.9

23 Mar 23:05

Choose a tag to compare

Changes since v1.0.7:

  • Fixes an issue with dist tarball generation.
  • Fixes an occasional hang with rpm extraction.
  • Fixes a race condition in the file-tree walker code, which occasionally resulted in hangs when processing an rpm containing no files.
  • Use pandoc instead of ronn to generate the man page.
  • Use go modules for the build.

v1.0.8

23 Mar 22:41

Choose a tag to compare

v1.0.8 Pre-release
Pre-release

Note: the dist tarball is not consumable for this release. This issue will be resolved in the following release.

v1.0.7

04 Sep 19:32

Choose a tag to compare

  • Switch to generating a position independent executable (PIE) for the build.

v1.0.6

11 Sep 01:39

Choose a tag to compare

  • Make eopkg extraction more portable by using unzip instead of uneopkg

v1.0.5

21 Feb 17:41

Choose a tag to compare

  • Silence cpio stderr messages
  • Ensure cpio unconditionally replaces files during explode step
  • Sync upstream vendoring

v1.0.4

07 Feb 16:46

Choose a tag to compare

  • Fix spammy EOF errors
  • Ensure the explode (i.e. extracting RPMs) step is entirely silent

v1.0.3

03 Feb 16:25

Choose a tag to compare

  • Sync submodules
  • Fix crash when encountering unusable special files

v1.0.2

23 Jan 07:39

Choose a tag to compare

  • Sync vendored deps with upstream sources
  • Fix noisy EOF warnings for small files (increase exclusion of ELF candidates)