diff options
author | Guillem Jover <guillem@hadrons.org> | 2024-09-30 02:16:12 +0200 |
---|---|---|
committer | Timo Weingärtner <timo@tiwe.de> | 2024-10-24 11:19:36 +0200 |
commit | 4900aa2ec6e21c540d01a29d8e21d24b533a3b76 (patch) | |
tree | b5651cb6ceb1cedefa9bd0a63c244269fe187d78 | |
parent | 43718b8be48640580bf9cc0d57e98b8f5d166998 (diff) | |
download | openssh-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.
-rw-r--r-- | debian/control | 6 |
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. |