summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorshannonjr <shannonjr@pkgsrc.org>2005-06-23 10:57:00 +0000
committershannonjr <shannonjr@pkgsrc.org>2005-06-23 10:57:00 +0000
commitc733fa6056c9c6f958ff21654239c68c2e9f01f2 (patch)
tree3e6973f68ae833383097e38b5421051fbb7dd8d5 /security
parent050e29dbc5503da6a4d72c04ec091bae87535bc3 (diff)
downloadpkgsrc-c733fa6056c9c6f958ff21654239c68c2e9f01f2.tar.gz
I neglected to add this patch with my recent update to 1.9.17.
Diffstat (limited to 'security')
-rw-r--r--security/gnupg-devel/patches/patch-ab14
1 files changed, 14 insertions, 0 deletions
diff --git a/security/gnupg-devel/patches/patch-ab b/security/gnupg-devel/patches/patch-ab
new file mode 100644
index 00000000000..b9a98b56a12
--- /dev/null
+++ b/security/gnupg-devel/patches/patch-ab
@@ -0,0 +1,14 @@
+$NetBSD: patch-ab,v 1.5 2005/06/23 10:57:00 shannonjr Exp $
+
+--- ./scd/scdaemon.c.orig 2005-06-06 11:31:23.000000000 -0600
++++ ./scd/scdaemon.c
+@@ -456,7 +456,9 @@ main (int argc, char **argv )
+ allow_coredump = 1;
+ break;
+ case oDebugCCIDDriver:
++#ifdef TEST
+ ccid_set_debug_level (ccid_set_debug_level (-1)+1);
++#endif
+ break;
+ case oDebugDisableTicker: ticker_disabled = 1; break;
+