Package: monkeysphere
Version: 0.41-1

When revoking a key, the last step to publish the revocation certificate
fails with:

gpg: option --send is ambiguous

This change seemed to work:

1 chico:/usr/share/monkeysphere/mh# diff -u revoke_key.orig revoke_key
--- revoke_key.orig     2018-09-07 10:50:26.868227760 -0400
+++ revoke_key  2018-09-07 10:50:33.640328724 -0400
@@ -96,7 +96,7 @@
            local newhome=$(msmktempdir)
            GNUPGHOME="$newhome" gpg --no-tty --quiet --import <
"$HOST_KEY_FILE"
            GNUPGHOME="$newhome" gpg --no-tty --quiet --import <<<
"$revcert"
-           GNUPGHOME="$newhome" gpg --keyserver "$KEYSERVER" --send
"0x${keyID}!"
+           GNUPGHOME="$newhome" gpg --keyserver "$KEYSERVER" --send-key
"0x${keyID}!"
            rm -rf "$newhome"
        fi
     fi
1 chico:/usr/share/monkeysphere/mh#


Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to