Werk #17093: Use SHA256 digest when baking RPMs

Component Agent bakery
Title Use SHA256 digest when baking RPMs
Date Aug 20, 2024
Level Trivial Change
Class New Feature
Compatibility Compatible - no manual interaction needed
Checkmk versions & editions
2.4.0b1 Checkmk Enterprise (CEE), Checkmk Cloud (CCE), Checkmk MSP (CME)
2.3.0p15 Checkmk Enterprise (CEE), Checkmk Cloud (CCE), Checkmk MSP (CME)

The agent bakery now uses SHA256 for digests in the package header when creating RPM packages.

Specifically, this means rpmbuild is now invoked with the macros

%_source_filedigest_algorithm 8
%_binary_filedigest_algorithm 8

where 8 signifies SHA256. See man rpmsign for further information.

To the list of all Werks