updater-ng: update to version 70.0.0
Added
- Change log that leaves minimal trace of changes updater performed stored in system.
- Support for
FilesSignaturefield in packages. On mismatch it trigger reinstall. - Support for
files-sha256sumin packages as hash index
Fixed
- Subprocess call is now terminated way earlier thanks to
SIGCHLDsignal handling. This improves update time for any scripts spawning "daemon" processes that do not correctly redirect or close standard outputs. - Reinstall of packages if some fields were formated differently in index than in package (updater no longer detects change by simple string comparison)
Changed
- Internal implementation of base64 replaced with base64c library.
- Utility opkg-create template and input format
Removed
-
--state-logargument -
--task-logargument
Edited by Josef Schlehofer