diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-04 15:55:59 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-04 15:55:59 (EST) |
commit | 7e864edc62531d42585841b0f85d2a8a77f603ba (patch) | |
tree | 72fb6d5e166c2018e51c1a88a074cc2374ddde5a | |
parent | 45667d5374d984c1a9c8d7124159b11e92736727 (diff) |
gpg-wks-client, gpg-wks-server: New binary packages
-rw-r--r-- | gpg-wks-client.pkg/control | 11 | ||||
-rw-r--r-- | gpg-wks-client.pkg/files | 1 | ||||
-rw-r--r-- | gpg-wks-server.pkg/control | 12 | ||||
-rw-r--r-- | gpg-wks-server.pkg/files | 1 |
4 files changed, 25 insertions, 0 deletions
diff --git a/gpg-wks-client.pkg/control b/gpg-wks-client.pkg/control new file mode 100644 index 0000000..038275c --- /dev/null +++ b/gpg-wks-client.pkg/control @@ -0,0 +1,11 @@ +Architecture: any +Platform: all +Depends: gnupg-common (= ${Binary-Version}), + libassuan.0 (>= 2.5.0), + libgpg-error.0 (>= 1.24), + libgcrypt.20 (>= 1.7.0), +Description: GNU Privacy Guard system - client for the Web Key Service + ${Common-Description} + . + The "gpg-wks-client" is used to send requests to a Web Key Service provider. + This is usually done to upload a key into a Web Key Directory. diff --git a/gpg-wks-client.pkg/files b/gpg-wks-client.pkg/files new file mode 100644 index 0000000..4bc3ff2 --- /dev/null +++ b/gpg-wks-client.pkg/files @@ -0,0 +1 @@ +/usr/lib/*/gpg-wks-client diff --git a/gpg-wks-server.pkg/control b/gpg-wks-server.pkg/control new file mode 100644 index 0000000..513d24a --- /dev/null +++ b/gpg-wks-server.pkg/control @@ -0,0 +1,12 @@ +Architecture: any +Platform: all +Depends: gnupg-common (= ${Binary-Version}), + libgcrypt.20 (>= 1.7.0), + libgpg-error.0 (>= 1.24), +Description: GNU Privacy Guard system - server providing the Web Key Service + ${Common-Description} + . + The "gpg-wks-server" is a server-side implementation of the Web Key Service. + It receives requests for publication, sends confirmation requests, receives + confirmations, and publishes the key. It also has features to ease the setup + and maintenance of a Web Key Directory. diff --git a/gpg-wks-server.pkg/files b/gpg-wks-server.pkg/files new file mode 100644 index 0000000..7efccae --- /dev/null +++ b/gpg-wks-server.pkg/files @@ -0,0 +1 @@ +/usr/bin/gpg-wks-server |