Add support of upstream signed deltas format
Starting v2020.7 libostree
upstream support two versions of static
deltas. Signed static delta has different binary format
OSTREE_STATIC_DELTA_SIGNED_FORMAT and have an additional magic value
as indicator of signed version.
This patch series allow to use signed and unsigned delta formats.
In case if repository have option core.sign-verify-deltas=true
only signed delta is allowed.
Edited by Denis Pynkin