summaryrefslogtreecommitdiff
path: root/security/pgpenvelope/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'security/pgpenvelope/patches/patch-aa')
-rw-r--r--security/pgpenvelope/patches/patch-aa17
1 files changed, 17 insertions, 0 deletions
diff --git a/security/pgpenvelope/patches/patch-aa b/security/pgpenvelope/patches/patch-aa
new file mode 100644
index 00000000000..064394e952f
--- /dev/null
+++ b/security/pgpenvelope/patches/patch-aa
@@ -0,0 +1,17 @@
+$NetBSD: patch-aa,v 1.1.1.1 2005/01/10 18:24:31 tv Exp $
+
+--- lib/PGPEnvelope/Keyring.pm.orig Fri Aug 15 14:39:25 2003
++++ lib/PGPEnvelope/Keyring.pm
+@@ -57,9 +57,9 @@ sub import_keys
+ stdout => $newfh,
+ );
+
+- $self->gnupg->recv_keys( handles => $handles,
+- gnupg_command_args => [ @key_ids ],
+- );
++ $self->gnupg->search_keys( handles => $handles,
++ gnupg_command_args => [ @key_ids ],
++ );
+ wait;
+ }
+