aboutsummaryrefslogtreecommitdiff
path: root/extra/gnupg2/patches
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2023-07-06 11:58:48 +0200
committerCem Keylan <cem@ckyln.com>2023-07-06 11:58:48 +0200
commit1a1244b3e601c2cc0ea62bbdfccb11a4c74efa07 (patch)
tree827c172d77e933120442ba943c3e7095d4f5ff40 /extra/gnupg2/patches
parentf6325896dbb761e97a879949405ec79fcdf4f788 (diff)
downloadrepository-1a1244b3e601c2cc0ea62bbdfccb11a4c74efa07.tar.gz
gnupg2: bump to 2.4.3
Diffstat (limited to 'extra/gnupg2/patches')
-rw-r--r--extra/gnupg2/patches/fix-ldap.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/extra/gnupg2/patches/fix-ldap.patch b/extra/gnupg2/patches/fix-ldap.patch
new file mode 100644
index 00000000..9359484d
--- /dev/null
+++ b/extra/gnupg2/patches/fix-ldap.patch
@@ -0,0 +1,12 @@
+--- a/dirmngr/server.c Fri Jun 30 10:53:58 2023
++++ b/dirmngr/server.c Thu Jul 6 11:56:44 2023
+@@ -2776,7 +2776,9 @@
+
+ if (opt_help)
+ {
++#if USE_LDAP
+ ks_ldap_help_variables (ctrl);
++#endif /*USE_LDAP*/
+ err = 0;
+ goto leave;
+ }