commit:     e18502628b49b5559a196dcb024aad0c4d88f991
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Feb 14 09:45:33 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Feb 14 13:57:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1850262

mail-filter/imapfilter: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/19460
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 .../files/imapfilter-2.6.16-libressl.patch         | 29 ----------------------
 1 file changed, 29 deletions(-)

diff --git a/mail-filter/imapfilter/files/imapfilter-2.6.16-libressl.patch 
b/mail-filter/imapfilter/files/imapfilter-2.6.16-libressl.patch
deleted file mode 100644
index 2454fc3ffb9..00000000000
--- a/mail-filter/imapfilter/files/imapfilter-2.6.16-libressl.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From bf69bdbf674269e84b22461c50ce1016182b56d3 Mon Sep 17 00:00:00 2001
-From: Stefan Strogin <[email protected]>
-Date: Sat, 28 Mar 2020 06:56:07 +0200
-Subject: [PATCH] Fix build with LibreSSL
-
-Bug: https://bugs.gentoo.org/714882
-Upstream-Status: Submitted
-[https://github.com/lefcha/imapfilter/pull/204]
-Signed-off-by: Stefan Strogin <[email protected]>
----
- src/socket.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/socket.c b/src/socket.c
-index 0a1874f..03e0d21 100644
---- a/src/socket.c
-+++ b/src/socket.c
-@@ -143,7 +143,7 @@ open_secure_connection(session *ssn)
-               goto fail;
- 
-       if (get_option_boolean("certificates")) {
--#if OPENSSL_VERSION_NUMBER >= 0x10100000L
-+#if OPENSSL_VERSION_NUMBER >= 0x10100000L && !defined(LIBRESSL_VERSION_NUMBER)
-               SSL_set_hostflags(ssn->sslconn,
-                   X509_CHECK_FLAG_NO_PARTIAL_WILDCARDS);
-               if (!SSL_set1_host(ssn->sslconn, ssn->server)) {
--- 
-2.26.0
-

Reply via email to