summaryrefslogtreecommitdiff
path: root/security/pgpenvelope/patches
diff options
context:
space:
mode:
authortv <tv>2005-01-10 18:24:31 +0000
committertv <tv>2005-01-10 18:24:31 +0000
commit73ff5c2898ac8a716e8163b90c19f3b10ebdd237 (patch)
treea9a544883208caa17f9a92b39b885235ea51ce0f /security/pgpenvelope/patches
parente0f0c5346bb970f8c258261c5dfae61a03ab3c22 (diff)
downloadpkgsrc-73ff5c2898ac8a716e8163b90c19f3b10ebdd237.tar.gz
Import pgpemvelope from the pkgsrc-wip project. From DESCR:
The purpose of pgpenvelope is to allow easy use of GnuPG to encrypt/sign/decrypt/verify messages using Pine's send- ing/displaying filters. Simply make the appropriate filter entries in one's Pine configuration, and run Pine as normal. When sending mail, choose the pgpenvelope_encrypt filter. Additionally, one can use it as a procmail filter.
Diffstat (limited to 'security/pgpenvelope/patches')
-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;
+ }
+