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
20 lines
537 B
Text
20 lines
537 B
Text
--- src/share/keytrans.orig 2019-01-17 11:12:48 UTC
|
|
+++ src/share/keytrans
|
|
@@ -20,7 +20,7 @@
|
|
|
|
# Usage:
|
|
|
|
-# pem2openpgp 'ssh://'$(hostname -f) < /etc/ssh/ssh_host_rsa_key | gpg --import
|
|
+# pem2openpgp 'ssh://'$(hostname -f) < /etc/ssh/ssh_host_rsa_key | gpg2 --import
|
|
|
|
|
|
|
|
@@ -35,7 +35,7 @@
|
|
|
|
# Example usage:
|
|
|
|
-# gpg --export-secret-subkeys --export-options export-reset-subkey-passwd $KEYID | \
|
|
+# gpg2 --export-secret-subkeys --export-options export-reset-subkey-passwd $KEYID | \
|
|
# openpgp2ssh $KEYID | ssh-add /dev/stdin
|
|
|
|
|