From 1a1244b3e601c2cc0ea62bbdfccb11a4c74efa07 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Thu, 6 Jul 2023 11:58:48 +0200 Subject: gnupg2: bump to 2.4.3 --- extra/gnupg2/patches/fix-ldap.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 extra/gnupg2/patches/fix-ldap.patch (limited to 'extra/gnupg2/patches') 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; + } -- cgit v1.2.3