Skip to content

Fix manifest applet sig checks

Reid Rankin requested to merge reidrankin/apk-tools:manifest-fix into master

This change ensures that apk_sign_ctx_process_file() and apk_sign_ctx_parse_pkginfo_line() are called during archive processing, allowing discovery of signatures and the data section checksum.

Fixes #10671 (closed).

Merge request reports