diff options
-rw-r--r-- | dirmngr.pkg/control | 15 | ||||
-rw-r--r-- | dirmngr.pkg/files | 3 |
2 files changed, 18 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. diff --git a/dirmngr.pkg/files b/dirmngr.pkg/files new file mode 100644 index 0000000..05ba2ed --- /dev/null +++ b/dirmngr.pkg/files @@ -0,0 +1,3 @@ +/usr/bin/dirmngr* +/usr/share/gnupg/distsigkey.gpg +/usr/share/gnupg/sks-keyservers.netCA.pem |