Releases: rwbaumg/pki-lint
Bugfix release v1.0.6
- Fix bug in
x509lintsubmodule compilation. - Minor updates.
Stable release v1.0.5
- Updated
x509lintsubmodule
Stable release v1.0.4
- Updated submodules
- Various bugfixes + usability improvements.
Stable release v1.0.3
This is a stable release version 1.0.3 of the pki-lint utility.
This release includes fixes for all known issues, as well as corrections for all warnings found by automated source code linting (via shellcheck). The TODO.md file contains a list of some specific changes made since the last release.
Bugfix release v1.0.2
This is a bugfix release for the x509lint module.
Everything else is unchanged from v1.0.1
Stable release v1.0.1
First stable release; includes compiled binaries for 64-bit Linux along with updated scripts.
Initial release.
This marks the first release of the pki-lint framework in compiled form.
Expect issues with this release! For example, the following issues are currently known:
x509lintdepends onlibcrypto.so(provided bylibssl), which is not included in this archive. As a result, this release will only support operating systems withlibcrypto.so.1.1in their library path.- The installed Ruby version is not checked, so AWS
certlintandcablinttools may fail if the installed version is too old. Runningbuild.shwill validate the installed Ruby version for you, and install it if needed on Debian and Debian-based systems with APT installed.
In order to install dependencies, it is recommended to run build.sh before lint.sh. Alternatively, you can install missing packages as requested by the lint.sh script.
Future releases will include fixes for the packaging, so that the script can run all checks on any 64-bit Linux without having to install any additional packages at all.
Please file issues for any problems you encounter not mentioned above, or for any general feedback.