From d3e5ca3472472d1d6f218f6dc88371a79557880e Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 3 May 2018 01:19:59 +0300 Subject: Add support for dependent repository trust --- libbpkg/manifest.hxx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libbpkg/manifest.hxx') diff --git a/libbpkg/manifest.hxx b/libbpkg/manifest.hxx index 68c4bc7..15d19fc 100644 --- a/libbpkg/manifest.hxx +++ b/libbpkg/manifest.hxx @@ -905,6 +905,12 @@ namespace bpkg butl::optional description; butl::optional certificate; + // The repository fingerprint to trust. May only be present for the + // prerequisite or complement repository and only for repository types + // that support authentication (currently only pkg). + // + butl::optional trust; + // The repository fragment id this repository belongs to (may only be // present for multi-fragment repositories). // -- cgit v1.1