From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 359DB158041 for ; Tue, 7 Sep 2021 15:20:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1FA15E083D; Tue, 7 Sep 2021 15:20:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E5E1DE083D for ; Tue, 7 Sep 2021 15:20:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C15F4342AA4 for ; Tue, 7 Sep 2021 15:20:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 412C950 for ; Tue, 7 Sep 2021 15:20:13 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1631028003.e11a57a6a4df5d177aac4c9d7d0b3581460514b0.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/gnupg/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/gnupg/files/gnupg-2.2.28-dirmngr_ldap.patch X-VCS-Directories: app-crypt/gnupg/files/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: e11a57a6a4df5d177aac4c9d7d0b3581460514b0 X-VCS-Branch: master Date: Tue, 7 Sep 2021 15:20:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 830049a1-d6e9-4263-9af2-d2843cda9f6a X-Archives-Hash: 5328507d26e3a318976aa6da93e98a79 commit: e11a57a6a4df5d177aac4c9d7d0b3581460514b0 Author: David Seifert gentoo org> AuthorDate: Tue Sep 7 15:20:03 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Tue Sep 7 15:20:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e11a57a6 app-crypt/gnupg: remove unused patch Signed-off-by: David Seifert gentoo.org> .../gnupg/files/gnupg-2.2.28-dirmngr_ldap.patch | 36 ---------------------- 1 file changed, 36 deletions(-) diff --git a/app-crypt/gnupg/files/gnupg-2.2.28-dirmngr_ldap.patch b/app-crypt/gnupg/files/gnupg-2.2.28-dirmngr_ldap.patch deleted file mode 100644 index 86e83de8ec3..00000000000 --- a/app-crypt/gnupg/files/gnupg-2.2.28-dirmngr_ldap.patch +++ /dev/null @@ -1,36 +0,0 @@ -From c8b2162c0e7eb42b74811b7ed225fa0f56be4083 Mon Sep 17 00:00:00 2001 -From: NIIBE Yutaka -Date: Fri, 11 Jun 2021 10:30:02 +0900 -Subject: [PATCH] dirmngir: Fix build with --disable-ldap. - -* dirmngr/dirmngr.c (parse_rereadable_options) [USE_LDAP]: -Conditionalize. - --- - -Reported-by: Phil Pennock -Signed-off-by: NIIBE Yutaka ---- - dirmngr/dirmngr.c | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/dirmngr/dirmngr.c b/dirmngr/dirmngr.c -index 04fe9e238..6a818cabc 100644 ---- a/dirmngr/dirmngr.c -+++ b/dirmngr/dirmngr.c -@@ -736,6 +736,7 @@ parse_rereadable_options (ARGPARSE_ARGS *pargs, int reread) - case oRecursiveResolver: enable_recursive_resolver (1); break; - - case oLDAPServer: -+#if USE_LDAP - { - ldap_server_t server; - char *p; -@@ -757,6 +758,7 @@ parse_rereadable_options (ARGPARSE_ARGS *pargs, int reread) - opt.ldapservers = server; - } - } -+#endif - break; - - case oKeyServer: