Skip to content

Releases: versioneye/veye-checker

v0.2.0 - customizable file extensions and digest algorithms;

29 Jun 14:21
1aa7c64
Compare
Choose a tag to compare

This release has 3 big features:

  • possible to block using some of digest algorithms with --no-md5, --no-sha1 or --no-sha512 flags or specify those settings in the config file.

  • able to overwrite file extension used by digest algos.

  • can limit minimum and maximum file sizes for scan (default 64mb)

Sha1 values for releases:

  • Linux: veye_checker_x86_64 - a5d6aa0a6e1c1bf21be9583ec7b54e51afb753e4
  • osX: veye_checker_osx - 626c1ba86e7f0205c48eec4db8a0e11235c538df
  • MS: veye_checker.exe - 54474c5647596a3ec5ee60a4d7651bebf0745d15

V0.1.0 - first public release

19 Apr 14:02
2ace027
Compare
Choose a tag to compare

VeyeChecker is a commandline tool that helps resolve package binaries into package details by using digest summaries.

This version supports given package managers:

  • Nuget - *.nupkg
  • Maven - *.jar
  • PYPI - *.tar.gz, *.whl
  • NPM - *.tgz

This binary ables to change CSV settings, add proxy settings and has better error messages than release candidates.

V0.1.0 - Release candidate 2

10 Apr 17:31
d244ee7
Compare
Choose a tag to compare
Pre-release

The final release candidate before official release.

This version removes redundant commands and adds the shas command to traverse target folder and digests supported binaries and the resolve command which traverses target folder and translates the digest codes into product information.

Since this release, all the commands are splitted into async subtasks, which could continue working on result even with some errors.

Windows 64bit - veye_checker_ms_64.exe
OSx 64bit - veye_checker_osx
Linux - veye_checker_x86_64

0.1.0-RC1 - first public release for early adopters

16 Mar 10:44
10edbb5
Compare
Choose a tag to compare

It scans Java pom and C# nupkg files and translates them into package details.

Supports to change various API related configurations via ENV var and config file;