]> git.ipfire.org Git - thirdparty/libsolv.git/commit
conda: add support for package signature verification
authorMichael Schroeder <mls@suse.de>
Thu, 7 Jul 2022 09:23:21 +0000 (11:23 +0200)
committerMichael Schroeder <mls@suse.de>
Thu, 7 Jul 2022 09:23:21 +0000 (11:23 +0200)
commitcc2da2e789f651b2d0d55fe31c258426bf9e984d
tree134fd629b4d03f08efe6f7c93c1b059722db1f70
parentb263575b207af74cbb28154f931783d060c0391e
conda: add support for package signature verification

This commits adds SOLVABLE_SIGNATUREDATA which contains the data
needed to verify the signatures of a package. You will need
to pass CONDA_ADD_WITH_SIGNATUREDATA to the flags in the
repo_add_conda call to enable this.

This is still experimental.
ext/repo_conda.c
ext/repo_conda.h
src/knownid.h
tools/conda2solv.c