summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorGuillem Jover <guillem@hadrons.org>2024-09-30 02:16:12 +0200
committerTimo Weingärtner <timo@tiwe.de>2024-10-24 11:19:36 +0200
commit4900aa2ec6e21c540d01a29d8e21d24b533a3b76 (patch)
treeb5651cb6ceb1cedefa9bd0a63c244269fe187d78 /debian/control
parent43718b8be48640580bf9cc0d57e98b8f5d166998 (diff)
downloadopenssh-known-hosts-4900aa2ec6e21c540d01a29d8e21d24b533a3b76.tar.gz
Update metadata for sopv support
Use OpenPGP when referring to the standard or its objects. Add sopv as the primary alternative dependency to gpgv.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index e112c89..b7458c9 100644
--- a/debian/control
+++ b/debian/control
@@ -12,13 +12,13 @@ Package: openssh-known-hosts
Architecture: all
Depends: lockfile-progs, ${misc:Depends}
Recommends: openssh-client, cron
-Suggests: postgresql-client, rsync, curl, gpgv
+Suggests: postgresql-client, rsync, curl, sopv | gpgv
Description: download, filter and merge known_hosts for OpenSSH
This package allows you to download public hostkeys from multiple sources,
filter the hostnames coming with them and merge them together into one
file for use by OpenSSH. Plugins included:
- * curl (optional GnuPG verification)
- * rsync (optional GnuPG verification)
+ * curl (optional OpenPGP verification)
+ * rsync (optional OpenPGP verification)
* psql
* symlink
New plugins can easily be written.