From dcfb9eacbd248dee03a82069dbee1e45edb479d3 Mon Sep 17 00:00:00 2001 From: Alexandr Savca Date: Sat, 9 Mar 2024 06:14:59 +0200 Subject: [PATCH] gnupg: remove unused patch --- gnupg/gnupg-2.4.3-no-ldap.patch | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 gnupg/gnupg-2.4.3-no-ldap.patch diff --git a/gnupg/gnupg-2.4.3-no-ldap.patch b/gnupg/gnupg-2.4.3-no-ldap.patch deleted file mode 100644 index 06d4221..0000000 --- a/gnupg/gnupg-2.4.3-no-ldap.patch +++ /dev/null @@ -1,28 +0,0 @@ -https://dev.gnupg.org/T6579 -https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=commit;h=dc13361524c1477b2106c7385f2059f9ea111b84 - -From dc13361524c1477b2106c7385f2059f9ea111b84 Mon Sep 17 00:00:00 2001 -From: NIIBE Yutaka -Date: Wed, 5 Jul 2023 09:29:54 +0900 -Subject: [PATCH] dirmngr: Enable the call of ks_ldap_help_variables when - USE_LDAP. - -* dirmngr/server.c [USE_LDAP] (cmd_ad_query): Conditionalize. - --- - -Signed-off-by: NIIBE Yutaka ---- a/dirmngr/server.c -+++ b/dirmngr/server.c -@@ -2776,7 +2776,9 @@ cmd_ad_query (assuan_context_t ctx, char *line) - - if (opt_help) - { -+#if USE_LDAP - ks_ldap_help_variables (ctrl); -+#endif - err = 0; - goto leave; - } --- -2.11.0