forked from Lainports/freebsd-ports
- Makefile
adopt the port;
pet portlint;
remove comment about 'applying patches' on the post-patch stage;
unmute post-patch.
- files/*
patch src/share/mh/revoke_keys, to use gpg2;
move patch-gpg2 (410 lines), and split it to have separated patches;
regen all patches using makepatch.
Approved by: rene (mentor)
Differential Revision: https://reviews.freebsd.org/D18871
11 lines
394 B
Text
11 lines
394 B
Text
--- src/share/m/ssh_proxycommand.orig 2018-10-16 16:24:55 UTC
|
|
+++ src/share/m/ssh_proxycommand
|
|
@@ -301,7 +301,7 @@ EOF
|
|
|
|
log info <<EOF
|
|
Run the following command for more info about the found keys:
|
|
-gpg --check-sigs --list-options show-uid-validity =${userID}
|
|
+gpg2 --check-sigs --list-options show-uid-validity =${userID}
|
|
EOF
|
|
|
|
# FIXME: should we do anything extra here if the retrieved
|