Releases: jonasblixt/bpak
Releases · jonasblixt/bpak
v0.9.3
Full Changelog: v0.9.2...v0.9.3
v0.9.2
v0.9.1
Full Changelog: v0.9.0...v0.9.1
v0.9.0
v0.8.6
Release high lights
Support for adding meta data from files, for example:
$ bpak add --meta test-meta --from-file some-file.bin test.bpak
Support for using a keystore when verifying a package:
$ bpak verify file-to-be-verified.bpak --keystore keystore.bpak
When using a keystore as source for public keys the 'file-to-be-verified.bpak' must set a matching 'keystore-id' and 'key-id'
Support for generating a per-part sha256 hash:
$ bpak show --part-hash part file.bpak
1ec8a70f360ca80a8dcb5adf1231759dd7060e89c9aba429ab6543dd534e7b8a
This command computes a sha256 of part 'part' in file 'file.bpak'