diff options
| author | VinÃcius Zavam <egypcio@FreeBSD.org> | 2019-02-25 14:43:23 +0000 |
|---|---|---|
| committer | VinÃcius Zavam <egypcio@FreeBSD.org> | 2019-02-25 14:43:23 +0000 |
| commit | b1d97de0ca1dd07482dd6f92c6652ae020386f1c (patch) | |
| tree | 3882b965c464e382e9d154ded2e3830f5d2af5fe /security/monkeysphere/files/patch-src_monkeysphere-authentication | |
| parent | [NEW PORT] security/ssllabs-scan: Command-line tool to use the SSL Labs API (diff) | |
security/monkeysphere: update 0.41 to 0.42
- 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
Diffstat (limited to 'security/monkeysphere/files/patch-src_monkeysphere-authentication')
| -rw-r--r-- | security/monkeysphere/files/patch-src_monkeysphere-authentication | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/security/monkeysphere/files/patch-src_monkeysphere-authentication b/security/monkeysphere/files/patch-src_monkeysphere-authentication new file mode 100644 index 000000000000..3f5c26ef687e --- /dev/null +++ b/security/monkeysphere/files/patch-src_monkeysphere-authentication @@ -0,0 +1,20 @@ +--- src/monkeysphere-authentication.orig 2018-10-16 16:24:55 UTC ++++ src/monkeysphere-authentication +@@ -73,7 +73,7 @@ gpg_core() { + GNUPGHOME="$GNUPGHOME_CORE" + export GNUPGHOME + +- gpg --fixed-list-mode --no-greeting --quiet --no-tty "$@" ++ gpg2 --fixed-list-mode --no-greeting --quiet --no-tty "$@" + } + + # function to interact with the gpg sphere keyring +@@ -81,7 +81,7 @@ gpg_sphere() { + GNUPGHOME="$GNUPGHOME_SPHERE" + export GNUPGHOME + +- su_monkeysphere_user gpg --fixed-list-mode --no-greeting --quiet --no-tty "$@" ++ su_monkeysphere_user gpg2 --fixed-list-mode --no-greeting --quiet --no-tty "$@" + } + + check_openpgp2ssh_sanity() { |
