From 7e864edc62531d42585841b0f85d2a8a77f603ba Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Tue, 04 Dec 2018 15:55:59 -0500 Subject: gpg-wks-client, gpg-wks-server: New binary packages --- 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 -- cgit v0.9.1