diff options
Diffstat (limited to 'dirmngr.pkg/control')
-rw-r--r-- | dirmngr.pkg/control | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dirmngr.pkg/control b/dirmngr.pkg/control new file mode 100644 index 0000000..0a9ba85 --- /dev/null +++ b/dirmngr.pkg/control @@ -0,0 +1,15 @@ +Architecture: any +Platform: all +Depends: gnupg-common (= ${Binary-Version}), + libassuan.0 (>= 2.5.0), + libgpg-error.0 (>= 1.24), + libgcrypt.20 (>= 1.7.0), + libksba.8 (>= 1.3.4), + libnpth.0 (>= 1.2), +Description: GNU Privacy Guard system - CRL and OCSP services + ${Common-Description} + . + "dirmngr" takes care of accessing the OpenPGP keyservers. It is also used as a + server for managing and downloading certificate revocation lists (CRLs) for + X.509 certificates, downloading X.509 certificates, and providing access to + OCSP providers. |