diff options
author | 2023-06-01 17:43:31 +0200 | |
---|---|---|
committer | 2023-06-23 23:28:28 +0200 | |
commit | 553caf28eeb51fbd454e2329b507dd6670be0340 (patch) | |
tree | 2c0ca0ff3c033ae95c619fb97d42bcc11ef81993 | |
parent | media-video/ffmpeg: remove unused patches (diff) | |
download | gentoo-553caf28eeb51fbd454e2329b507dd6670be0340.tar.gz gentoo-553caf28eeb51fbd454e2329b507dd6670be0340.tar.bz2 gentoo-553caf28eeb51fbd454e2329b507dd6670be0340.zip |
app-crypt/gnupg: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/31266
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
-rw-r--r-- | app-crypt/gnupg/files/gnupg-2.2.40-fix-no-ldap-build.patch | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/app-crypt/gnupg/files/gnupg-2.2.40-fix-no-ldap-build.patch b/app-crypt/gnupg/files/gnupg-2.2.40-fix-no-ldap-build.patch deleted file mode 100644 index 3ab9c0cba902..000000000000 --- a/app-crypt/gnupg/files/gnupg-2.2.40-fix-no-ldap-build.patch +++ /dev/null @@ -1,36 +0,0 @@ -https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=commitdiff;h=7011286ce6e1fb56c2989fdafbd11b931c489faa - -From 7011286ce6e1fb56c2989fdafbd11b931c489faa Mon Sep 17 00:00:00 2001 -From: NIIBE Yutaka <gniibe@fsij.org> -Date: Fri, 14 Oct 2022 09:58:41 +0900 -Subject: [PATCH] dirmngr: Fix build with no LDAP support. - -* dirmngr/server.c [USE_LDAP] (start_command_handler): Conditionalize. - --- - -GnuPG-bug-id: 6239 -Signed-off-by: NIIBE Yutaka <gniibe@fsij.org> ---- - dirmngr/server.c | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/dirmngr/server.c b/dirmngr/server.c -index 04ebfd317..98f354300 100644 ---- a/dirmngr/server.c -+++ b/dirmngr/server.c -@@ -3137,8 +3137,10 @@ start_command_handler (assuan_fd_t fd, unsigned int session_id) - ctrl->refcount); - else - { -+#if USE_LDAP - ks_ldap_free_state (ctrl->ks_get_state); - ctrl->ks_get_state = NULL; -+#endif - release_ctrl_ocsp_certs (ctrl); - xfree (ctrl->server_local); - dirmngr_deinit_default_ctrl (ctrl); --- -2.11.0 - - |