Releases: fedora-iot/rpm-head-signing
Releases · fedora-iot/rpm-head-signing
v1.7.4
v1.7.3
What's Changed
- Add dependencies in setup.py by @coiby in #70
- chore: update packit config by @nullr0ute in #71
- Drop unneeded dependency six by @coiby in #73
- chore: merge fedora and upstream spec file by @nullr0ute in #74
- ci: run ci tests on centos stream 9 by @nullr0ute in #72
New Contributors
Full Changelog: v1.7.2...v1.7.3
v1.7.2
What's Changed
- Add sentinel to InsertLibMethods by @puiterwijk in #67
- don't unnessarily include script headers by @nullr0ute in #66
- Bump version to 1.7.2 by @puiterwijk in #68
Full Changelog: v1.7.1...v1.7.2
Release 1.7.1
What's Changed
- Add include of rpmpgp.h by @puiterwijk in #60
- Fixes by @puiterwijk in #64
This fixes the padding during extraction of the RPM header, so that signatures generated are valid signatures according to RPM.
Full Changelog: v1.7...v1.7.1
Release 1.7
This no longer creates the LENGTH
header on signature insertion.
This length header makes illegal assumptions, and as such should not be used.
Release 1.6
This adds a method to fix IMA signatures.
What's Changed
- Add a fix_ima_signatures function by @puiterwijk in #54
- Bump to v1.6 by @puiterwijk in #55
Full Changelog: v1.5.1...v1.6
Release 1.5.1
Ensure the determine
function works on empty packages.
Release 1.5
Add determine
function to determine package status
Release 1.4.3
Fix: ignore RPM Ghost files
Fix: ignore empty RPMs
Release 1.4.2
Fixes handling of symbolic links during verification