summaryrefslogtreecommitdiff
path: root/security/dirmngr/patches/patch-ae
diff options
context:
space:
mode:
authorshannonjr <shannonjr@pkgsrc.org>2006-12-12 13:09:21 +0000
committershannonjr <shannonjr@pkgsrc.org>2006-12-12 13:09:21 +0000
commit21c478fe1881a638c924f0c491798375b343829b (patch)
tree3b79263d9de782a1e7627fb3537a911a0f1a05e6 /security/dirmngr/patches/patch-ae
parent59a099d1ba4acf8c0bd05560582267b6688dee07 (diff)
downloadpkgsrc-21c478fe1881a638c924f0c491798375b343829b.tar.gz
Update to release 1.0.0.
Dirmngr is a server for managing and downloading certificate revocation lists (CRLs) for X.509 certificates and for downloading the certificates themselves. Dirmngr also handles OCSP requests as an alternative to CRLs. Dirmngr is either invoked internally by gpgsm (from GnuPG-2) or when running as a system daemon through the dirmngr-client tool.
Diffstat (limited to 'security/dirmngr/patches/patch-ae')
-rw-r--r--security/dirmngr/patches/patch-ae12
1 files changed, 12 insertions, 0 deletions
diff --git a/security/dirmngr/patches/patch-ae b/security/dirmngr/patches/patch-ae
new file mode 100644
index 00000000000..f5e60521322
--- /dev/null
+++ b/security/dirmngr/patches/patch-ae
@@ -0,0 +1,12 @@
+$NetBSD: patch-ae,v 1.1 2006/12/12 13:09:21 shannonjr Exp $
+
+--- ./src/dirmngr_ldap.c.orig 2006-11-29 06:04:41.000000000 -0700
++++ ./src/dirmngr_ldap.c
+@@ -31,6 +31,7 @@
+ #include <sys/time.h>
+ #include <unistd.h>
+ #include <ldap.h>
++#include <locale.h>
+
+
+